Advertisement
Guest User

social/movie.css

a guest
Jan 7th, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.28 KB | None | 0 0
  1. body { background: #000 url(images/bg.jpg) center top no-repeat; color: #333; display: table; width: 100%; }
  2.  
  3. a { color: #007; }
  4.  
  5. [class^="icon-"],
  6. [class*=" icon-"]  {
  7.     background-image: url(images/icons.png);
  8. }
  9.  
  10. #wrapper { background: #fff; min-height: 780px; }
  11. #nav {
  12.     background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA9JREFUeNpiYmBgaAAIMAAAjwCD5Hc2/AAAAABJRU5ErkJggg==);
  13.     background: rgba(0,0,0,0.6);
  14.     *zoom:1;
  15.     *background:#000;
  16.     *filter:alpha(opacity=50);
  17.     margin-bottom: 15px;
  18. }
  19. #nav * { *position:relative; }
  20. #footer { color: #aaa; }
  21. #footer a { color: #eee; }
  22.  
  23. .text img { vertical-align: middle; }
  24.  
  25. .topic .topic-header .vote.vote-count-positive .vote-count { color: #f60; background: #FEE2D1; }
  26. .favourite,
  27. .vote .vote-up,
  28. .vote .vote-down { background-image: url(images/icons.png); }
  29.  
  30.  
  31. #header                     { height: 150px; position: relative; zoom: 1; }
  32. #header .site-name          { position: absolute; bottom: 0; left: 0; }
  33. #header .site-name a        { width: 177px; height: 51px; background: url(images/logo.png) no-repeat; text-indent: -9999px; padding: 0; }
  34. #header .site-name a:hover  { background: url(images/logo.png) no-repeat; }
  35. #header .site-name a:before { display: none; }
  36.  
  37.  
  38. #nav ul li a              { color: #aaa !important; text-shadow: 0 0 5px #000; }
  39. #nav ul li.active a       { color: #fff !important; }
  40. #header .profile          { background: none; }
  41. #header .profile a        { color: #fff !important; text-shadow: 0 0 5px #000; }
  42. #nav .search-form         { padding: 10px 15px 0 0; }
  43. #nav .search-form .search { border: none; }
  44. .nav.nav-main li.active a,
  45. .nav.nav-main li a:hover  { background: transparent; }
  46. .nav.nav-main li a:hover  { text-decoration: underline; }
  47.  
  48.  
  49. .nav.nav-userbar                           { background: none; margin-right: 10px; }
  50. .nav.nav-userbar li a                      { color: #ddd !important; text-shadow: 0 0 5px #000; }
  51. .nav.nav-userbar li.nav-userbar-username a { color: #fff !important; }
  52.  
  53.  
  54. .topic .topic-header                { border: none; background: #f7f7f7; }
  55. .topic .topic-header .topic-title a { color: #007; }
  56.  
  57. .topic .topic-footer .topic-info li.topic-info-comments         { background: url(images/comment.png) 0 5px no-repeat; padding-left: 21px; }
  58.  
  59.  
  60. .nav.nav-filter li.active a,
  61. .nav.nav-pills li.active a          { color: #aaa; background: transparent; text-decoration: none; }
  62. .nav.nav-filter li a,
  63. .nav.nav-pills li a,
  64. .nav.nav-filter li a.nav-part-right { color: #777; background: transparent; font-weight: normal; text-decoration: underline; padding: 0; }
  65. .nav.nav-filter li,
  66. .nav.nav-pills li                   { margin-right: 15px; }
  67. .nav.nav-filter li a:hover,
  68. .nav.nav-pills li a:hover           { background: transparent; color: #333; }
  69. .nav.nav-profile li { margin-right: 0; }
  70. .nav.nav-profile li a { padding: 5px 10px; background: #f7f7f7; }
  71. .nav.nav-profile li.active a { background: #f7f7f7; }
  72.  
  73.  
  74. .block .block-header    {
  75.     background: #f2f2f2;
  76.     background: -moz-linear-gradient(top,  #f2f2f2 0%, #dbdbdb 100%);
  77.     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#dbdbdb));
  78.     background: -webkit-linear-gradient(top,  #f2f2f2 0%,#dbdbdb 100%);
  79.     background: -o-linear-gradient(top,  #f2f2f2 0%,#dbdbdb 100%);
  80.     background: -ms-linear-gradient(top,  #f2f2f2 0%,#dbdbdb 100%);
  81.     background: linear-gradient(to bottom,  #f2f2f2 0%,#dbdbdb 100%);
  82.     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#dbdbdb',GradientType=0 );
  83.     border: none;
  84. }
  85. .block .block-header h3 a,
  86. .block .block-header h3 { color: #f60; }
  87. .block .cloud           { background: #F2F2F2; }
  88. .block .block-content   { background: #F2F2F2; }
  89. .block .block-update    { top: 8px; }
  90.  
  91.  
  92. .table                                           { width: 100%; margin-bottom: 10px; }
  93. .table thead td                                  { background: #eee; padding: 3px 7px 6px; color: #f60; border-top: none; border-bottom: 1px solid #fff; }
  94.  
  95. .block.stream-settings h3                        { color: #FF6600; }
  96. .block.stream-settings ul.stream-settings-filter { border-color: #ccc; }
  97. .block.stream-settings .stream-settings-userlist { border-color: #ccc; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement