Difference between revisions of "Xiu.css"
Jump to navigation
Jump to search
m |
m |
||
Line 143: | Line 143: | ||
text-align: center; | text-align: center; | ||
vertical-align: middle; | vertical-align: middle; | ||
+ | } | ||
+ | |||
+ | #maintable { | ||
+ | margin:20px; | ||
+ | margin-bottom: -450px; | ||
} | } |
Revision as of 12:57, 2 November 2019
body {
background-color: #000;
}
ul {
list-style-image: none;
}
a {
color: #78a1e6;
}
a.new, #p-personal a.new {
color: #aa2200; font-weight: bold;
}
- simpleSearch #searchInput {
background-color: #000; color: #fff;
}
.loki-cell-table {
background: -webkit-gradient(linear, 48% top, 52% bottom, from(rgba(128, 128, 128, .3)), to(rgba(0, 0, 0, .3))); background: -moz-linear-gradient(-80deg, rgba(128, 128, 128, .3), rgba(0, 0, 0, .3)); background-color: #000;
}
.loki-cell-table td {
color: #88AA00 !important;
} .loki-cell {
border: solid 1px #000000 !important;
} .loki-glass {
background-color: #750 !important;
}
.loki-header {
background-color: #000 !important;
}
- mw-panel .portal .body li a {
color: #78a1e6;
}
- mw-panel .portal h3 {
color: #b5b5b5;
}
- footer ul li {
color: #b5b5b5;
}
- catlinks {
background-color: #000;
}
- mw-head {
background-color: #000;
}
.mw-body {
background-color: #000;
}
.vectorTabs li a {
color: #78a1e6; background-color: #000;
}
.vectorTabs li.selected a {
color: #b9b9b9; background-color: #000;
}
.vectorMenu {
background-color: #000;
}
.vectorMenu .menu {
background-color: #000;
}
.vectorMenu h3 span {
color: #78a1e6;
}
.vectorMenu li a {
color: #78a1e6;
}
- right-navigation {
background-color: #000;
}
- verbenasymbol {
width: 100%; height: auto;
}
- primordial {
width: 300px; height: auto; display: block; margin-left: auto; margin-right: auto;
}
.redfont {
font-weight:bold; font-family:Book Antiqua,serif; font-variant:small-caps; font-size:x-large; color:#aa2200; text-shadow: 0px 0px 10px;
}
.greyfont {
font-weight:bold; font-family:Book Antiqua,serif; font-variant:small-caps; font-size:medium; color:#7f7f7f;
}
.greenentry {
margin-left: 50px; font-variant:small-caps;
}
.contactstable {
width: 100%;
}
.contactscolumn {
vertical-align: middle; width: 50%;
}
.contactsentry {
text-align: center; vertical-align: middle;
}
- maintable {
margin:20px; margin-bottom: -450px;
}