degal/static/style.css
branchuse-distutils
changeset 41 3b1579a7bffb
parent 36 64a0168a6f50
child 126 2c0b427e5bfd
equal deleted inserted replaced
40:373392025533 41:3b1579a7bffb
       
     1 body {
       
     2 	background-color: #333333;
       
     3 	color: #cccccc;
       
     4 	font-family: "Arial", sans-serif;
       
     5 	font-size: small;
       
     6 }
       
     7 
       
     8 a, span.dragged {
       
     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: 40px;
       
    53     font-size: xx-small;
       
    54     text-align: center;
       
    55 
       
    56 }
       
    57 
       
    58 div.paginate {
       
    59     padding-top: 20px;
       
    60     height: 50px;
       
    61     width: 100%;
       
    62     text-align: center;
       
    63 }
       
    64 
       
    65 div.paginate ul {
       
    66     margin: 0px;
       
    67     padding: 0px;
       
    68 
       
    69     line-height: 30px;
       
    70     white-space: nowrap;
       
    71 }
       
    72 
       
    73 div.paginate li {
       
    74     list-style-type: none;
       
    75     display: inline;
       
    76 }
       
    77 
       
    78 div.paginate li *,
       
    79 div.paginate li strong,
       
    80 div.paginate li span {
       
    81     padding: 7px 10px;
       
    82 }
       
    83 
       
    84 div.paginate li span {
       
    85     color: #444444;
       
    86 }
       
    87 
       
    88 div.paginate li a:hover {
       
    89     text-decoration: none;
       
    90     background-color: #666666;
       
    91 }
       
    92