Difference between revisions of "MediaWiki:Chameleon.css"
From The Official Visionaire Studio: Adventure Game Engine Wiki
(Blanked the page) |
|||
Line 1: | Line 1: | ||
+ | .navbar-default .navbar-nav > li > a { | ||
+ | color: rgba(255, 255, 255, 0.8); | ||
+ | font-weight: 700; | ||
+ | font-size: 12px; | ||
+ | } | ||
+ | .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.1); | ||
+ | } | ||
+ | |||
+ | 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%; | ||
+ | } |
Revision as of 11:47, 5 November 2014
.navbar-default .navbar-nav > li > a {
color: rgba(255, 255, 255, 0.8);
font-weight: 700;
font-size: 12px;
}
.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.1);
}
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%;
}