返回列表 回复 发帖

about css

there is something about css,and  MattJG  wrotes:
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>

                     我是一个呼吸着现在的空气而生活在过去的人
               这样的注定孤独,孤独的身处闹市却犹如置身于荒漠
                                     我已习惯了孤独,爱上孤独
                                 他让我看清了自我,还原了自我
                             让我再静静的沉思中得到快乐和满足
                                   再孤独的世界里我一遍又一遍
                                   不厌其烦的改写着自己的过去
                                             延伸到现在与未来
                                       然而那只是泡沫般的美梦
                                 产生的时刻又伴随着破灭的到来
                         在灰飞烟灭的瞬间我看到的是过程的美丽
                                      而不是结果的悲哀。。。
返回列表