|
|
| Línea 1: |
Línea 1: |
| − | /* basic elements */
| |
| − | body {
| |
| − | font-size: 7pt;
| |
| − | font-family: verdana, sans-serif;
| |
| − | color: #6B441A;
| |
| − | background: #f9f9f0;
| |
| − | margin: 0px;
| |
| − | }
| |
| − | p {
| |
| − | margin-top: 0px;
| |
| − | }
| |
| − | a {
| |
| − | text-decoration: none;
| |
| − | color: #995522;
| |
| − | background: none;
| |
| − | }
| |
| − | a:visited {
| |
| − | color: #995522;
| |
| − | }
| |
| − | a:active {
| |
| − | color: #995522;
| |
| − | }
| |
| − | a:hover {
| |
| − | color: #FF8000;
| |
| − | text-decoration: underline;
| |
| − | }
| |
| − | a.stub {
| |
| − | color: #995522;
| |
| − | }
| |
| − | a.new, #p-personal a.new {
| |
| − | color: #995522;
| |
| − | }
| |
| − | a.new:visited, #p-personal a.new:visited {
| |
| − | color: #995522;
| |
| − | }
| |
| − | /*Images in tables*/
| |
| − | .visualClear { clear: both; }
| |
| | | | |
| − | table {
| |
| − | font-size: 100%;
| |
| − | background: White;
| |
| − | }
| |
| − |
| |
| − | img {
| |
| − | border: none;
| |
| − | vertical-align: middle;
| |
| − | }
| |
| − |
| |
| − | p {
| |
| − | margin: 0.4em 0em 0.7em 0em;
| |
| − | line-height: 1.5em;
| |
| − | }
| |
| − |
| |
| − | p img { margin: 0; }
| |
| − |
| |
| − | hr {
| |
| − | height: 1px;
| |
| − | color: #aaaa55;
| |
| − | background-color: #aaaa55;
| |
| − | border: 0;
| |
| − | margin: 0.2em 0 0.2em 0;
| |
| − | }
| |
| − |
| |
| − | /*headers*/
| |
| − |
| |
| − | h1, h2, h3, h4, h5, h6 {
| |
| − | color: Black;
| |
| − | background: none;
| |
| − | font-weight: normal;
| |
| − | margin: 0;
| |
| − | padding-top: 0.5em;
| |
| − | padding-bottom: 0.17em;
| |
| − | border-bottom: 1px solid #aaaa55;
| |
| − | }
| |
| − | h1 { font-size: 188%; }
| |
| − | h2 { font-size: 150%; }
| |
| − | h3, h4, h5, h6 {
| |
| − | border-bottom: none;
| |
| − | font-weight: bold;
| |
| − | }
| |
| − | h3 { font-size: 132%; }
| |
| − | h4 { font-size: 116%; }
| |
| − | h5 { font-size: 100%; }
| |
| − | h6 { font-size: 80%; }
| |
| − | a.new {
| |
| − | color: #FF8000;
| |
| − | }
| |
| − | fieldset {
| |
| − | border: 1px solid #aaaa55;
| |
| − | margin: 1em 0em 1em 0em;
| |
| − | padding: 0em 1em 1em 1em;
| |
| − | line-height: 1.5em;
| |
| − | }
| |
| − | legend {
| |
| − | background: White;
| |
| − | padding: 0.5em;
| |
| − | font-size: 95%;
| |
| − | }
| |
| − | form {
| |
| − | border: none;
| |
| − | margin: 0;
| |
| − | }
| |
| − |
| |
| − | textarea {
| |
| − | border: 1px solid #aaaa55;
| |
| − | color: Black;
| |
| − | background-color: #ffffe0;
| |
| − | width: 100%;
| |
| − | padding: 0.1em;
| |
| − | overflow: auto;
| |
| − | }
| |
| − | /*ident*/
| |
| − | pre {
| |
| − | padding: 1em;
| |
| − | border: 1px dashed #aaaa55;
| |
| − | color: Black;
| |
| − | background-color: #ffffe0;
| |
| − | line-height: 1em;
| |
| − | }
| |
| − |
| |
| − | /*misc*/
| |
| − | .usermessage {
| |
| − | background-color: #ffce7b;
| |
| − | border: 1px solid #ffa500;
| |
| − | color: Black;
| |
| − | font-weight: bold;
| |
| − | margin: 2em 0em 1em 0em;
| |
| − | padding: 0.5em 1em;
| |
| − | vertical-align: middle;
| |
| − | }
| |
| − | .error {
| |
| − | color: red;
| |
| − | font-size: larger;
| |
| − | }
| |
| − | /*misc*/
| |
| − |
| |
| − | #catlinks {
| |
| − | border:1px solid #aaaa55;
| |
| − | background-color:#ffffe0;
| |
| − | padding:5px;
| |
| − | margin-top: 1em;
| |
| − | }
| |
| − |
| |
| − | /* emulate center */
| |
| − | .center {
| |
| − | width: 100%;
| |
| − | text-align: center;
| |
| − | }
| |
| − | *.center * {
| |
| − | margin-left: auto;
| |
| − | margin-right: auto;
| |
| − | }
| |
| − |
| |
| − | /*
| |
| − | ** content styles
| |
| − | */
| |
| − |
| |
| − | #toc {
| |
| − | /*border:1px solid #2f6fab;*/
| |
| − | border:1px solid #aaaaaa;
| |
| − | background-color:#f9f9f0;
| |
| − | padding:5px;
| |
| − | font-size: 95%;
| |
| − | }
| |
| − | #toc .tocindent { margin-left: 2em; }
| |
| − | #toc .tocline { margin-bottom: 0px; }
| |
| − | #toc p { margin: 0 }
| |
| − | #toc .toctoggle { font-size: 94%; }
| |
| − | #toc .editsection {
| |
| − | margin-top: 0.7em;
| |
| − | font-size: 94%;
| |
| − | }
| |
| − |
| |
| − | /* images */
| |
| − | div.floatright {
| |
| − | float: right;
| |
| − | margin: 0;
| |
| − | position:relative;
| |
| − | border: 0.5em dotted White;
| |
| − | border-width: 0.5em 0 0.8em 1.4em;
| |
| − | }
| |
| − | div.floatright p { font-style: italic;}
| |
| − | div.floatleft {
| |
| − | float: left;
| |
| − | margin: 0.3em 0.5em 0.5em 0;
| |
| − | position:relative;
| |
| − | border: 0.5em dotted White;
| |
| − | border-width: 0.5em 1.4em 0.8em 0;
| |
| − | }
| |
| − | div.floatleft p { font-style: italic; }
| |
| − |
| |
| − |
| |
| − | /* thumbnails */
| |
| − | div.thumb {
| |
| − | margin-bottom: 0.5em;
| |
| − | border-style: dotted; border-color: White;
| |
| − | width: auto;
| |
| − | overflow: hidden;
| |
| − | }
| |
| − | div.thumb div {
| |
| − | border:1px solid #aaaa55;
| |
| − | padding: 3px !important;
| |
| − | background-color:#f9f9f0;
| |
| − | font-size: 94%;
| |
| − | text-align: center;
| |
| − | }
| |
| − | div.thumb div a img {
| |
| − | border:1px solid #cccccc;
| |
| − | }
| |
| − | div.thumb div div.thumbcaption {
| |
| − | border: none;
| |
| − | text-align: left;
| |
| − | padding: 0.3em 0 0.1em 0;
| |
| − | }
| |
| − | div.magnify {
| |
| − | float: right;
| |
| − | border: none !important;
| |
| − | background: none !important;
| |
| − | }
| |
| − | div.magnify a, div.magnify img {
| |
| − | display: block;
| |
| − | border: none !important;
| |
| − | background: none !important;
| |
| − | }
| |
| − | div.tright {
| |
| − | float: right;
| |
| − | border-width: 0.5em 0 0.8em 1.4em;
| |
| − | }
| |
| − | div.tleft {
| |
| − | float: left;
| |
| − | margin-right:0.5em;
| |
| − | border: 0.5em 1.4em 0.8em 0;
| |
| − | }
| |
| − |
| |
| − | .urlexpansion,
| |
| − | .hiddenStructure {
| |
| − | display: none;
| |
| − | }
| |
| − | img.tex { vertical-align: middle; }
| |
| − | span.texhtml { font-family: serif; }
| |
| − |
| |
| − | /*
| |
| − | ** User styles
| |
| − | */
| |
| − |
| |
| − | /* table standards */
| |
| − | table.rimage {
| |
| − | float:right;
| |
| − | width:1pt;
| |
| − | position:relative;
| |
| − | margin-left:1em;
| |
| − | margin-bottom:1em;
| |
| − | text-align:center;
| |
| − | }
| |
| − | .toccolours {
| |
| − | border:1px solid #aaaa55;
| |
| − | background-color:#f9f9f0;
| |
| − | padding:5px;
| |
| − | font-size: 95%;
| |
| − | }
| |
| − | div.townBox {
| |
| − | position:relative;
| |
| − | float:right;
| |
| − | background:White;
| |
| − | margin-left:1em;
| |
| − | border: 1px solid #aaaa55;
| |
| − | padding:0.3em;
| |
| − | width: 200px;
| |
| − | overflow: hidden;
| |
| − | clear: right;
| |
| − | }
| |
| − | div.townBox dl {
| |
| − | padding: 0;
| |
| − | margin: 0 0 0.3em 0;
| |
| − | font-size: 96%;
| |
| − | }
| |
| − | div.townBox dl dt {
| |
| − | background: none;
| |
| − | margin: 0.4em 0 0 0;
| |
| − | }
| |
| − | div.townBox dl dd {
| |
| − | margin: 0.1em 0 0 1.1em;
| |
| − | background-color: #f3f3e0;
| |
| − | }
| |
| − | /*
| |
| − | ** edit views etc
| |
| − | */
| |
| − |
| |
| − | .special li {
| |
| − | line-height: 1.4em;
| |
| − | margin: 0;
| |
| − | padding: 0;
| |
| − | }
| |
| − |
| |
| − |
| |
| − | /* Page history styling */
| |
| − | /* the auto-generated edit comments */
| |
| − | .autocomment { color: gray; }
| |
| − | #pagehistory span.user {
| |
| − | margin-left: 1.4em;
| |
| − | margin-right: 0.4em;
| |
| − | }
| |
| − | #pagehistory span.minor { font-weight: bold; }
| |
| − | #pagehistory li { border: 1px solid White; }
| |
| − | #pagehistory li.selected {
| |
| − | background-color:#f9f9f0;
| |
| − | border:1px dashed #aaaa55;
| |
| − | }
| |
| − |
| |
| − | /*
| |
| − | ** Diff rendering
| |
| − | */
| |
| − | table.diff { background:white; }
| |
| − | td.diff-otitle { background:#ffffff; }
| |
| − | td.diff-ntitle { background:#ffffff; }
| |
| − | td.diff-addedline { background:#ccffcc; }
| |
| − | td.diff-deletedline { background:#ffffaa; }
| |
| − | td.diff-context { background:#eeeeee; }
| |
| − |
| |
| − | /* disable interwiki styling */
| |
| − | #bodyContent a.extiw {
| |
| − | color: #995522;
| |
| − | background: none;
| |
| − | padding: 0;
| |
| − | }
| |
| − | #bodyContent a.external { color: #995522; }
| |
| − | /* this can be used in the content area to switch off
| |
| − | special external link styling */
| |
| − | #bodyContent .plainlinks a {
| |
| − | background: none;
| |
| − | padding: 0;
| |
| − | }
| |
| − |
| |
| − | /*search box*/
| |
| − | #searchInput {
| |
| − | border: 1px solid #aaaa55;
| |
| − | width:110px;
| |
| − | margin: 0 0 0 0;
| |
| − | font-size: 95%;
| |
| − | }
| |