MediaWiki:Common.css: Difference between revisions

From Fabulous Loop de Loop
No edit summary
No edit summary
Line 125: Line 125:
}
}


#p-cactions.vectorMenu:hover {
background-color: lavender;
}
:not(:checked) > .vectorMenuCheckbox {
background-color: lavender;
}


#searchInput {
#searchInput {

Revision as of 12:18, 22 August 2020

/* CSS placed here will be applied to all skins */

body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
                              
@font-face {
    font-family: 'happytimes';
    src: url('floop-wiki-fonts/happytimes/happy-times-NG_regular_master_web.woff2') format('woff2'),
         url('floop-wiki-fonts/happytimes/happy-times-NG_regular_master_web.woff') format('woff'),
         url('floop-wiki-fonts/happytimes/happy-times-NG_regular_master_web.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'happytimes';
    src: url('floop-wiki-fonts/happytimes/happy-times-NG_bold_master_web.woff2') format('woff2'),
         url('floop-wiki-fonts/happytimes/happy-times-NG_bold_master_web.woff') format('woff'),
         url('floop-wiki-fonts/happytimes/happy-times-NG_bold_master_web.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'happytimes';
    src: url('floop-wiki-fonts/happytimes/happy-times-NG_italic_master_web.woff2') format('woff2'),
         url('floop-wiki-fonts/happytimes/happy-times-NG_italic_master_web.woff') format('woff'),
         url('floop-wiki-fonts/happytimes/happy-times-NG_italic_master_web.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}


/*mediawiki css*/
#footer {
margin-left: 21em;
}

.mw-references-wrap.mw-references-columns {
font-family: 'happytimes', serif;
padding-top: 12px;
}

.mw-wiki-logo {
padding-top: 12px;
}

/*
.mw-parser-output {
border-right: 1px solid black;
}
*/

#mw-head {
background-color: lavender;
}

#mw-panel {
width: 19em;
padding-right: 8px;
font-family: 'Arial', sans-serif;
background-colour: white;
}

#left-navigation {
margin-left: 20em;
}

#mw-page-base {
background-image: none;
background-color: lavender;
}

#mw-head-base {
margin-left: 19em;
}

.mw-body {
margin-left: 19em;
background-color: white;
border: none;
}

.mw-body-content {
background-color: white;
margin: none;
font-family: 'happytimes', serif;
}


/* padding/sizing and aesthetic styles for the background of the tabs */
div#mw-head div.vectorMenu h3,
div#mw-head div.vectorTabs ul li span {
	background: white;
	line-height: 1;
	overflow: visible;
}

div.gallerytext {
font-size: 60%;
max-width: 100%;
}

div.thumbinner {
border: none;
background: white;
padding: 4px;
text-align: center;
overflow: hidden;
}

/*tabs in top nav*/
.vectorTabs {
background-image: none;
background-color: lavender;
height: 1em;
}

.vectorTabs li a {
background-color: lavender;
height: 1em;
}

.vectorTabs #ca-unwatch.icon a {
padding-top: 36px;
}


#searchInput {
border: 1px solid black;
}

#footer-icons {
display: none;
}

/* meta-diagram */
.container {
/* border: 1px solid red;*/
display: grid;
padding: 8px;
/*grid-template-columns: auto 100px auto 100px auto;*/
/*grid-template-rows: auto auto auto;*/
grid-template-columns: auto auto auto;
grid-template-rows: auto auto auto;
}

.container-shell {
font-family: 'Arial', sans-serif;
padding: 12px;
}

.container-title {
padding: 12px;
/*vertical-align: middle;*/
/*display: table-cell;*/
max-width: 100%;
}

.container-box {
float: left;
padding: 12px;
position: relative;
text-align: center;
max-width: 100%;
display: table-cell;
}

.arrow-box {
max-width: 100%;
float: left;
}

/*arrows and lines*/
.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 30px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}


/*type classes*/
.title {
font-family: 'happytimes', serif;
font-size: 3em;
font-style: regular;
text-align: center;
line-height: 1em;
max-width: 100%;
}

.subtitle {
font-family: 'happytimes', serif;
font-size: 1.4em;
/*font-style: italic;*/
line-height: 1.2em;
text-align: center;
margin-top: -24px;
max-width: 100%;
}

.body {
max-width: 100%;
}

.chapter {
text-align: center;
max-width: 100%;
padding-left: 3em;
padding-right: 3em;
line-height: 1.2em;
font-size: 1.4em;
font-family: 'happytimes', serif;
margin: auto;
}

.loglines {
text-align: left;
padding: 12px;
font-size: 1em;
line-height: 1.2em;
font-family: 'happytimes', serif;
max-width: 100%;
}

.machine {
font-family: 'happytimes', serif;
font-size: 1em;
line-height: 1.2em;
padding-left: 3em;
padding-right: 3em;
text-align: center;
max-width: 100%;
}

.caption {
font-family: 'happytimes', serif;
text-align: left;
font-size: 1em;
margin-top: -8px;
max-width: 100%;
}

.byline {
font-family: 'happytimes', serif;
text-align: center;
margin-left: auto;
margin-right: auto;
}

body {
background-color: lavender;
background-image: none;
}

h1#firstHeading.firstHeading {
font-family: 'happytimes', serif;
font-size: 1.4em;
line-height: 1.2em;
border-top: 1px solid black;
border-radius: 0px 50px 0px 0px;
margin-bottom: 12px;
padding-top: 24px;
padding-bottom: 12px;
max-width: 100%;
}

h1 {
border-bottom: none;
}

p {
font-family: 'happytimes', serif;
font-size: 1.4em;
line-height: 1.3em;
max-width: 60%;
}


a.image {
display: inline-block;
margin: 12px auto auto auto;
position: relative;
/*width: 50%;*/
}

a:link, a:visited {
color: #0b0080;
}

a:hover, a:active {
text-decoration: underline;
}


/* an attempt to vertical-align text in this cell*/
#title-box {
vertical-align: middle;
display: table-cell;
}