|
|
| Line 1: |
Line 1: |
| − | .page-Tyrell #headerTable {
| |
| − | background: #FCFCFC;
| |
| − | border-color: #CCCCCC;
| |
| − | border-style: solid;
| |
| − | border-width: 1px;
| |
| − | margin-right: 1em;
| |
| − | }
| |
| | | | |
| − | .page-Tyrell #layoutTable, #displayTable {
| |
| − | border-color: #FFFFFF;
| |
| − | border-spacing: 8px;
| |
| − | border-style: solid;
| |
| − | border-width: 1px;
| |
| − | color: #000000;
| |
| − | margin: 0px -8px;
| |
| − | }
| |
| − |
| |
| − | .page-Tyrell #layoutTable td, #displayTable td {
| |
| − | background-color: #EEEEEE;
| |
| − | border-color: #BBBBBB;
| |
| − | border-style: solid;
| |
| − | border-width: 1px;
| |
| − | color: #000000;
| |
| − | vertical-align: top;
| |
| − | }
| |
| − |
| |
| − | .page-Tyrell #displayTable td {
| |
| − | vertical-align: middle;
| |
| − | }
| |
| − |
| |
| − | .page-Tyrell #layoutTable td table, #displayTable td table {
| |
| − | background-color: #EEEEEE;
| |
| − | }
| |
| − |
| |
| − | .page-Tyrell #layoutTable td table td, #displayTable td table td {
| |
| − | border-width: 0px;
| |
| − | }
| |
| − |
| |
| − | .page-Tyrell #layoutTable th, #displayTable th {
| |
| − | background-color: #DDDDDD;
| |
| − | border-color: #CCCCCC;
| |
| − | border-style: solid;
| |
| − | border-width: 1px;
| |
| − | color: #000000;
| |
| − | font-size: 100%;
| |
| − | font-weight: bold;
| |
| − | margin: 0;
| |
| − | text-align:left;
| |
| − | padding: 0.2em 0.4em;
| |
| − | }
| |
| − |
| |
| − | .page-Tyrell #layoutTable th h2, #displayTable th h2 {
| |
| − | background-color: #DDDDDD;
| |
| − | border: 0px;
| |
| − | color: #000000;
| |
| − | font-size: 120%;
| |
| − | font-weight: bold;
| |
| − | margin: 0;
| |
| − | text-align:left;
| |
| − | padding: 0;
| |
| − | }
| |
| − |
| |
| − | .page-Tyrell #layoutTable table #toc, #displayTable table #toc {
| |
| − | border: 0px;
| |
| − | padding-left: 15%;
| |
| − | }
| |
| − |
| |
| − | .page-Tyrell #layoutTable table #toctitle, #displayTable table #toctitle {
| |
| − | display: none;
| |
| − | }
| |
| − |
| |
| − | .page-Tyrell .subpages {
| |
| − | background-color: #F6F6F6;
| |
| − | border-color: #EEEEEE;
| |
| − | border-width: 1px;
| |
| − | border-style: dotted;
| |
| − | font-size: 1.1em;
| |
| − | padding: .2em;
| |
| − | margin-top: .5em;
| |
| − | }
| |
| − |
| |
| − | .page-Tyrell a, a:visited {
| |
| − | color: #0000FF;
| |
| − | }
| |
| − |
| |
| − | .page-Tyrell a.new, a.new:visited {
| |
| − | color: #FF0000;
| |
| − | }
| |
| − |
| |
| − | .page-Tyrell table {
| |
| − | background: none;
| |
| − | }
| |
| − |
| |
| − | /* Default messagebox is gray */
| |
| − | .page-Tyrell .messagebox { width:90%; margin:0px auto; padding:0em; border:2px solid #aaaaaa; background:#fbfbfb; color:black; text-align:left; }
| |
| − | .page-Tyrell .messagebox img { border:0em; padding:0em 0.5em; text-align:center; }
| |
| − |
| |
| − | /* default for all content namespaces */
| |
| − | .page-Tyrell .ns-subject .messagebox + .messagebox { border-top-width:0em; margin-top:-1px; }
| |
| − | .page-Tyrell .ns-subject .messagebox { border-left-color:#1e90ff; border-left-width:10px; }
| |
| − | .page-Tyrell .ns-subject .messagebox.notice { border-left-color:#1e90ff; }
| |
| − | .page-Tyrell .ns-subject .messagebox.warning { border-left-color:#b22222; }
| |
| − | .page-Tyrell .ns-subject .messagebox.serious { border-left-color:#b22222; }
| |
| − | .page-Tyrell .ns-subject .messagebox.content { border-left-color:#f28500; }
| |
| − | .page-Tyrell .ns-subject .messagebox.style { border-left-color:#f4c430; }
| |
| − | .page-Tyrell .ns-subject .messagebox.merge { border-left-color:#9932cc; }
| |
| − | .page-Tyrell .ns-subject .messagebox.growth { border-left-color:#228b22; }
| |
| − | .page-Tyrell .ns-subject .messagebox.idea { border-left-color:yellow; }
| |
| − | .page-Tyrell .ns-subject .messagebox.query { border-left-color:#ffb734; }
| |
| − | .page-Tyrell .ns-subject .messagebox.move { border-left-color:#9932cc; }
| |
| − |
| |
| − | /* image namespace */
| |
| − | .page-Tyrell .ns-6 .messagebox + .messagebox { border-top-width:2px; margin-top:0.5em; }
| |
| − | .page-Tyrell .ns-6 .messagebox { border-color:#1e90ff; border-bottom-width:5px; border-left-width:2px;}
| |
| − | .page-Tyrell .ns-6 .messagebox.notice { border-color:#1e90ff; }
| |
| − | .page-Tyrell .ns-6 .messagebox.warning { border-color:#b22222; }
| |
| − | .page-Tyrell .ns-6 .messagebox.serious { border-color:#b22222; }
| |
| − | .page-Tyrell .ns-6 .messagebox.content { border-color:#f28500; }
| |
| − | .page-Tyrell .ns-6 .messagebox.query { border-color:#ffb734; }
| |
| − | .page-Tyrell .ns-6 .messagebox.free { border-color:#79CC55; }
| |
| − | .page-Tyrell .ns-6 .messagebox.nonfree { border-color:#EF9132; }
| |
| − | .page-Tyrell .ns-6 .messagebox.pd { border-color:#7E80A3; }
| |
| − | .page-Tyrell .ns-6 .messagebox.move { border-color:#9932cc; }
| |