web/style.css
changeset 5 216bf65ed757
parent 3 111a83349e90
child 7 a6496f95e0fc
equal deleted inserted replaced
4:3c95d6f156be 5:216bf65ed757
     1 body {
     1 body {
     2   font-family: Helvetica, Arial, Verdana, sans-serif;
     2   font-family: 'PT Sans Narrow', Helvetica; Verdana, sans-serif;
     3   background-image: url(../crea/imgs/bgd-top.png);
     3   background-image: url(../crea/imgs/bgd-top.png);
     4   background-repeat: repeat-x;
     4   background-repeat: repeat-x;
     5   background-color: #F7F6F6;
     5   background-color: #F7F6F6;
     6   margin-top: -05px;
     6   margin-top: -11px;
     7   
       
     8 }
     7 }
     9 
     8 
    10 #banner {
     9 #banner {
    11   margin: 0px auto;
    10   margin: 0px auto;
    12   width: 960px;
    11   width: 960px;
    13   border-bottom: 1px solid #fe4f76;
    12   border-bottom: 1px solid #fe4f76;
    14   padding-top: 10px;
    13   padding-top: 10px;
    15   margin-top: -4px;
    14   padding-bottom: 4px;
       
    15   margin-top: 7px;  
    16 }
    16 }
    17 
    17 
    18 #outer_div {
    18 #outer_div {
    19   width: 990px;
    19   width: 990px;
    20   background-image: url(../crea/imgs/bgd-degrade.png);
    20   background-image: url(../crea/imgs/bgd-degrade.png);
    40 }
    40 }
    41 
    41 
    42 #wrapper_div {
    42 #wrapper_div {
    43 }
    43 }
    44 
    44 
       
    45 /* index.php */
       
    46 
       
    47 #index_content {
       
    48   margin: 0 auto;
       
    49   width: 910px;
       
    50 }
       
    51 
       
    52 .thumb {
       
    53   width: 280px;
       
    54   height: 220px;
       
    55   float: left;
       
    56   margin-top: 10px;
       
    57   margin-right: 10px;
       
    58   background-color: #f2f2f2;
       
    59   border: 1px solid #cccccc;
       
    60   padding: 5px;
       
    61 }
       
    62 
       
    63 .thumb img {
       
    64   margin: 5px;
       
    65 }
       
    66 
       
    67 /* player.php */
    45 table#content {
    68 table#content {
    46   width: 910px;
    69   width: 910px;
    47   border: solid 10px #7a7a7a;
    70   border: solid 10px #7a7a7a;
    48   border-bottom: solid 14px #7a7a7a;
    71   border-bottom: solid 14px #7a7a7a;
    49   border-top: solid 14px #7a7a7a;
    72   border-top: solid 14px #7a7a7a;