style.css
changeset 1 740133ab6353
child 5 156cdfffef8e
equal deleted inserted replaced
0:5dbdcb79024b 1:740133ab6353
       
     1 body {
       
     2 	background-color: #333333;
       
     3 	color: #cccccc;
       
     4 	font-family: "Arial", sans-serif;
       
     5 	font-size: small;
       
     6 }
       
     7 
       
     8 a {
       
     9 	color: #ff8800;
       
    10 	text-decoration: none;
       
    11 }
       
    12 
       
    13 a:hover {
       
    14 	text-decoration: underline;
       
    15 }
       
    16 
       
    17 #thumbnails, #image, #description, h1 {
       
    18 	text-align: center;
       
    19 }
       
    20 
       
    21 #thumbnails img {
       
    22 	margin: 0.2em;
       
    23 }
       
    24 
       
    25 img {
       
    26 	border: 1px solid #666666;
       
    27 }
       
    28 
       
    29 a:focus img {
       
    30 	border: 1px solid #cccccc;
       
    31 }
       
    32 
       
    33 img:hover, a:focus img:hover {
       
    34 	border: 1px solid #ff8800;
       
    35 }
       
    36 
       
    37 div#breadcrumb {
       
    38     
       
    39 }
       
    40 
       
    41 div#info {
       
    42     font-size: x-small;
       
    43     color: #666666;
       
    44 }
       
    45 
       
    46 div#info p {
       
    47     padding: 0px;
       
    48     margin: 0px;
       
    49 }
       
    50 
       
    51 p#about {
       
    52     padding-top: 50px;
       
    53     font-size: xx-small;
       
    54     text-align: center;
       
    55 
       
    56 }
       
    57