home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 July & August / PCWorld_2007-07-08_cd.bin / temacd / planearcade / planearcade.exe / style.css < prev    next >
Cascading Style Sheet File  |  2004-09-23  |  2KB  |  116 lines

  1. body
  2. {
  3.  padding: 0px 0px 0px 0px;
  4.  margin: 0px 0px 0px 0px;
  5.  font-family: Tahoma;
  6.  font-size: 1em;
  7.  color: rgb(40,40,40);
  8.  background-color:#eeeae4;
  9. }
  10.  
  11. a
  12. {
  13.  color:rgb(19,81,223);
  14. }
  15.  
  16. .root
  17. {
  18.   width: 100%;
  19.   height: 100%;
  20.   
  21. }
  22.  
  23. .kontejner
  24. {
  25.   position: absolute;
  26.   width: 50%;
  27.   height: 50%;
  28. }
  29.  
  30. .content
  31. {
  32.   width: 730px;
  33.   position: absolute;
  34.   right: -365px;
  35.   /*_height:400px;  
  36.   min-heigth:400px;*/
  37.   height:100%;
  38.   background:white;
  39. }
  40.  
  41. .titulek
  42. {
  43.  background-color:white;
  44.  border-top:solid 5px #e1a61c;
  45.  border-bottom:solid 5px #e1a61c;
  46.  width:100%;
  47.  height:95px;
  48.  line-height:70px;
  49.  
  50.  font-size:3em;
  51.  text-align:center;
  52.  background:white url('logopilot.gif') no-repeat;
  53. }
  54.  
  55. .titulek h1
  56. {
  57. font-family: Tahoma;
  58. font-weight:normal;
  59. padding:0px 0px 0px 0px;
  60.  font-size: 1em;
  61.  color: rgb(40,40,40);
  62. }
  63.  
  64. .main
  65. {
  66.   width:100%;
  67.   /*height:100%;
  68.   min-height:100%; */
  69.   background:white;
  70. }
  71.  
  72.  
  73. .panel
  74. {
  75.   float:right;
  76.   border-left:solid 2px #e1a61c;
  77.   border-bottom:solid 2px #e1a61c;
  78.   width:200px;
  79.   background-color:rgb(251,234,194);
  80.   padding:0px 0px 0px 0px;
  81.  
  82. }
  83.  
  84.  
  85. .copyright
  86. {
  87.  background-color:white;
  88.  border-bottom:solid 2px #e1a61c;
  89.  border-top:solid 2px #e1a61c;
  90.  width:100%;
  91.  
  92.  font-size:1em;
  93.  text-align:right;
  94. }
  95.  
  96. .copyright a
  97. {
  98.  color: rgb(40,40,40);
  99.  text-decoration:none;
  100. }
  101.  
  102. .main div
  103. {
  104.  padding:10px 10px 10px 20px;
  105. }
  106.  
  107. .panel div
  108. {
  109.  padding:10px 10px 10px 0px;
  110. }
  111.  
  112.  
  113. h3
  114. {
  115.   border-bottom: dotted 1px #e1a61c;
  116. }