Hi ppl.
Just thought you might like my Cool Blue skin i made. Its only an edited .css file but hay. keep it simple.
Ok. go to the place you set for the images and make a new file. save it as coolblue.css and enter this code.
--------------------------------------------------------------------------------
Code
--------------------------------------------------------------------------------
a:active { font-weight: normal; color: #0000FF; text-decoration: none} a:hover { color: #CC0000; text-decoration: none} .header_format { background-color: #273F59; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold; color: #FFFFFF} .text_format { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt ; color: #OOOOOO} .button { background-color:#DEE7F2; color: black; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; } .submit { background-color:#DEE7F2; font-family: Arial,Verdana,Helvetica, sans-serif; font-size:12px; color:black} .highlight { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color:#0033CC; background-color: #FFFFFF} .background { background-color: #C8D7E8; color:#000066 } .bg_main { background-color: #DEE7F2; } .bg_main2 { background-color: #C8D7E8; } .bg_window { background-color: #C2D3E6; border: #E6D8AA}
--------------------------------------------------------------------------------
Now locate the preferences.html file. It should be in your private/templates folder. Edit it and scrole down till you find this code....
<select class='button' name='scheme' onchange=show_scheme(this)>
<option value="fileman" <%if scheme eq 'fileman'%>selected<%endif%>>Fileman Standard</option>
<option value="gt" <%if scheme eq 'gt'%>selected<%endif%>>GT Style</option>
<option value="maple" <%if scheme eq 'maple'%>selected<%endif%>>Maple</option>
<option value="rainy" <%if scheme eq 'rainy'%>selected<%endif%>>Rainy Day</option>
<option value="rose" <%if scheme eq 'rose'%>selected<%endif%>>Rose</option>
<option value="coolblue" <%if scheme eq 'coolblue'%>selected<%endif%>>CoolBlue</option>
</select>
When you have found this enter this option to the select tags.
--------------------------------------------------------------------------------
Code
--------------------------------------------------------------------------------
<option value="coolblue" <%if scheme eq 'coolblue'%>selected<%endif%>>CoolBlue</option>
欢迎光临 星星博客 (http://commerce.huhoo.net/) | Powered by Discuz! 7.0.0 |