Advertisement
name22

AutoIt.de - name22 Style (Stylish Addon)

Dec 2nd, 2012
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.07 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document url-prefix("http://autoit.de/") {
  4.     body {background: #D0D0D0 !important;}
  5.    
  6.     .userPanelInner { background-image: linear-gradient(to top, #808080, #A0A0A0); color: #E0E0E0 !important;}
  7.     .userPanelInner span { color: #E0E0E0 !important; }
  8.     #userNote a { color: #880012 !important; font-weight: bold !important; }
  9.    
  10.     #box1,#box7,#box8,#box10,#box13,#box14,#box21,.shoutboxBox {box-shadow: 0 0 0.3em 0.001em grey;}
  11.     div.containerHead { background-image: repeating-linear-gradient(45deg, transparent, transparent 15px, rgba(255,255,255,.05) 15px, rgba(255,255,255,.05) 30px) !important; }
  12.     div.containerHead:hover { background-image: repeating-linear-gradient(-45deg, transparent, transparent 15px, rgba(255,255,255,.05) 15px, rgba(255,255,255,.05) 30px) !important; }
  13.    
  14.     tr.container-1:hover,tr.container-2:hover {
  15.         background-color: #E8E8F8 !important;
  16.         background-image: none !important;
  17.         }
  18.    
  19.     #shoutboxContent p:nth-child(even) { background-color: #F0F0F0 !important; }
  20.     #shoutboxContent { min-height: 300px; }
  21.     #shoutboxContent .resizeImage {
  22.         max-width: 80px;
  23.         max-height: 50px;
  24.         transition: all 1s ease-in-out 0.3s;
  25.     }
  26.     #shoutboxContent .resizeImage:hover {
  27.         max-height: 100%;
  28.         max-width: 100%;
  29.     }
  30.    
  31.     .prefix {color: #3050C0}
  32.    
  33.     div#customBox214 div.containerContent {
  34.         margin: 0px !important;
  35.         padding: 0px !important;
  36.     }
  37.     div#customBox214 * {
  38.         background-color: #707070 !important;
  39.         border: 0px !important;
  40.     }
  41. }
  42.  
  43. @-moz-document url("http://translation.autoit.de/autoitinfo/autoit_downloads.php") {
  44.     body{
  45.         background-color: #707070 !important;
  46.         color: #1010A0;
  47.     }
  48.     body>div:nth-child(even) { background-color: #C0C0C0 !important; }
  49.     body>div:nth-child(odd) { background-color: #FFFFFF !important; }
  50.     body>div:last-child {
  51.         background-color: transparent !important;
  52.         color: #F0F0F0 !important;
  53.     }
  54. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement