home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / template32 / style.css < prev   
Encoding:
Cascading Style Sheet File  |  2005-11-30  |  9.4 KB  |  569 lines

  1. * {
  2.     margin: 0px;
  3.     padding: 0px;
  4. }
  5.  
  6. body {
  7.     color: #fff;
  8.     background-color: #c80400;
  9.     font-family: verdana, arial, sans-serif;
  10.     font-size: 10px;
  11.     line-height: 15px;
  12. }
  13.  
  14. a {
  15.     color: #fff;
  16.     background-color: inherit;
  17.     text-decoration: underline;
  18. }
  19.  
  20. a:hover {
  21.     text-decoration: none;
  22. }
  23.  
  24. span {
  25.     display: none;
  26. }
  27.  
  28. img {
  29.     border: none;
  30. }
  31.  
  32. ul {
  33.     list-style-type: none;
  34. }
  35.  
  36. li {
  37.     list-style-type: none;
  38. }
  39.  
  40. p {
  41.     padding: 7px 0px 8px;
  42.     text-align: justify;
  43. }
  44.  
  45. input {
  46.     border: 0px;
  47.     font-family: verdana, arial, sans-serif;
  48.     font-size: 11px;
  49. }
  50.  
  51. .clearthis {
  52.     margin : 0px;
  53.     height : 1px;
  54.     clear : both;
  55.     float : none;
  56.     font-size: 1px;
  57.     line-height: 0px;
  58.     overflow : hidden;
  59.     visibility: hidden;
  60. }
  61.  
  62. #body_wrapper {
  63.     margin-right: auto;
  64.     width: 1004px;
  65.     background: url('images/background.jpg') repeat-y 0% 0%;
  66. }
  67.  
  68. #rightcolumn {
  69.     width: 775px;
  70.     float: right;
  71.     text-align: left;
  72. }
  73.  
  74. /* Page Header */
  75.  
  76. #page_header {
  77.     background: url('images/header_bg.jpg') no-repeat 0% 0%;
  78.     width: 775px;
  79.     height: 193px;
  80. }
  81.  
  82.  
  83. /* Main Navigational Menu */
  84.  
  85. #mainnav {
  86.     width: 775px;
  87.     height: 45px;
  88.     background: url('images/headernav_bg.jpg') repeat-x 0% 0%;
  89.     overflow: hidden;
  90. }
  91.  
  92. #mainnav ul {
  93.     height: 44px;
  94.     border-bottom: #fff 1px solid;
  95. }
  96.  
  97. #mainnav li {
  98.     height: 44px;
  99.     float: left;
  100.     border-left: #fff 1px solid;
  101. }
  102.  
  103. #mainnav li a {
  104.     margin: 13px 5px 0px 6px;
  105.     display: block;
  106.     height: 21px;
  107.     background-repeat: no-repeat;
  108.     background-position: 0% 0%;
  109. }
  110.  
  111. li#mainnav_01 a {
  112.     margin-left: 10px;
  113.     width: 40px;
  114.     background-image: url('images/headernav_01.jpg');
  115. }
  116.  
  117. li#mainnav_02 a {
  118.     width: 52px;
  119.     background-image: url('images/headernav_02.jpg');
  120. }
  121.  
  122. li#mainnav_03 a {
  123.     width: 69px;
  124.     background-image: url('images/headernav_03.jpg');
  125. }
  126.  
  127. li#mainnav_04 a {
  128.     width: 62px;
  129.     background-image: url('images/headernav_04.jpg');
  130. }
  131.  
  132. li#mainnav_05 a {
  133.     width: 83px;
  134.     background-image: url('images/headernav_05.jpg');
  135. }
  136.  
  137. li#mainnav_06 a {
  138.     width: 60px;
  139.     background-image: url('images/headernav_06.jpg');
  140. }
  141.  
  142. li#mainnav_07 a {
  143.     width: 74px;
  144.     background-image: url('images/headernav_07.jpg');
  145. }
  146.  
  147. li#mainnav_08 a {
  148.     width: 42px;
  149.     background-image: url('images/headernav_08.jpg');
  150. }
  151.  
  152. li#mainnav_09 a {
  153.     width: 49px;
  154.     background-image: url('images/headernav_09.jpg');
  155. }
  156.  
  157. li#mainnav_10 a {
  158.     width: 45px;
  159.     background-image: url('images/headernav_10.jpg');
  160. }
  161.  
  162. li#mainnav_11 a {
  163.     margin-right: 0px;
  164.     width: 60px;
  165.     background-image: url('images/headernav_11.jpg');
  166. }
  167.  
  168.  
  169. /* Center Column */
  170.  
  171. #centercolumn {
  172.     width: 552px;
  173.     color: #333;
  174.     background-color: #fff;
  175.     float: left;
  176.     text-align: center;
  177. }
  178.  
  179. #centercolumn_2 {
  180.     margin: 8px auto;
  181.     width: 542px;
  182.     text-align: left;
  183. }
  184.  
  185. #centercolumn a {
  186.     color: #333;
  187.     background-color: inherit;
  188. }
  189.  
  190. #centercolumn a:hover {
  191.     text-decoration: none;
  192. }
  193.  
  194.  
  195. /* Center Column News Box */
  196.  
  197. .newsbox {
  198.     margin-bottom: 5px;
  199.     width: 542px;
  200.     background: url('images/newsbox_bg.jpg') repeat-y;
  201. }
  202.  
  203. .newsbox_header {
  204.     padding: 19px 10px 5px;
  205.     background: url('images/newsbox_bg_top.jpg') no-repeat 0% 0%;
  206.     height: 22px;
  207. }
  208.  
  209. .newsbox_header h2 {
  210.     padding-left: 20px;
  211.     width: 330px;
  212.     float: left;
  213.     font-size: 10px;
  214.     font-weight: bold;
  215. }
  216.  
  217. .newsbox_header strong {
  218.     float: right;
  219. }
  220.  
  221. .newsbox_content {
  222.     padding: 0px 10px 20px;
  223.     background: url('images/newsbox_bg_bot.jpg') no-repeat 0% 100%;
  224.     line-height: 14px;
  225. }
  226.  
  227. .newsbox_comments a {
  228.     text-decoration: none;
  229. }
  230.  
  231. .newsbox_comments a:hover {
  232.     color: #959595;
  233.     background-color: inherit;
  234. }
  235.  
  236.  
  237. /* Right Sidebar */
  238.  
  239. #rightsidebar {
  240.     margin: 5px 0px 10px 7px;
  241.     width: 209px;
  242.     float: left;
  243.     color: inherit;
  244.     background-color: inherit;
  245. }
  246.  
  247.  
  248. /* Team Roster */
  249.  
  250. #teamroster {
  251.     margin-bottom: 9px;
  252.     width: 209px;
  253.     background: url('images/teamroster_bg.jpg') repeat-y;
  254. }
  255.  
  256. #teamroster_header {
  257.     padding: 17px 7px 0px;
  258.     background: url('images/teamroster_bg_top.jpg') no-repeat 0% 0%;
  259. }
  260.  
  261. #teamroster h2 {
  262.     height: 35px;
  263.     background: url('images/teamroster_title.jpg') no-repeat 0% 0%;
  264. }
  265.  
  266. #teamroster_content {
  267.     padding: 0px 7px 10px;
  268.     background: url('images/teamroster_bg_bot.jpg') no-repeat 0% 100%;
  269. }
  270.  
  271. #teamroster_categories {
  272.     padding: 0px 7px 10px;
  273.     font-weight: bold;
  274. }
  275.  
  276. #teamroster_categories a {
  277.     text-decoration: none;
  278. }
  279.  
  280. #teamroster_categories a:hover {
  281.     text-decoration: underline
  282. }
  283.  
  284. #teamroster ul {
  285.     padding-left: 1px;
  286.     padding-right: 1px;
  287. }
  288.  
  289. #teamroster li {
  290.     color: #a71b1f;
  291.     background-color: #a71a1e;
  292.     background-repeat: no-repeat;
  293.     background-position: 45% 3px;
  294.     border: #ffd5d7 1px solid;
  295.     text-align: center;
  296.     float: left;
  297. }
  298.  
  299. #teamroster li a {
  300.     display: block;
  301.     margin-top: 77px;
  302.     width: 94px;
  303.     height: 25px;
  304.     color: #a71b1f;
  305.     background: #ffe0e2 url('images/teamroster_name_bg.jpg') no-repeat;
  306.     overflow: hidden;
  307.     line-height: 23px;
  308.     text-decoration: none;
  309. }
  310.  
  311. #teamroster li a:hover {
  312.     color: #380100;
  313.     background-color: inherit;
  314. }
  315.  
  316. li#roster_twitch {
  317.     background-image: url('images/teamroster_tb01.jpg');
  318. }
  319.  
  320. li#roster_rock {
  321.     background-image: url('images/teamroster_tb02.jpg');
  322. }
  323.  
  324. li#roster_badkarma {
  325.     background-image: url('images/teamroster_tb03.jpg');
  326. }
  327.  
  328. li#roster_mostly {
  329.     background-image: url('images/teamroster_tb04.jpg');
  330. }
  331.  
  332. li#roster_thebowl {
  333.     background-image: url('images/teamroster_tb05.jpg');
  334. }
  335.  
  336. li#roster_doggerz {
  337.     background-image: url('images/teamroster_tb06.jpg');
  338. }
  339.  
  340. li#roster_drew {
  341.     background-image: url('images/teamroster_tb07.jpg');
  342. }
  343.  
  344. li#roster_nogusta {
  345.     background-image: url('images/teamroster_tb08.jpg');
  346. }
  347.  
  348. #teamroster .more_button {
  349.     padding: 10px 0px 0px;
  350.     text-align: center;
  351. }
  352.  
  353. #teamroster .more_button a {
  354.     display: block;
  355.     margin: 0px auto;
  356.     width: 52px;
  357.     height: 21px;
  358.     background: url('images/teamroster_button_more.gif') no-repeat 0% 0%;
  359. }
  360.  
  361.  
  362. /* Team Sponsors */
  363.  
  364. #teamsponsors {
  365.     width: 209px;
  366.     color: inherit;
  367.     background-color: #a21219;
  368. }
  369.  
  370. #teamsponsors h2 {
  371.     height: 46px;
  372.     border-bottom: #c80400 1px solid;
  373.     background: url('images/teamroster_title.jpg') no-repeat 9px 50%;
  374. }
  375.  
  376. #teamsponsors_content {
  377.     padding: 15px 10px;
  378.     text-align: center;
  379. }
  380.  
  381. #teamsponsors .more_button {
  382.     padding: 10px 0px 0px;
  383. }
  384.  
  385. #teamsponsors .more_button a {
  386.     display: block;
  387.     margin: 0px auto;
  388.     width: 68px;
  389.     height: 70px;
  390.     background: url('images/teamsponsors_button_more.gif') no-repeat 0% 0%;
  391. }
  392.  
  393.  
  394. /* Left Column and Sidebar */
  395.  
  396. #leftcolumn {
  397.     width: 229px;
  398.     color: #000;
  399.     background-color: inherit;
  400.     float: right;
  401.     text-align: left;
  402.     font-size: 9px;
  403. }
  404.  
  405. #leftcolumn ul {
  406.     width: 100%;
  407.     overflow: hidden;
  408. }
  409.  
  410. #leftcolumn li {
  411.     margin-bottom: 1px;
  412.     padding: 3px 10px 5px 35px;
  413.     color: inherit;
  414.     background: #b3b3b3 url('images/latestmatches_bullet.gif') no-repeat 9px 50%;
  415. }
  416.  
  417. #leftsidebar {
  418.     margin-right: 6px;
  419.     width: 223px;
  420. }
  421.  
  422. #leftsidebar a {
  423.     color: #000;
  424.     background-color: inherit;
  425.     text-decoration: none;
  426. }
  427.  
  428. #leftsidebar a:hover {
  429.     text-decoration: underline;
  430. }
  431.  
  432. #leftsidebar h2 {
  433.     height: 54px;
  434.     background-repeat: no-repeat;
  435.     background-position: 10px 50%;
  436. }
  437.  
  438. #leftsidebar .more_button {
  439.     padding-left: 48px;
  440.     height: 50px;
  441.     background: url('images/latestmatches_bg_bot.gif') no-repeat 0% 100%;
  442. }
  443.  
  444. #leftsidebar .more_button a {
  445.     display: block;
  446.     margin-top: 14px;
  447.     width: 52px;
  448.     height: 21px;
  449.     background: url('images/button_more.gif') no-repeat 0% 0%;
  450.     float: left;
  451. }
  452.  
  453.  
  454. /* Recent Record */
  455.  
  456. #recentrecord {
  457.     width: 229px;
  458.     height: 193px;
  459.     color: #fff;
  460.     background: #f21000 url('images/recentrecord_bg.jpg') repeat-y 0% 0%;
  461.     font-weight: bold;
  462. }
  463.  
  464. #recentrecord a {
  465.     text-decoration: none;
  466. }
  467.  
  468. #recentrecord a:hover {
  469.     text-decoration: underline;
  470. }
  471.  
  472. #recentrecord h2 {
  473.     width: 229px;
  474.     height: 76px;
  475.     color: inherit;
  476.     background: #c80400 url('images/recentrecord_title.jpg') no-repeat 0% 50%;
  477. }
  478.  
  479. #recentrecord ul {
  480.     width: 229px;
  481. }
  482.  
  483. #recentrecord li {
  484.     color: inherit;
  485.     background: #a21219 url('images/recentrecord_bullet.gif') no-repeat 9px 50%;
  486. }
  487.  
  488.  
  489. /* Latest Matches */
  490.  
  491. #latestmatch {
  492.     color: inherit;
  493.     background-color: #313131;
  494.     border-top: #fff 1px solid;
  495. }
  496.  
  497. #latestmatch h2 {
  498.     background-image: url('images/latestmatches_title.jpg');
  499. }
  500.  
  501. #latestmatch li {
  502.     color: inherit;
  503.     background-color: #b3b3b3;
  504.     background-image: url('images/latestmatches_bullet.gif');
  505. }
  506.  
  507.  
  508. /* Gaming Services */
  509.  
  510. #gamingservices {
  511.     color: inherit;
  512.     background-color: #313131;    
  513. }
  514.  
  515. #gamingservices h2 {
  516.     background-image: url('images/gamingservices_title.jpg');
  517. }
  518.  
  519. #gamingservices li {
  520.     padding-right: 5px;
  521.     color: inherit;
  522.     background-color: #cdcdcd;
  523.     background-image: url('images/gamingservices_bullet.gif');
  524. }
  525.  
  526. #gamingservices .more_button {
  527.     padding-top: 2px;
  528.     background-image: url('images/gamingservices_bg_bot.jpg');
  529. }
  530.  
  531.  
  532. /* Quick Links */
  533.  
  534. #quicklinks {
  535.     color: inherit;
  536.     background-color: #000;
  537. }
  538.  
  539. #quicklinks h2 {
  540.     background-image: url('images/quicklinks_title.jpg');
  541. }
  542.  
  543. #quicklinks li {
  544.     color: inherit;
  545.     background-color: #babdbf;
  546.     background-image: url('images/quicklinks_bullet.gif');
  547. }
  548.  
  549. #quicklinks .more_button {
  550.     padding-top: 4px;
  551.     padding-bottom: 5px;
  552.     background-image: url('images/quicklinks_bg_bot.gif');
  553. }
  554.  
  555.  
  556. /* Page Footer */
  557.  
  558. #page_footer {
  559.     margin-left: 229px;
  560.     margin-right: 222px;
  561.     padding: 20px 0px 0px;
  562.     width: 552px;
  563.     text-align: center;
  564.     color: #fff;
  565.     background-color: #464646;
  566.     position: relative;
  567.     top: -20px;
  568. }
  569.