Advertisement
Guest User

style.css

a guest
Feb 27th, 2013
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 7.26 KB | None | 0 0
  1.  
  2.  
  3.  
  4. a {
  5.     font-family: Arial;
  6.     font-size:11px;
  7.     color:#000000;
  8.     text-decoration : none;
  9. }
  10. a:hover {
  11.     font-family: Arial;
  12.     font-size:11px;
  13.     color:#000000;
  14.     text-decoration:underline;
  15. }
  16. a.side {
  17.     font-family: Arial;
  18.     font-size:11px;
  19.     color:#ffffff;
  20.     text-decoration : none;
  21. }
  22. a:hover.side {
  23.     font-family: Arial;
  24.     font-size:11px;
  25.     color:#ffffff;
  26.     text-decoration:underline;
  27. }
  28. a.white {
  29.     color : #fff;
  30.     text-decoration : none;
  31. }
  32. a:hover.white {
  33.     color : #0199fd;
  34.     text-decoration : none;
  35. }
  36.  
  37. a.lol {
  38.     color : #333333;
  39. font-weight:bold;
  40. text-transform:uppercase;
  41. font-family:Calibri;
  42. font-size:13px;
  43. }
  44. a:hover.lol {
  45.     color : #0199fd;
  46.     text-decoration : none;
  47. text-transform:uppercase;
  48. font-weight:bold;
  49. font-family:Calibri;
  50. font-size:13px;
  51. }
  52.  
  53. body {
  54.     font-family : Verdana, Arial, Helvetica, sans-serif;
  55.     font-size : 10px;
  56.     background-color:#242424;
  57.     background-image: url('images/bg.png');
  58.         background-repeat:repeat-x;
  59. margin-left:0px;
  60. margin-right:0px;
  61. }
  62.  
  63. form {
  64.     margin : 0px;
  65. }
  66.  
  67.  
  68. hr {
  69.     height : 1px;
  70.     border : 1px solid #eee;
  71. }
  72.  
  73. hr.side-hr {
  74.     height : 1px;
  75.     border : 1px solid #eee;
  76. }
  77.  
  78. td {
  79.     font-family : Verdana, Arial, Helvetica, sans-serif;
  80.     font-size : 11px;
  81. }
  82.  
  83. pre {
  84.     font-family : Verdana, Arial, Helvetica, sans-serif;
  85.     font-size : 11px;
  86. }
  87.  
  88. .alt {
  89.     color : #FFFFFF;
  90. }
  91.  
  92. .outer-border {
  93.     border : 0px solid #000;
  94. }
  95.  
  96.  
  97.  
  98. .header {
  99.     font-family : Verdana, Arial, Helvetica, sans-serif;
  100.     font-size : 10px;
  101.     color : #ffffff;
  102.     background-image: url('images/header.png');
  103.     background-repeat: no-repeat;
  104.     height : 119px;
  105.     width : 992px;
  106.     padding : 0px;
  107. }
  108.  
  109. .subhead {
  110.     font-family : Verdana, Arial, Helvetica, sans-serif;
  111.     font-size : 10px;
  112.     color : #ffffff;
  113.     background-image: url('images/subhead.png');
  114.     background-repeat: no-repeat;
  115.     height : 149px;
  116.     width : 960px;
  117.     padding : 0px;
  118. }
  119.  
  120. .footer {
  121.     font-family : Verdana, Arial, Helvetica, sans-serif;
  122.     font-size : 10px;
  123.     color : #ffffff;
  124.     background-image: url('images/footer.png');
  125.         width:1004px;
  126.         height:71px;
  127. }
  128.  
  129. .footer2 {
  130.     font-family : Verdana;
  131.     font-size : 10px;
  132.     color : #666666;
  133.     background-image: url('images/footer2.png');
  134.         width:945px;
  135.         height:64px;
  136. }
  137.  
  138.  
  139.  
  140.  
  141. #plotas {
  142.     position : relative;
  143.     width : 960px;
  144.     height : 0px;
  145. }
  146.  
  147.  
  148. .button {
  149.     background-image:url(images/button.gif);
  150.     font-weight:600;
  151.     color:#fff;
  152.     text-shadow: #3366ff 1px 1px 0px;
  153.     font-size:11px;
  154.     border: 1px solid #3366ff;
  155.     font-family : Arial;
  156.     padding: 3px;
  157.     margin: 3px;
  158.     -moz-border-radius: 4px;
  159.     -webkit-border-radius: 4px;
  160.     border-radius: 4px;
  161. }
  162.  
  163. .textbox {
  164.     font-family : Verdana, Arial, Helvetica, sans-serif;
  165.     font-size : 10px;
  166.         border: 1px solid #3366ff;
  167.     color : #FFFFFF;
  168.     background-color : #333333;
  169.     border : 1px solid #ccc;
  170. }
  171.  
  172. .main-body {
  173.     background-image:url(images/news_bg.png);
  174.         width:705px;
  175.     font-size : 11px;
  176.     color : #555555;
  177.         padding:6px;
  178. }
  179.  
  180. .main-body2 {
  181.     background-image:url(images/news2_bg.png);
  182.         width:705px;
  183.     font-size : 11px;
  184.     color : #555555;
  185.         padding:6px;
  186. }
  187.  
  188. .side-body {
  189.  
  190.     background-image:url(images/panel_bg.png);
  191.     font-size : 11px;
  192.     color : #efefef;
  193.     padding-right : 8px;
  194.     padding-left : 8px;
  195.     padding-top: 4px;
  196.  
  197. }
  198.  
  199. .main-bg {
  200.  
  201.     background-color:#e3e3e3;
  202.     padding :10px 5px 10px 6px;
  203.  
  204. }
  205.  
  206. .border {
  207.     border : 0px solid #e1e1e1;
  208. }
  209.  
  210. .side-border-left {
  211.     background-color:#e3e3e3;
  212.     padding : 10px 5px 5px 9px;
  213.  
  214. }
  215.  
  216. .side-border-right {
  217.  
  218.     background-color : #e3e3e3;
  219.     padding : 5px 5px 5px 5px;
  220. }
  221.  
  222. .news-footer {
  223.     font-size : 10px;
  224.     color : #FFFFFF;
  225.     background-image: url('images/news_foot.png');
  226.     background-repeat: no-repeat;
  227.     padding : 0px;
  228.     height : 37px;
  229.     width : 705px;
  230.  
  231. }
  232. .news-footer {
  233.     font-size : 10px;
  234.     color : #FFFFFF;
  235.     background-image: url('images/news_foot.png');
  236.     background-repeat: no-repeat;
  237.     padding : 0px;
  238.     height : 37px;
  239.     width : 705px;
  240.  
  241. }
  242.  
  243. .news-footer2 {
  244.     font-size : 10px;
  245.     color : #FFFFFF;
  246.     background-image: url('images/news2_foot.png');
  247.     background-repeat: no-repeat;
  248.     padding : 0px;
  249.     height : 37px;
  250.     width : 705px;
  251.  
  252. }
  253.  
  254. .panel-footer {
  255.     font-size : 10px;
  256.     color : #FFFFFF;
  257.     background-image: url('images/panel_foot.png');
  258.     background-repeat: no-repeat;
  259.     padding : 0px;
  260.     height : 8px;
  261.     width : 273px;
  262.  
  263. }
  264.  
  265. .capmain {
  266.     font-family : Arial;
  267.     font-size : 11px;
  268.         font-weight:bold;
  269.     color : #FFF;
  270.     text-transform:uppercase;
  271.     text-shadow:#006abb 1px 1px 0px;
  272.     background-image: url('images/news.png');
  273.     text-transform:uppercase;
  274.     height : 37px;
  275.     width : 705px;
  276.     background-repeat: no-repeat;
  277.         padding:6px;
  278. }
  279.  
  280.  
  281. .scapmain {
  282.     font-family : Arial;
  283.     font-size : 11px;
  284.     color : #FFF;
  285.         font-weight:bold;
  286.     text-shadow:#006abb 1px 1px 0px;
  287.     text-transform:uppercase;
  288.     background-image: url('images/panel.png');
  289.     height : 27px;   // 47
  290.     width : 273px;    
  291.     border-bottom : 0px solid #e1e1e1;
  292.     padding : 4px;
  293.     background-repeat: no-repeat;
  294. }
  295.  
  296. .capmain2 {
  297.     font-family : Arial;
  298.     font-size : 11px;
  299.     color : #FFF;
  300.         font-weight:bold;
  301.     text-transform:uppercase;
  302.     background-image: url('images/news2.png');
  303.     text-shadow:#333333 1px 1px 0px
  304.     text-transform:uppercase;
  305.     height : 37px;
  306.     width : 705px;
  307.     background-repeat: no-repeat;
  308.         padding:6px;
  309. }
  310.  
  311.  
  312. .scapmain2 {
  313.     font-family : Arial;
  314.     font-size : 11px;
  315.     color : #FFF;
  316.         font-weight:bold;
  317.     text-shadow:#333333 1px 1px 0px;
  318.     text-transform:uppercase;
  319.     background-image: url('images/panel2.png');
  320.     height : 40px;
  321.     width : 252px;
  322.     border-bottom : 0px solid #e1e1e1;
  323.     padding : 4px;
  324.     background-repeat: no-repeat;
  325. }
  326.  
  327.  
  328. .tbl-border {
  329.     border: 1px solid #e1e1e1;
  330. }
  331.  
  332. .tbl {
  333.     font-size: 11px;
  334.     color: #555;
  335.     background-color: #f1f1f1;
  336.     padding: 4px;
  337. }
  338.  
  339. .tbl1 {
  340.     font-size: 11px;
  341.     color: #555;
  342.     background-color: #f1f1f1;
  343.     padding: 4px;
  344. }
  345.  
  346. .tbl2 {
  347.     font-size: 11px;
  348.     color: #555;
  349.     background-color: #e5e5e5;
  350.     padding: 4px;
  351. }
  352.  
  353.  
  354. .forum-caption {
  355.     font-size : 11px;
  356.     font-weight : bold;
  357.     color : #000000;
  358.     background-color : #f1f1f1;
  359.     padding : 2px 4px 4px 4px;
  360. }
  361.  
  362. .quote {
  363.     font-size : 11px;
  364.     color : #FFFFFF;
  365.     background-color : #f8f8f8;
  366.     padding : 4px;
  367.     margin : 0px 20px 0px 20px;
  368.     border : 1px solid #bbb;
  369. }
  370.  
  371. .poll {
  372.     height : 12px;
  373.     border : 1px solid #bbb;
  374. }
  375.  
  376. .comment-name {
  377.     font-weight : bold;
  378.     color : #FFFFFF;
  379. }
  380.  
  381. .shoutboxname {
  382.     font-weight : bold;
  383.     color : #FFFFFF;
  384. }
  385.  
  386. .shoutbox {
  387.     color : #e9e9e9;
  388. }
  389.  
  390. .shoutboxdate {
  391.     font-size : 10px;
  392.     color : #efefef;
  393. }
  394.  
  395. .small {
  396.     font-size : 10px;
  397.     font-weight : normal;
  398. }
  399.  
  400. .small2 {
  401.     font-size : 10px;
  402.     font-weight : normal;
  403.     color : #FFFFFF;
  404. }
  405.  
  406. .side-small {
  407.     font-size : 10px;
  408.     font-weight : normal;
  409.     color : #FFFFFF;
  410. }
  411.  
  412. .side-label {
  413.     color : #FFFFFF;
  414.     padding : 2px 2px 3px 2px;
  415. }
  416.  
  417. /* Page Navigation */
  418.  
  419. .pagenav {
  420.     padding: 4px;
  421. }
  422.  
  423. .pagenav span {
  424.     color: #fff;
  425.     background-color: #f6a504;
  426.     border: 1px solid #ddd;
  427.     padding: 2px 4px 2px 4px;
  428.     margin: 2px;
  429. }
  430.  
  431. .pagenav a {
  432.     color: #555;
  433.     background-color: #f1f1f1;
  434.     border: 1px solid #ddd;
  435.     padding: 2px 4px 2px 4px;
  436.     margin: 2px;
  437.     text-decoration: none;
  438. }
  439.  
  440. .pagenav a:hover {
  441.     color: #fff;
  442.     background-color: #f6a504;
  443.     margin: 2px;
  444.     text-decoration: none;
  445. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement