home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / RedTie / images / style.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2007-01-21  |  2.2 KB  |  95 lines

  1. /* CSS Document */
  2.  
  3. /*PAGE LAYOUT*/
  4. body {
  5.     margin-left: 0px;
  6.     margin-top: 0px;
  7.     margin-right: 0px;
  8.     margin-bottom: 0px;
  9. }
  10. #logo{float:left; background-image:url(tie_logo.gif); width:274px; height:213px;}
  11. #topheader{float:right; width:526px; height:97px; background-color:#F0F0F0; position:relative}
  12. #toplinks{position:absolute; right:10px; top:10px;}
  13. #menu{float:right; width:526px; height:32px; background-image:url(bg_menu.gif); background-repeat:repeat-x;}
  14. #submenu{float:right; width:526px; height:32px; background-image:url(bg_submenu.gif); background-position:top; background-repeat:repeat-x;}
  15. #contenttext{float:right; width:526px;}
  16. #leftpanel{float:left; width:274px;}
  17. #footer{float:left; width:800px; background-color:#F0F0F0; padding:10px;}
  18.  
  19. /*GRAY PANEL*/
  20. .graypanel{
  21.     border:solid 1px #666666; background-color:#F7F7F7; padding:10px; margin:10px;
  22. }
  23.  
  24. /*TEXT STYLES*/
  25. .bodytext {
  26.     font: 0.7em Tahoma, sans-serif;
  27.     color: #666666;
  28. }
  29.  
  30. .titletext {
  31.     font: 0.7em Tahoma, sans-serif;
  32.     font-size:36px;
  33.     font-weight:bold;
  34.     color:#CC0000;
  35. }
  36. .whitetitle {
  37.     font: 0.7em Tahoma, sans-serif;
  38.     font-size:36px;
  39.     font-weight:bold;
  40.     color:#FFFFFF;
  41. }
  42. .smalltitle {
  43.     font: 0.7em Tahoma, sans-serif;
  44.     font-size:20px;
  45.     font-weight:bold;
  46.     color:#CC0000;
  47. }
  48. .smallwhitetext {
  49.     font: 0.7em Tahoma, sans-serif;
  50.     font-size: 11px;
  51.     font-weight:bold;
  52.     color: #FFFFFF;
  53. }
  54. .smallwhitetext a{
  55.     font: 0.7em Tahoma, sans-serif;
  56.     font-size: 11px;
  57.     font-weight:bold;
  58.     color: #FFFFFF;
  59.     text-decoration:none;
  60. }
  61. .smallwhitetext a:hover{
  62.     text-decoration:underline;
  63. }
  64. .smallgraytext {
  65.     font: 0.7em Tahoma, sans-serif;
  66.     font-size: 11px;
  67.     font-weight:bold;
  68.     color:#999999;
  69. }
  70. .smallgraytext a{
  71.     font: 0.7em Tahoma, sans-serif;
  72.     font-size: 11px;
  73.     font-weight:bold;
  74.     color:#999999;
  75.     text-decoration:none;
  76. }
  77. .smallgraytext a:hover{
  78.     text-decoration:underline;
  79. }
  80. .smallredtext {
  81.     font: 0.7em Tahoma, sans-serif;
  82.     font-size: 11px;
  83.     font-weight:bold;
  84.     color:#CC0000;
  85. }
  86. .smallredtext a{
  87.     font: 0.7em Tahoma, sans-serif;
  88.     font-size: 11px;
  89.     font-weight:bold;
  90.     color:#CC0000;
  91.     text-decoration:none;
  92. }
  93. .smallredtext a:hover{
  94.     text-decoration:underline;
  95. }