Difference between revisions of "MediaWiki:Chameleon.css"
From The Official Visionaire Studio: Adventure Game Engine Wiki
(Blanked the page) |
|||
Line 1: | Line 1: | ||
+ | .tick { | ||
+ | background:url("http://wiki.visionaire-tracker.net/images/ftp/wiki_tick.png"); | ||
+ | width:16px; | ||
+ | height:16px; | ||
+ | margin: 0 auto; | ||
+ | } | ||
+ | .cross { | ||
+ | background:url("http://wiki.visionaire-tracker.net/images/ftp/wiki_x.png"); | ||
+ | width:16px; | ||
+ | height:16px; | ||
+ | margin: 0 auto; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* standard link colors */ | ||
+ | .mw-body a:link { color: rgba(91, 192, 222, 0.7); } /* normal unvisited links */ | ||
+ | .mw-body a:link:visited { color: rgba(91, 192, 222, 0.9); } /* visited links */ | ||
+ | .mw-body a:link:active { color: rgba(91, 192, 222, 1); } /* active links */ | ||
+ | .mw-body a:link.new { color: rgba(91, 192, 222, 0.2) !important; } /* new links */ | ||
+ | .mw-body a:link.new:hover { color: rgba(91, 192, 222, 0.7) !important; } /* new links hover */ | ||
+ | .mw-body a:link.interwiki { color: rgba(91, 192, 222, 0.9); } /* interwiki links */ | ||
+ | .mw-body a:link.external { color: rgba(91, 192, 222, 0.9); } /* external links */ | ||
+ | .mw-body a:link.stub { color: rgba(91, 192, 222, 0.9); } /* hovered links */ | ||
+ | .mw-body a:link, a:link {color: rgba(91, 192, 222, 0.9)} | ||
+ | .mw-body a:visited, a:visited {color: rgba(91, 192, 222, 0.9)} | ||
+ | .mw-body a:hover, a:hover {color: rgba(91, 192, 222, 1)} | ||
+ | .mw-body a:active, a:active {color: rgba(91, 192, 222, 1)} | ||
+ | |||
+ | /* table colors */ | ||
+ | table.ts a, table.ex a, table.in a { text-decoration: none; font-weight: bold; } | ||
+ | table.ts a:link { color: rgba(92, 184, 92, 0.9); } /* normal unvisited links */ | ||
+ | table.ts a:link:visited { color: rgba(92, 184, 92, 0.9); } /* visited links */ | ||
+ | table.ts a:link:active { color: rgba(92, 184, 92, 1); } /* active links */ | ||
+ | table.ts a:link.new { color: rgba(92, 184, 92, 0.2) !important; } /* new links */ | ||
+ | table.ts a:link.new:hover { color: rgba(92, 184, 92, 0.7) !important; } /* new links hover */ | ||
+ | table.ts a:link.interwiki { color: rgba(92, 184, 92, 0.9); } /* interwiki links */ | ||
+ | table.ts a:link.external { color: rgba(92, 184, 92, 0.9); } /* external links */ | ||
+ | table.ts a:link.stub { color: rgba(92, 184, 92, 0.9); } /* hovered links */ | ||
+ | table.ts a:link {color: rgba(92, 184, 92, 0.9)} | ||
+ | table.ts a:visited {color: rgba(92, 184, 92, 0.9)} | ||
+ | table.ts a:hover {color: rgba(92, 184, 92, 1)} | ||
+ | table.ts a:active {color: rgba(92, 184, 92, 1)} | ||
+ | |||
+ | table.ex th { font-size: 13px; } | ||
+ | |||
+ | .ftoc { | ||
+ | position: fixed; | ||
+ | left: -250px; | ||
+ | top: 50%; | ||
+ | margin-top: -200px; | ||
+ | width: 300px; | ||
+ | height: 400px; | ||
+ | overflow: auto; | ||
+ | background-color: #4e5d6c; | ||
+ | padding: 5px; | ||
+ | font-size: 15px; | ||
+ | overflow: hidden; | ||
+ | z-index: 999; | ||
+ | |||
+ | -webkit-border-top-right-radius: 5px; | ||
+ | -webkit-border-bottom-right-radius: 5px; | ||
+ | -moz-border-radius-topright: 5px; | ||
+ | -moz-border-radius-bottomright: 5px; | ||
+ | border-top-right-radius: 5px; | ||
+ | border-bottom-right-radius: 5px; | ||
+ | |||
+ | -webkit-box-shadow: 2px 0px 4px 0px rgba(50, 50, 50, 0.5); | ||
+ | -moz-box-shadow: 2px 0px 4px 0px rgba(50, 50, 50, 0.5); | ||
+ | box-shadow: 2px 0px 4px 0px rgba(50, 50, 50, 0.5); | ||
+ | } | ||
+ | |||
+ | .ftoc_content { | ||
+ | /*display:none;*/ | ||
+ | left: -500px; | ||
+ | position:absolute; | ||
+ | } | ||
+ | |||
+ | |||
+ | table.ts, table.ex, table.in { | ||
+ | margin-top: 1em; | ||
+ | margin-bottom: 1em; | ||
+ | background: transparent; | ||
+ | border-collapse: separate; | ||
+ | border-spacing: 2px 2px; | ||
+ | font-weight: bold; | ||
+ | width: 100%; | ||
+ | } | ||
+ | |||
+ | table.ts td, table.ex td { | ||
+ | background: rgba(0, 0, 0, 0.1); | ||
+ | vertical-align: top; | ||
+ | padding: 5px; | ||
+ | font-size: 12px; | ||
+ | } | ||
+ | |||
+ | table.in td { | ||
+ | background: rgba(0, 0, 0, 0.1); | ||
+ | vertical-align: middle; | ||
+ | text-align: center; | ||
+ | padding: 5px; | ||
+ | /*font-size: 12px;*/ | ||
+ | } | ||
+ | |||
+ | .i_arrow { | ||
+ | font-size:42px; | ||
+ | width: 5%; | ||
+ | } | ||
+ | |||
+ | .i_norm { | ||
+ | font-size: 24px; | ||
+ | width: 90%; | ||
+ | } | ||
+ | |||
+ | table.ex td { | ||
+ | font-size: 12px; | ||
+ | /* font-style: italic; */ | ||
+ | } | ||
+ | |||
+ | table.ts tr:hover, table.ex tr:hover, table.in td:hover { | ||
+ | background: rgba(0, 0, 0, 0.3); | ||
+ | } | ||
+ | |||
+ | table.ts th { | ||
+ | background: #5bc0de; | ||
+ | text-align:left; | ||
+ | padding: 5px; | ||
+ | color: rgba(0,0,0,0.7); | ||
+ | } | ||
+ | |||
+ | table.ts th a:link { color: rgba(0,0,0,0.7); } | ||
+ | table.ts th a:hover { color: rgba(0,0,0,0.9); } | ||
+ | |||
+ | table.ex th { | ||
+ | background: #454545; | ||
+ | text-align:left; | ||
+ | padding: 5px; | ||
+ | } | ||
+ | |||
+ | td.clickablecell a { | ||
+ | display:block; | ||
+ | width:100%; | ||
+ | height:100%; | ||
+ | } | ||
+ | |||
+ | .i18n td { | ||
+ | -webkit-border-bottom-right-radius: 5px; | ||
+ | -webkit-border-bottom-left-radius: 5px; | ||
+ | -moz-border-radius-bottomright: 5px; | ||
+ | -moz-border-radius-bottomleft: 5px; | ||
+ | border-bottom-right-radius: 5px; | ||
+ | border-bottom-left-radius: 5px; | ||
+ | } |
Revision as of 20:27, 3 November 2014
.tick {
background:url("http://wiki.visionaire-tracker.net/images/ftp/wiki_tick.png");
width:16px;
height:16px;
margin: 0 auto;
}
.cross {
background:url("http://wiki.visionaire-tracker.net/images/ftp/wiki_x.png");
width:16px;
height:16px;
margin: 0 auto;
}
/* standard link colors */
.mw-body a:link { color: rgba(91, 192, 222, 0.7); } /* normal unvisited links */
.mw-body a:link:visited { color: rgba(91, 192, 222, 0.9); } /* visited links */
.mw-body a:link:active { color: rgba(91, 192, 222, 1); } /* active links */
.mw-body a:link.new { color: rgba(91, 192, 222, 0.2) !important; } /* new links */
.mw-body a:link.new:hover { color: rgba(91, 192, 222, 0.7) !important; } /* new links hover */
.mw-body a:link.interwiki { color: rgba(91, 192, 222, 0.9); } /* interwiki links */
.mw-body a:link.external { color: rgba(91, 192, 222, 0.9); } /* external links */
.mw-body a:link.stub { color: rgba(91, 192, 222, 0.9); } /* hovered links */
.mw-body a:link, a:link {color: rgba(91, 192, 222, 0.9)}
.mw-body a:visited, a:visited {color: rgba(91, 192, 222, 0.9)}
.mw-body a:hover, a:hover {color: rgba(91, 192, 222, 1)}
.mw-body a:active, a:active {color: rgba(91, 192, 222, 1)}
/* table colors */
table.ts a, table.ex a, table.in a { text-decoration: none; font-weight: bold; }
table.ts a:link { color: rgba(92, 184, 92, 0.9); } /* normal unvisited links */
table.ts a:link:visited { color: rgba(92, 184, 92, 0.9); } /* visited links */
table.ts a:link:active { color: rgba(92, 184, 92, 1); } /* active links */
table.ts a:link.new { color: rgba(92, 184, 92, 0.2) !important; } /* new links */
table.ts a:link.new:hover { color: rgba(92, 184, 92, 0.7) !important; } /* new links hover */
table.ts a:link.interwiki { color: rgba(92, 184, 92, 0.9); } /* interwiki links */
table.ts a:link.external { color: rgba(92, 184, 92, 0.9); } /* external links */
table.ts a:link.stub { color: rgba(92, 184, 92, 0.9); } /* hovered links */
table.ts a:link {color: rgba(92, 184, 92, 0.9)}
table.ts a:visited {color: rgba(92, 184, 92, 0.9)}
table.ts a:hover {color: rgba(92, 184, 92, 1)}
table.ts a:active {color: rgba(92, 184, 92, 1)}
table.ex th { font-size: 13px; }
.ftoc {
position: fixed;
left: -250px;
top: 50%;
margin-top: -200px;
width: 300px;
height: 400px;
overflow: auto;
background-color: #4e5d6c;
padding: 5px;
font-size: 15px;
overflow: hidden;
z-index: 999;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
-webkit-box-shadow: 2px 0px 4px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow: 2px 0px 4px 0px rgba(50, 50, 50, 0.5);
box-shadow: 2px 0px 4px 0px rgba(50, 50, 50, 0.5);
}
.ftoc_content {
/*display:none;*/
left: -500px;
position:absolute;
}
table.ts, table.ex, table.in {
margin-top: 1em;
margin-bottom: 1em;
background: transparent;
border-collapse: separate;
border-spacing: 2px 2px;
font-weight: bold;
width: 100%;
}
table.ts td, table.ex td {
background: rgba(0, 0, 0, 0.1);
vertical-align: top;
padding: 5px;
font-size: 12px;
}
table.in td {
background: rgba(0, 0, 0, 0.1);
vertical-align: middle;
text-align: center;
padding: 5px;
/*font-size: 12px;*/
}
.i_arrow {
font-size:42px;
width: 5%;
}
.i_norm {
font-size: 24px;
width: 90%;
}
table.ex td {
font-size: 12px;
/* font-style: italic; */
}
table.ts tr:hover, table.ex tr:hover, table.in td:hover {
background: rgba(0, 0, 0, 0.3);
}
table.ts th {
background: #5bc0de;
text-align:left;
padding: 5px;
color: rgba(0,0,0,0.7);
}
table.ts th a:link { color: rgba(0,0,0,0.7); }
table.ts th a:hover { color: rgba(0,0,0,0.9); }
table.ex th {
background: #454545;
text-align:left;
padding: 5px;
}
td.clickablecell a {
display:block;
width:100%;
height:100%;
}
.i18n td {
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}