home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / counterstrike / style.css < prev   
Cascading Style Sheet File  |  2006-10-24  |  4KB  |  231 lines

  1. /* +++++++++++++++++++++++++++++ Shifting Ground +++++++++++++++++++++++++++++ */
  2.  
  3.  
  4. /* ++++++++++++++++++++ Common Styles ++++++++++++++++++++ */
  5.  
  6.  
  7. * {
  8.     margin: 0px;
  9.     padding: 0px;
  10. }
  11.  
  12. body {
  13.     color: #fff;
  14.     background-color: #484848;
  15.     font-family: 'verdana', 'helvetica', sans-serif;
  16.     font-size: 100%;
  17.     text-align: center;
  18. }
  19.  
  20. table {
  21.     font-size: 1em;
  22. }
  23.  
  24. td {
  25.     color: #fff;
  26.     background-color: inherit;
  27.     font-family: 'verdana', 'helvetica', sans-serif;
  28.     font-size: 1em;
  29. }
  30.  
  31. a {
  32.     color: #fff;
  33.     background-color: inherit;
  34.     text-decoration: underline;
  35. }
  36.  
  37. a:hover {
  38.     color: #fff;
  39.     background-color: inherit;
  40.     text-decoration: none;
  41. }
  42.  
  43. img {
  44.     border: none;
  45. }
  46.  
  47. ul, ul li {
  48.     list-style: none outside;
  49. }
  50.  
  51. ol, ol li {
  52.     list-style: decimal inside;
  53. }
  54.  
  55. p {
  56.     padding: 0.6em 0em 0.6em;
  57. }
  58.  
  59. fieldset {
  60.     border: none;
  61. }
  62.  
  63. input, textarea, select {
  64.     font-family: 'verdana', 'helvetica', sans-serif;
  65.     font-size: 13px;
  66. }
  67.  
  68. .hidethis {
  69.     display: none;
  70. }
  71.  
  72. .clearthis {
  73.     margin : 0px;
  74.     height : 1px;
  75.     clear : both;
  76.     float : none;
  77.     font-size: 1px;
  78.     overflow : hidden;
  79.     visibility: hidden;
  80. }
  81.  
  82.  
  83. /* ++++++++++++++++++++ Image Thumbnails ++++++++++++++++++++ */
  84.  
  85. .tb_center {
  86.     text-align: center;
  87. }
  88.  
  89. .tb_center img {
  90.     margin: 1.3em auto;
  91.     border: 1px #fff solid;
  92. }
  93.  
  94.  
  95.  
  96. /* ++++++++++++++++++++ Body Wrappers ++++++++++++++++++++ */
  97.  
  98. #body_wrapper {
  99.     margin: 35px 10px;
  100.     width: 982px;
  101.     background: url('images/rightcol_img.gif') no-repeat 100% 68px;
  102.     font-size: 0.71em;
  103. }
  104.  
  105. /* ++++++++++++++++++++ Body Container ++++++++++++++++++++ */
  106.  
  107. #body_container {
  108.     float: right;
  109.     position: relative;
  110.     left: -243px;
  111.     width: 496px;
  112.     background: url('images/main_bg_bot.gif') no-repeat 0% 100%;
  113. }
  114.  
  115. #body_container_b {
  116.     padding: 15px 0px;
  117.     width: 496px;
  118.     background: url('images/main_bg_top.gif') no-repeat 0% 0%;
  119. }
  120.  
  121. #body_container_c {
  122.     color: inherit;
  123.     background-color: #8e8257;
  124.     border-left: #fff 6px solid;
  125.     border-right: #fff 6px solid;
  126. }
  127.  
  128.  
  129.  
  130. /* ++++++++++++++++++++ Page Header ++++++++++++++++++++ */
  131.  
  132. #page_header {
  133.     padding-bottom: 2px;
  134.     color: inherit;
  135.     background-color: #b3ab78;
  136. }
  137.  
  138. #page_header h1 {
  139.     position: relative;
  140.     top: -4px;
  141.     width: 100%;
  142.     height: 40px;
  143.     background: url('images/counterstrike_logo.gif') no-repeat 50% 50%;
  144. }
  145.  
  146.  
  147.  
  148. /* ++++++++++++++++++++ Page Content ++++++++++++++++++++ */
  149.  
  150. #page_content {
  151.     padding: 15px 17px 10px;
  152.     font-weight: bold;
  153.     text-align: left;
  154. }
  155.  
  156. .link_readmore {
  157.     padding: 35px 0px 10px;
  158.     text-align: right;
  159. }
  160.  
  161. .link_readmore a {
  162.     margin-left: auto;
  163.     display: block;
  164.     width: 94px;
  165.     height: 24px;
  166.     background: url('images/button_readmore.gif') no-repeat 0% 0%;
  167. }
  168.  
  169.  
  170.  
  171. /* ++++++++++++++++++++ Navigation Menu ++++++++++++++++++++ */
  172.  
  173. #navmenu {
  174.     float: left;
  175.     margin-top: 68px;
  176.     position: relative;
  177.     left: 77px;
  178.     width: 166px;
  179.     background: url('images/navmenu_bg_bot.gif') no-repeat 0% 100%;
  180.     font-size: 1.15em;
  181.     font-weight: bold;
  182. }
  183.  
  184. #navmenu_b {
  185.     padding: 15px 0px;
  186.     width: 166px;
  187.     background: url('images/navmenu_bg_top.gif') no-repeat 0% 0%;
  188. }
  189.  
  190. #navmenu_c {
  191.     color: inherit;
  192.     background-color: #6d6845;
  193.     border-left: #fff 6px solid;
  194. }
  195.  
  196. #navmenu a {
  197.     text-decoration: none;
  198.     text-transform: uppercase;
  199. }
  200.  
  201. #navmenu li {
  202.     border-top: #fff 1px solid;
  203. }
  204.  
  205. #navmenu li a {
  206.     display: block;
  207.     padding: 5px 0px;
  208.     width: 160px;
  209. }
  210.  
  211. #navmenu li a:hover {
  212.     color: inherit;
  213.     background-color: #989160
  214. }
  215.  
  216. #navmenu li.list_first {
  217.     border-top: none;
  218. }
  219.  
  220.  
  221.  
  222. /* ++++++++++++++++++++ Page Footer ++++++++++++++++++++ */
  223.  
  224. #page_footer {
  225.     padding: 20px 0px;
  226.     font-size: 0.9em;
  227.     font-weight: bold;
  228. }
  229.  
  230.  
  231.