by HaPham December 27th 2014, 2:03 am
Dear Mr. Twisted_Mods,
- Code:
.online .postprofile {
background-image: url("http://2img.net/i/fa/prosilver/icon_user_online_en.png");
background-position: right top;
background-repeat: no-repeat;
}
.row2 .postprofile {
background-color: #E5F1F9;
}
.postprofile {
border: medium none !important;
border-radius: 10px;
box-shadow: 1px 1px 6px #FFF;
padding: 5px;
}
.postprofile {
border-color: #FFF;
border-right: 1px solid #FFF;
color: #666;
display: inline;
float: left;
margin: 5px 0px 0px;
min-height: 80px;
position: relative;
width: 22%;
word-wrap: break-word;
}
div#wrap {
background: url("http://2img.net/i/fa/optimisation_fdf/fr/bg_wrap.png") repeat-x scroll center bottom #FBFBFB;
border-color: -moz-use-text-color #00A5CD #00A5CD;
border-top: 0px none;
box-shadow: 1px 1px 10px;
padding: 0px;
width: 90%;
}
#wrap {
background-color: #F7F7F7;
border: 1px solid #666;
margin: 0px auto;
min-width: 951px;
padding: 5px;
width: 90%;
}
body {
background: url("http://2img.net/i/fa/optimisation_fdf/fr/bg_fdf.png") repeat-x scroll 0% 0% #D8E9F6;
padding: 0px;
}
body {
background-attachment: fixed;
background-color: #FFF;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10px;
height: auto;
color: #666;
}
#profile-advanced-right .module, #right .module, #postingbox.panel, .panel.introduction, .panel.loginPanel, .portal .module {
background-image: url("http://2img.net/i/fa/optimisation_fdf/fr/bg_pannel.png");
background-position: center bottom;
background-repeat: repeat-x;
border: 1px solid #C3E0F1;
margin: 3px 1px;
padding-bottom: 8px;
padding-top: 4px;
}
.post{border-radius: 5px !important;}
.corners-bottom,.corners-top{
display: none !important;
}
#wrap {
padding: 1px;
}
#content-container div#content {
margin-right: 232px;
}
div#right div[style="height: 4px;"]{height:1px!important; }
I inserted the code above into CSS.
Then my forum showed like below image.
In the homepage, there got some changes. However, I think that it look not very well.
In the topic, Here is better. We got some rounds at the corners. However, the spaces that I requested, they did not show up.
I am sorry to bother you! But I think that we need to go back from the beginning and solve one by one.
Here is all code in CSS at the moment.
- Code:
/* Personalize forum widgets with CSS */
/* Self service 2 */
.module .h3 { text-transform:none }
#right .forumline, #left .forumline, .module { box-shadow:2px 2px 2px rgba(0,0,0,0.4) }
/* Most viewed Topics -> Self service 2 */
.module .h3 {
color:#FFF; /* color of the title font */
font-size:10px; /* size of the title font */
text-transform:none; /* Changes the text transformation from uppercase */
background:#19E; /* background color */
box-shadow:0 5px 6px rgba(255,255,255,0.5) inset, 0 -5px 6px rgba(0,0,0,0.1) inset; /* inset shadows used for a gradient */
border-bottom:1px solid #39C; /* border size and color */
margin:-5px -10px 5px -10px; /* spacing around the title | top left bottom right */
padding:6px; /* Inner padding */
}
.module {
background:#DEF; /* background color */
border:1px solid #39C; /* border size and color */
border-radius:12px 3px; /* rounds the borders */
}
.module .row1, .module .row2, .module .row3 { background:none /* removes the background color on the rows */ }
/* Vote/ Like system */
.LGlike {
background: #105289;
padding: 3px;
border-radius: 4px;
color: #fff;
font-size: 10px;
font-weight: bold;
text-shadow: -1px 0.5px #888;
box-shadow: 1px 1px 1px #888;
cursor: pointer;
margin-right: 4px;
}
.LGvote { margin: 0 5px; }
.LGnovote {
filter:Alpha(opacity=50);
opacity: 0.5;
cursor: default;
box-shadow: none;
text-shadow: none;
}
/* Quick reply bigger */
#quick_reply #textarea_content { width:80% !important }
Can you make some changes to get the GAPs look like below image. I mean that the GAPs will be as per Formotion forum. (Homepage and Topic).