I'm running X-Treme as default, Prosilver_SE will be my backupMixstar wrote:@Ezzzy - What style is that?
Code: Select all
[quote="rocklee":1knv9wyj][quote="rocklee":1knv9wyj][quote="rocklee":1knv9wyj]hgjhkgk[/quote:1knv9wyj]
[i:1knv9wyj]adsgfdfsg[/i:1knv9wyj]
[u:1knv9wyj]sdf[/u:1knv9wyj]
[code:1knv9wyj]gsdf[/code:1knv9wyj]
gsdfg[/quote:1knv9wyj]
[b:1knv9wyj]jljlkjkl[/b:1knv9wyj][/quote:1knv9wyj]
Code: Select all
/* Quote block */
blockquote {
background: #ebebeb none 6px 8px no-repeat;
border: 1px solid #dbdbdb;
font-size: 0.95em;
margin: 0.5em 1px 0 25px;
overflow: hidden;
padding: 5px;
}
blockquote blockquote {
/* Nested quotes */
background-color: #bababa;
font-size: 1em;
margin: 0.5em 1px 0 15px;
}
blockquote blockquote blockquote {
/* Nested quotes */
background-color: #e4e4e4;
}
blockquote cite {
/* Username/source of quoter */
font-style: normal;
font-weight: bold;
margin-left: 20px;
display: block;
font-size: 0.9em;
}
blockquote cite cite {
font-size: 1em;
}
blockquote.uncited {
padding-top: 25px;
}
Code: Select all
html, body {
color: #536482;
background-color: #ACA8A1;
Yes, prosilver_se is basically prosilver with some mods, the bones are the same.dotcom9 wrote:Can I just use the ProSilver translation?
Open common.css and find:rapt0r2 wrote:Hi. I am currently customising the style and I am facing a little problem- how can I make the space between the border and the forum smaller (at the top, bottom and on the sides)
Code: Select all
.inside {
padding: 17px 27px 10px 27px;
}
Code: Select all
.inside {
padding: padding: 10px 13px 3px 13px;
}
Code: Select all
'T_STYLESHEET_NAME' => $user->theme['theme_name'],
'RANDOM_HEADER' => mt_rand(1,5),
'SITE_LOGO_IMG' => $user->img('site_logo'),
Code: Select all
'{S_USER_LANG}' => $user['user_lang'],
'{RANDOM_HEADER}' => mt_rand(1,5)
Code: Select all
.headerbar {
background-color: #12A3EB;
background-image: url("{T_THEME_PATH}/images/header_random_{RANDOM_HEADER}.jpg");
color: #FFFFFF;
}