Guest User

.CSS filu korjattuna

a guest
Apr 10th, 2012
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.10 KB | None | 0 0
  1. /*
  2. // Self-explanatory
  3. */
  4. BODY
  5.         {
  6.                
  7.         background-image: url(http://myanimelist.net/images/userwalls/717869.jpg);
  8.         background-attachment: ;
  9.         background-repeat: ;
  10.         background-position: ;
  11.                     margin: 0;
  12.         color: #000000;
  13.         font-size: 16.00px;
  14.         font-family: Lucida Grande;
  15.         background-color: #FFFFFF;
  16.         background-repeat: no-repeat;background-attachment:fixed;background-position:top center;
  17.         }
  18.  
  19. /*
  20. // Determines the positioning of your list
  21. */
  22.  
  23. #list_surround
  24. {
  25.     margin: 0 auto;
  26.     width: 700px;
  27. }
  28.  
  29. /*
  30. // All links on your list
  31. */
  32.  
  33.     a
  34.         {
  35.         color: #000000;
  36.         text-decoration: none;
  37.         }
  38.  
  39.     a:visited
  40.         {
  41.         color: #000000;
  42.         text-decoration: none;
  43.         }
  44.  
  45.     a:hover
  46.         {
  47.         color: #6666CC;
  48.         text-decoration: underline;
  49.         }
  50.  
  51. /*
  52. // Alternating row color 1
  53. */
  54.  
  55.     .td1
  56.         {
  57.                
  58.         filter:alpha(opacity=65);
  59.         -moz-opacity:0.65;
  60.         opacity: 0.65;
  61.                
  62.         color: #000000;
  63.         border-width: 0px 1px 1px 0px;
  64.         border-style: solid;
  65.         border-color: #000000;
  66.         padding: 2px;
  67.         background-color: #FFFFFF;
  68.         }
  69.    
  70. /*
  71. // Alternating row color 2
  72. */
  73.  
  74.     .td2
  75.         {
  76.                
  77.         filter:alpha(opacity=65);
  78.         -moz-opacity:0.65;
  79.         opacity: 0.65;
  80.                
  81.         color: #000000;
  82.         border-width: 0px 1px 1px 0px;
  83.         border-style: solid;
  84.         border-color: #000000;
  85.         padding: 2px;
  86.         background-color: #EBEBEB;
  87.         }
  88.    
  89. /*
  90. // This represents the "Anime Title", "Score", "# Eps" columns
  91. */
  92.    
  93.     .table_header
  94.         {
  95.                
  96.         filter:alpha(opacity=65);
  97.         -moz-opacity:0.65;
  98.         opacity: 0.65;
  99.                
  100.         color: #000000;
  101.         border-width: 1px 1px 1px 0px;
  102.         border-style: solid;
  103.         border-color: #000000;
  104.         background-color: #DDDDDD;
  105.         padding: 2px;
  106.         }
  107.    
  108. /*
  109. // headerLink represents the color of the links inside the table_header
  110. */
  111.    
  112.     .table_headerLink
  113.         {
  114.         color: ;
  115.         }
  116.    
  117.     .table_headerLink:Visited
  118.         {
  119.         color: ;
  120.         }
  121.    
  122.     .table_headerLink:Hover
  123.         {
  124.         color: ;
  125.         }
  126.  
  127. /*
  128. // Controls the select form decoration (the drop down select box)
  129. */
  130.  
  131.     .form
  132.         {
  133.         border-width: 1px 1px 1px 1px;
  134.         border-color: #000000;
  135.         border-style: solid;
  136.         color: #000000;
  137.         padding: 2px;
  138.         font-size: 11.00px;
  139.         font-family: Verdana, Arial;
  140.         }
  141.        
  142.  
  143. /* Which 'status' up top is selected? */
  144.  
  145. .status_selected
  146. {
  147.  
  148.     filter: alpha(opacity=65;
  149.     -moz-opacity: 0.65;
  150.     opacity: 0.65;
  151.    
  152.     color: #000000;
  153.     border-width: 0px 1px 1px 0px;
  154.     border-style: solid;
  155.     border-color: #000000;
  156.     padding: 2px;
  157.     background-color: #FFFFFF;
  158.     }
  159.  
  160. .status_not_selected
  161. {
  162.  
  163.     filter: alpha(opacity=65;
  164.     -moz-opacity: 0.65;
  165.     opacity: 0.65;
  166.    
  167.     color: #000000;
  168.     border-width: 0px 1px 1px 0px;
  169.     border-style: solid;
  170.     border-color: #000000;
  171.     padding: 2px;
  172.     background-color: #EBEBEB;
  173.     }
  174.  
  175. /*
  176. Header classes for Currently Watching, Completed, Dropped, etc...
  177. */
  178.  
  179. .header_cw
  180. {
  181.  
  182. }
  183.  
  184. .header_completed
  185. {
  186.  
  187. }
  188.  
  189. .header_onhold
  190. {
  191.  
  192. }
  193.  
  194. .header_dropped
  195. {
  196.  
  197. }
  198.  
  199. .header_ptw
  200. {
  201.  
  202. }
  203.  
  204. .header_title {
  205.     font-size: 14px;
  206.     font-weight: bold;
  207. }
  208.  
  209.  
  210. .category_totals
  211. {
  212.  
  213. }
  214.  
  215. #grand_totals
  216. {
  217.     text-align: center;
  218. }
  219.  
  220. /* header_al is the div surrounding "User's Anime List" at the top */
  221.  
  222. .header_al
  223. {
  224.     font-weight: bold;
  225.     font-size: 16px;
  226. }
  227.  
  228. /* header_al_links is the div with your "Profile" and "MyAnimeList home" links */
  229. .header_al_links
  230. {
  231.  
  232. }
  233.  
  234. /* controls what styles you can give to all the anime titles in your list */
  235. .animetitle
  236. {
  237.     font-weight: bold;
  238. }
  239.  
  240. /*
  241. copyright contains the "Producted by Garrett Gyssler" text
  242. DO NOT REMOVE OR HIDE THIS DIV
  243. IF FOUND TO BE REMOVED, YOUR LIST WILL BE REMOVED TOO
  244. */
  245.  
  246. #copyright
  247. {
  248.     padding-top: 6px;
  249.     text-align: center;
  250.     margin: 0 auto;
  251.     width: 700px;
  252. }
Advertisement
Add Comment
Please, Sign In to add comment