Naar inhoud springen

Gebruiker:Rex/standard.css

Uit Wikipedia, de vrije encyclopedie

Opmerking: na het publiceren is het wellicht nodig uw browsercache te legen om de veranderingen te zien.

  • Firefox / Safari: houd Shift ingedrukt terwijl u:je op Vernieuwen klikt of druk op Ctrl-F5 of Ctrl-R (⌘-Shift-R op een Mac)
  • Google Chrome: druk op Ctrl-Shift-R (⌘-Shift-R op een Mac)
  • Edge: houd Ctrl ingedrukt terwijl u:je op Vernieuwen klikt of druk op Ctrl-F5.
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: white;
}

#content {
}

#article {
        padding: 10px 10px 10px 10px;
        font-size: 9.00pt;
        overflow: hidden;
}

img {
	border: none;
}
ul {
    margin-right: 1.2em;
}
a {
	color: #29658A;
}
a.label {
	color: inherit;
	text-decoration: none;
}
p {
	padding: 0;
        margin: 10px 0 10px 0;
}
#footer {
        border: 1px solid #8888aa;
        background-color: #f7f8ff;
        padding: 5px;
        font-size: 95%;
}

#footer p, #footer div, #footer span, #footer a {

        font-size: 10px;
}

#footer input {
        background-color: white;
        border: 1px solid gray;
        font-size: 10px;
}

.borderbox {
	border: 1px solid #D5E3E8;
	padding: 20px 10px 15px 15px;
	margin-bottom: 1px;
}

h1, h2, h3, h4, h5, h6 {
	color: #29658A;
      font-family: Georgia, Times New Roman, Times, serif;
      font-weight: normal !important;
}

h1 {
      margin: 4px 0 0 0;
      font-size: 17pt !important;
}

h2 {
	margin-right: 1px;
      font-size: 14pt;
      border-bottom: 1px solid silver;
      padding-bottom: 1px;
}

h3 {
}

h4 {
        color: #495D63;
}

h5 {
}
div.tright {
	float: right;
	margin: 0 0 1em 1.5em;	
}
div.tleft {
	float: right;
	margin: 0 1.5em 1em 0;
}

td.bottom {
        border: none; !important;

}


#toc, #catlinks, .toccolours {
        border: 1px solid #8888aa;
        background-color: #f7f8ff;
        padding: 5px;
        font-size: 95%;
}
/*
#toc a {
        color: #002bb8; 
}*/
#toc .tocindent { margin-left: 2em; }
#toc .tocline { margin-bottom: 0px; }
#toc p { margin: 0 }
#toc .toctoggle { font-size: 95%; }
#toc .editsection { 
        margin-top: 0.7em; 
        font-size: 94%;
}

font {
       color: inherit;
/*     font-weight: inherit;
       font-size: inherit;
       font-style: inherit; */
       font-family: inherit;
}

.editsection {
       position: relative;
       top: 0.5ex;
       font-size: 8pt;
}