Advertisement
Guest User

Syn-ch city

a guest
Apr 25th, 2013
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.78 KB | None | 0 0
  1. html, body {
  2.         background: url("http://s09.radikal.ru/i182/1304/d1/5230b205b5ba.png") bottom right no-repeat fixed #000000;
  3.         background-color: #000000;
  4.         color: #aaa;
  5.         font-family: "Trebuchet MS",Trebuchet,serif;
  6.         font-size:1.0em;
  7. }
  8. a {
  9.         color: #A00;
  10. }
  11. a:hover {
  12.         color:#dd0000;
  13.         text-shadow: #dd0000 1px 1px 5px;
  14. }
  15. .navbar {
  16.     font-size:1.3em;
  17. }
  18.  
  19. .logo {
  20.         clear:both;
  21.         text-align:center;
  22.         font-size:2em;
  23.         font-weight: bold;
  24.         color:#AAA;
  25.         text-shadow: #FFF 3px 3px 23px;
  26. }
  27. .theader, .passvalid, .replymode {
  28.         background:#000000;
  29.         text-align:center;
  30.         padding:5px;
  31.         color:#0066AA;
  32.         clear: both;
  33.         font-weight: bold;
  34.         margin-bottom: .6em;
  35.         border: solid 1px #000000;
  36.         border-radius: 5px;
  37. }
  38.  
  39. .postblock {
  40.         background:transparent;
  41.         color:#a00;
  42.         font-weight:bold;
  43. }
  44. .footer {
  45.         text-align:center;
  46.         font-size:12px;
  47.         font-family:serif;
  48.         margin: 0em 0 0 0;
  49. }
  50.  
  51. .unkfunc {
  52.         background:inherit;
  53.         color:#0a3;
  54. }
  55. .reflink {
  56.         font-size: .8em;
  57.         font-weight: bold;
  58. }
  59. .filesize {
  60.         text-decoration:none;
  61.         color: #666;
  62.         font-size: .8em;
  63. }
  64. .filetitle {
  65.         background:inherit;
  66.         font-size:1.3em;
  67.         color:#aaa;
  68.         text-shadow: #600 3px 3px 3px;
  69. }
  70. .postername {
  71.         color:#aaa;
  72.        
  73. }
  74. .postertrip {
  75.         color:#a00;
  76.         text-shadow: #a00 0px 0px 5px;
  77. }
  78.  
  79. .reply {
  80.     background:#050505;
  81.         border: solid 2px #611;
  82.         padding: 5;
  83.         border-radius: 6px;
  84.  
  85.  
  86. hr {
  87.         border-style: none;
  88.         border-width: 200px;
  89.         border-color: #333333;  
  90. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement