www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

detail_screen.css (504B)


      1 /* Generic styles */
      2 body {
      3 	font: 62.5% Georgia, Times, serif;
      4 	width: 780px;
      5 	margin: 0 auto;
      6 }
      7 
      8 h2 {
      9 	font-size: 1.5em;
     10 	line-height: 1.5em;
     11 	font-family: Georgia, Times, serif;
     12 }
     13 
     14 p {
     15 	line-height: 1.5em;
     16 }
     17 
     18 a:link, a:visited {
     19 	color: #900;
     20 }
     21 
     22 a:hover, a:active {
     23 	color: #777;
     24 }
     25 
     26 
     27 ul.report {
     28 	font-size: 1.4em;
     29 	width: 680px;
     30 	margin: 0 auto;
     31 	padding: 20px 20px;
     32 }
     33 
     34 /* Metadata table */
     35 table {
     36 	border: 1px #ccc solid;
     37 	overflow: auto;
     38 	width: 100%;
     39 	margin: .1em auto .75em;
     40 	padding: 0.5em;
     41 }