MediaWiki:Common.css

From Gineipaedia, the Legend of Galactic Heroes wiki

(Difference between revisions)
Jump to: navigation, search
m (sb)
m (Don't style links to Gineipaedia as external)
 
(76 intermediate revisions not shown)
Line 1: Line 1:
-
/* ============== */
+
#featured-text img { border: 1px solid #444444; }
-
/* GENERAL STYLES */
+
-
/* ============== */
+
-
/* ------------ */
+
#recently-featured { font-size: 89%; }
-
/* article TOCs */
+
-
/* ------------ */
+
-
#bodyContent .toc {
+
-
    margin-top: 0.9em !important;
+
-
    padding-top: 0em !important;
+
-
}
+
-
/* -------------------- */
+
#more-featured { text-align: right; font-size: 89%; }
-
/* article headers (h2) */
+
-
/* -------------------- */
+
-
#bodyContent h2 {
+
-
    padding-top: 1.2em;
+
-
}
+
-
/* ----------------- */
+
.terminal {
-
/* article infoboxes */
+
     margin:             0.85em 0px 0.85em 0px;
-
/* ----------------- */
+
     padding:           0.3em 0.4em;
-
#bodyContent .infobox {
+
     font-size:         98%;
-
     float: right;
+
     font-family:       'Courier New', Courier, monospace;
-
     margin-left: 1em;
+
     background-color:   #222222;
-
     margin-bottom: 0.5em;
+
     border: 1px solid   #444444;
-
     padding: 0.2em;
+
     -moz-border-radius: 3px;
-
     background-color: #fafafa;
+
    border-radius:      3px;
-
     border: 1px solid #aaaaaa;
+
    -moz-box-shadow:    inset 1px 1px 3px rgba(0,0,0,0.35);
-
     clear: right;
+
    -webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.35);
 +
    box-shadow:        inset 1px 1px 3px rgba(0,0,0,0.35);
}
}
-
/* -------------------- */
+
#bodyContent > .terminal:last-child {
-
/* 'main article' lines */
+
     margin-bottom: 0em;
-
/* -------------------- */
+
-
.mainarticle {
+
-
     font-style: italic;
+
}
}
-
/* --------------- */
+
#editpage-copywarn { padding-top: 0.1em; }
-
/* sortable tables */
+
-
/* --------------- */
+
-
table.sortable {
+
-
    width: 100%;
+
-
    text-align: left;
+
-
    background-color: #f9f9f9;
+
-
    border: 1px solid #aaaaaa;
+
-
    border-collapse: collapse;
+
-
}
+
-
table.sortable td,
+
-
table.sortable th {
+
-
    border: 1px solid #aaaaaa;
+
-
}
+
-
/* ------------------- */
+
#multiboilerplateform input[type="submit"] { margin-left: 4px; }
-
/* 'appearances' lists */
+
-
/* ------------------- */
+
-
.hiddenlist {
+
-
    display: none !important;
+
-
}
+
-
.visiblelist {
+
-
  display: block !important;
+
-
}
+
-
/* -------------- */
+
table.navbox + table.navbox { margin-top: 2px; }
-
/* template links */
+
-
/* -------------- */
+
-
.template-link {
+
-
    padding: 1px 2px;
+
-
    padding-bottom: 2px;
+
-
    background-color: #deeef9;
+
-
}
+
-
.template-link a {
+
-
    color: #202020;
+
-
}
+
-
 
+
-
 
+
-
/* ------ */
+
-
/* clear! */
+
-
/* ------ */
+
-
.clear {
+
-
    clear: both !important;
+
-
}
+
-
 
+
-
 
+
-
 
+
-
/* ================ */
+
-
/* MAIN-PAGE STYLES */
+
-
/* ================ */
+
-
 
+
-
/* ------------------ */
+
-
/* hide default title */
+
-
/* ------------------ */
+
-
.page-Portal_Main #firstHeading {
+
-
    display: none !important;
+
-
}
+
-
 
+
-
/* ----------------- */
+
-
/* replacement title */
+
-
/* ----------------- */
+
-
#portal-main-title-box {
+
-
    float: left;
+
-
    margin: 0px 0px;
+
-
    padding: 0px 0px;
+
-
}
+
-
#portal-main-title-box p {
+
-
    margin: 0px 0px;
+
-
    padding: 0px 0px;
+
-
}
+
-
#portal-main-title-box p#portal-main-title {
+
-
    margin-top: 1px;
+
-
    color: #808080;
+
-
    font-size: 188%;
+
-
    line-height: 1.2em;
+
-
}
+
-
#portal-main-title strong {
+
-
    color: #111111;
+
-
}
+
-
#portal-main-title-box p#portal-main-title-tagline {
+
-
    margin-top: -3px;
+
-
    padding-right: 4px !important;
+
-
    color: #404040;
+
-
    text-align: right;
+
-
    font-size: 0.95em;
+
-
}
+
-
.portal-main-title-clear {
+
-
    margin-bottom: .7em;
+
-
    padding-bottom: .1em;
+
-
    border-bottom: 1px solid #aaaaaa;
+
-
}
+
-
 
+
-
/* -------------------- */
+
-
/* hide redirect notice */
+
-
/* -------------------- */
+
-
.page-Portal_Main #bodyContent #contentSub {
+
-
    display: none !important;
+
-
}
+
-
 
+
-
/* ------------- */
+
-
/* hide category */
+
-
/* ------------- */
+
-
.page-Portal_Main #catlinks {
+
-
    display: none !important;
+
-
}
+
-
 
+
-
 
+
-
 
+
-
/* =========== */
+
-
/* DATE STYLES */
+
-
/* =========== */
+
-
 
+
-
/* ---------- */
+
-
/* date spans */
+
-
/* ---------- */
+
-
.d {
+
-
    white-space: nowrap;
+
-
}
+
-
.d-other {
+
-
    display: none !important;
+
-
}
+
-
 
+
-
/* -------------- */
+
-
/* date tool tips */
+
-
/* -------------- */
+
-
#simpleTooltip {
+
-
    padding: 3px 5px 3px 5px;
+
-
    font-size: 12px;
+
-
    line-height: 14px;
+
-
    white-space: nowrap;
+
-
    background: #fcfcfc;
+
-
    border: 1px solid #cccccc;
+
-
    box-shadow: 0px 0px 6px rgba(0,0,0,0.1);
+
-
    -moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.1);
+
-
    -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.1);
+
-
}
+
-
#simpleTooltip span {
+
-
    color: #888888;
+
-
}
+
-
 
+
-
 
+
-
 
+
-
/* ============== */
+
-
/* CAPTCHA STYLES */
+
-
/* ============== */
+
-
 
+
-
div.captcha {
+
-
    margin: 1.1em 0em 1.2em 0em;
+
-
    padding: 0.2em 0.7em;
+
-
    background-color: #fafafa;
+
-
    border: 1px solid #a7d7f9;
+
-
}
+
-
 
+
-
#editform div.captcha {
+
-
    margin: 0.8em 0em 0.7em 0em !important;
+
-
}
+
-
 
+
-
div.captcha label {
+
-
    display: block;
+
-
    padding-bottom: 0.3em;
+
-
}
+
-
 
+
-
div.captcha label em {
+
-
    color: #2053b2;
+
-
    font-weight: bold;
+
-
    font-style: normal;
+
-
}
+
-
 
+
-
div.captcha p:nth-child(2) {
+
-
    padding-top: 0.5em;
+
-
}
+
-
 
+
-
div.captcha input#wpCaptchaWord {
+
-
    display: block;
+
-
    width: 170px !important;
+
-
}
+
-
 
+
-
 
+
-
/* =========================== */
+
-
/* SIDE-BAR STYLES (temporary) */
+
-
/* =========================== */
+
-
 
+
-
#mw-panel .portal {
+
-
    padding-bottom: 18px !important;
+
-
}
+
-
#mw-panel .portal h5 {
+
-
    margin-bottom: 2px !important;
+
-
    padding-bottom: 0px !important;
+
-
}
+
-
#mw-panel .portal .body {
+
-
    padding-top: 4px !important;
+
-
}
+
-
 
+
-
/* top (LOGH) portal */
+
-
#mw-panel #p-logh {
+
-
    margin-top: -2px !important;
+
-
    padding-top: 0px !important;
+
-
}
+
-
#mw-panel #p-logh .body {
+
-
    background-image: none !important;
+
-
}
+
-
 
+
-
 
+
-
 
+
-
 
+
-
/* break-out boxes */
+
-
.breakout-top, .breakout-bottom {
+
-
    border: 1px solid #aaaaaa;
+
-
    background-color: #fafafa;
+
-
    margin: 0em 2em 2em 2em;
+
-
    padding: 0.5em 1em;
+
-
    font-size: 0.95em;
+
-
}
+
-
.breakout-bottom {
+
#content a.external[href^="/"],
-
     margin: 2em 2em 0em 2em;
+
#content a.external[href^="http://gineipaedia.com/"],
 +
#content a.external[href^="https://gineipaedia.com/"],
 +
#content a.external[href="http://gineipaedia.com"],
 +
#content a.external[href="https://gineipaedia.com"] {
 +
     padding:    0;
 +
    background: none;
}
}

Latest revision as of 02:18, 19 July 2017

#featured-text img { border: 1px solid #444444; }

#recently-featured { font-size: 89%; }

#more-featured { text-align: right; font-size: 89%; }

.terminal {
    margin:             0.85em 0px 0.85em 0px;
    padding:            0.3em 0.4em;
    font-size:          98%;
    font-family:        'Courier New', Courier, monospace;
    background-color:   #222222;
    border: 1px solid   #444444;
    -moz-border-radius: 3px;
    border-radius:      3px;
    -moz-box-shadow:    inset 1px 1px 3px rgba(0,0,0,0.35);
    -webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.35);
    box-shadow:         inset 1px 1px 3px rgba(0,0,0,0.35);
}

#bodyContent > .terminal:last-child {
    margin-bottom: 0em;
}

#editpage-copywarn { padding-top: 0.1em; }

#multiboilerplateform input[type="submit"] { margin-left: 4px; }

table.navbox + table.navbox { margin-top: 2px; }

#content a.external[href^="/"],
#content a.external[href^="http://gineipaedia.com/"],
#content a.external[href^="https://gineipaedia.com/"],
#content a.external[href="http://gineipaedia.com"],
#content a.external[href="https://gineipaedia.com"] {
    padding:    0;
    background: none;
}
Personal tools
Namespaces
Variants
Actions
Miscellany
Common
Tool box