Difference between revisions of "User:Lexar/Page.css"
(last time i edit this until i actually get the code done through other means) |
|||
(12 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | .lexback | |
{ | { | ||
− | background:url(http:// | + | background:url('http://dl.dropbox.com/u/32668357/User_Lexar_Page_Items2.png') no-repeat; |
+ | } | ||
+ | #lexcontain | ||
+ | { | ||
+ | background:url('http://dl.dropbox.com/u/32668357/steam-back.png') repeat-x; | ||
+ | } | ||
+ | .lexscrollback | ||
+ | { | ||
+ | background:url('http://dl.dropbox.com/u/32668357/lexscrollback.jpg') no-repeat; | ||
+ | } | ||
+ | .lexscrollpanelhead | ||
+ | { | ||
+ | background:url('http://dl.dropbox.com/u/32668357/scrollback.png') repeat; | ||
+ | } | ||
+ | #lex-current | ||
+ | { | ||
+ | background:url('http://dl.dropbox.com/u/32668357/steam_main_button_back2.png') repeat-x; | ||
+ | } | ||
+ | .lex-top-tab:hover | ||
+ | { | ||
+ | color:#CCCCCC; | ||
+ | } | ||
+ | .lex-tab | ||
+ | { | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | .lex-tab:hover | ||
+ | { | ||
+ | background-color:#4D4B49; | ||
+ | } | ||
+ | .lex-no-under:hover | ||
+ | { | ||
+ | text-decoration:none | ||
+ | } | ||
+ | .lex-box | ||
+ | { | ||
+ | background:url('http://dl.dropbox.com/u/32668357/steamboxback.png') no-repeat; | ||
} | } |
Latest revision as of 06:54, 6 January 2012
.lexback { background:url('http://dl.dropbox.com/u/32668357/User_Lexar_Page_Items2.png') no-repeat; } #lexcontain { background:url('http://dl.dropbox.com/u/32668357/steam-back.png') repeat-x; } .lexscrollback { background:url('http://dl.dropbox.com/u/32668357/lexscrollback.jpg') no-repeat; } .lexscrollpanelhead { background:url('http://dl.dropbox.com/u/32668357/scrollback.png') repeat; } #lex-current { background:url('http://dl.dropbox.com/u/32668357/steam_main_button_back2.png') repeat-x; } .lex-top-tab:hover { color:#CCCCCC; } .lex-tab { text-decoration:none; } .lex-tab:hover { background-color:#4D4B49; } .lex-no-under:hover { text-decoration:none } .lex-box { background:url('http://dl.dropbox.com/u/32668357/steamboxback.png') no-repeat; }