Blame view

doc/www.w3.org/Guide/pubrules-style.css 4.01 KB
Georg Hopp authored
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138
@import url("http://www.w3.org/StyleSheets/base.css");

/* Copyright 1997-2005 W3C (MIT, ERCIM, Keio). All Rights Reserved.
   The following software licensing rules apply:
   http://www.w3.org/Consortium/Legal/copyright-software */

/* $Id: pubrules-style.css,v 1.47 2006/02/06 15:20:36 ijacobs Exp $ */

body {
 margin: 2em 1em 2em 70px;
 font-family: sans-serif;
 color: black;
 background-color: white;
 background-position: top left;
 background-attachment: fixed;
 background-repeat: no-repeat;
}

h1, h2, h3, h4, h5 {
 text-align: left;
 font-family: sans-serif;
 font-weight: normal;
 color: #005a9c;
 margin-left: 0
}

h4, h5, blockquote { margin-left: 1em }

div.head p { margin-left: 0 }	  

.first { margin: 3em 4em 2em 3em}

div.head img { 
 color: white;
 border: none;
 float:left; 
 padding-right: 1em;
 padding-bottom: 1em;
 margin-left: 0
}

p { clear: left }

/*p, ul, ol, blockquote, dl { margin-left: 2em }*/

th { text-align: left }

.rfc2119 {
  text-transform: lowercase;
  font-weight: bold
}

/* Navigation styles from Eric Meyer */
/*
http://www.complexspiral.com/events/archive/2003/seybold/cssnav.html
*/

/* Shared */
li.label {
	 list-style: none; 
	 margin: 0; 
	 padding: .15em 0 .15em .5em;
	 border-top: 1px solid gray;
	 text-align: left; 
	 color: white; 
	 background: #0050B2; 
	 font-weight: bold;
	 }

/* highlighting and border effects */
#navbar {float:right}
#navbar {padding: 0 1px 2em 1em; margin: 0;
  font: bold 10px sans-serif;
  background: white; width: 13em;}
#navbar li {list-style: none; margin: 0; border-top: 1px solid gray;
  text-align: left;}
#navbar li#current {list-style: none; margin: 0; border-top: 1px solid gray;
  text-align: left; background: #CCD; color: black; padding: 0.25em 0.5em 0.25em 0.75em;
  border-left: 1em solid #AAB; text-decoration: none;}
#navbar li a {display: block; padding: 0.25em 0.5em 0.25em 0.75em;
  border-left: 1em solid #AAB; text-decoration: none;}
/*#navbar li a:link {color: #448; }*/
#navbar li a:visited {color: #667; }
#navbar li a:hover {border-color: #FE3; color: #FFF; background: #332;}

/* Same for class version */

.navbar {float:right}
.navbar {padding: 0 1px 2em 1em; margin: 0;
  font: bold 10px sans-serif;
  background: white; width: 13em;}
.navbar li {list-style: none; margin: 0; border-top: 1px solid gray;
  text-align: left;}
.navbar li#current {list-style: none; margin: 0; border-top: 1px solid gray;
  text-align: left; background: #CCD; color: black; padding: 0.25em 0.5em 0.25em 0.75em;
  border-left: 1em solid #AAB; text-decoration: none;}
.navbar li a {display: block; padding: 0.25em 0.5em 0.25em 0.75em;
  border-left: 1em solid #AAB; text-decoration: none;}
/*.navbar li a:link {color: #448; }*/
.navbar li a:visited {color: #667; }
.navbar li a:hover {border-color: #FE3; color: #FFF; background: #332;}

/* tabbed styles */
#navigation {padding: 3px 0; margin: 0;
  border-bottom: 1px solid #778;
  font: bold 10px sans-serif;}
#navigation li {list-style: none; margin: 0;
  display: inline; line-height: 250%}
#navigation li a {padding: 3px 0.5em; margin-left: 3px;
  border: 1px solid #778; border-bottom: none;
  background: #DDE;
  text-decoration: none;}
#navigation li a:link {color: #448; }
#navigation li a:visited {color: #667; }
#navigation li a:hover {color: #000; background: #AAE;
  border-color: #227;}

/* Same thing for class navigation */
.navigation {padding: 3px 0; margin: 0;
  border-bottom: 1px solid #778;
  font: bold 10px sans-serif; }
.navigation li {list-style: none; margin: 0;
  display: inline; line-height: 250%}
.navigation li a {padding: 3px 0.5em; margin-left: 3px;
  border: 1px solid #778; border-bottom: none;
  background: #DDE;
  text-decoration: none;}
.navigation li a:link {color: #448; }
.navigation li a:visited {color: #667; }
.navigation li a:hover {color: #000; background: #AAE;
  border-color: #227;}


/* "current tab" style */
#navigation li a#current {background: white; border-bottom: 1px solid white;}
/* Same thing for class navigation */
.navigation li a#current {background: white; border-bottom: 1px solid white;}