|
|
Line 1: |
Line 1: |
| /* CSS placed here will affect users of the mobile site */
| |
| .sc { font-variant: small-caps }
| |
|
| |
|
| .l { text-align: left; }
| |
| .c { text-align: center; }
| |
| .r { text-align: right; }
| |
|
| |
| /* Link color override */
| |
| .blacklinks a, .blacklinks a:link, .blacklinks a:visited, .blacklinks a:hover, .blacklinks a:active, .blacklinks a span {
| |
| color: black !important;
| |
| }
| |
|
| |
| .whitelinks a, .whitelinks a:link, .whitelinks a:visited, .whitelinks a:hover, .whitelinks a:active, .whitelinks a span {
| |
| color: white !important;
| |
| }
| |
|
| |
| /* Hide vanilla Minerva site logo */
| |
| .header .branding-box a span {display:none;}
| |
|
| |
| .round { border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; -icab-border-radius: 10px; -o-border-radius: 10px; }
| |
|
| |
| .roundtl { border-top-left-radius: 10px; -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px; -khtml-border-top-left-radius: 10px; -icab-border-top-left-radius: 10px; -o-border-top-left-radius: 10px; }
| |
|
| |
| .roundtr { border-top-right-radius: 10px; -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px; -khtml-border-top-right-radius: 10px; -icab-border-top-right-radius: 10px; -o-border-top-right-radius: 10px; }
| |
|
| |
| .roundbl { border-bottom-left-radius: 10px; -moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px; -khtml-border-bottom-left-radius: 10px; -icab-border-bottom-left-radius: 10px; -o-border-bottom-left-radius: 10px; }
| |
|
| |
| .roundbr { border-bottom-right-radius: 10px; -moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px; -khtml-border-bottom-right-radius: 10px; -icab-border-bottom-right-radius: 10px; -o-border-bottom-right-radius: 10px; }
| |
|
| |
| .roundbottom { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; -moz-border-radius-bottomleft: 10px; -moz-border-radius-bottomright: 10px; -webkit-border-bottom-left-radius: 10px; -webkit-border-bottom-right-radius: 10px; -khtml-border-bottom-left-radius: 10px; -khtml-border-bottom-right-radius: 10px; -icab-border-bottom-left-radius: 10px; -icab-border-bottom-right-radius: 10px; -o-border-bottom-left-radius: 10px; -o-border-bottom-right-radius: 10px; }
| |
|
| |
| .roundtop { border-top-left-radius: 10px; border-top-right-radius: 10px; -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; -webkit-border-top-left-radius: 10px; -webkit-border-top-right-radius: 10px; -khtml-border-top-left-radius: 10px; -khtml-border-top-right-radius: 10px; -icab-border-top-left-radius: 10px; -icab-border-top-right-radius: 10px; -o-border-top-left-radius: 10px; -o-border-top-right-radius: 10px; }
| |
|
| |
| .roundleft { border-top-left-radius: 10px; border-bottom-left-radius: 10px; -moz-border-radius-topleft: 10px; -moz-border-radius-bottomleft: 10px; -webkit-border-top-left-radius: 10px; -webkit-border-bottom-left-radius: 10px; -khtml-border-top-left-radius: 10px; -khtml-border-bottom-left-radius: 10px; -icab-border-top-left-radius: 10px; -icab-border-bottom-left-radius: 10px; -o-border-top-left-radius: 10px; -o-border-bottom-left-radius: 10px; }
| |
|
| |
| .roundright { border-bottom-right-radius: 10px; border-top-right-radius: 10px; -moz-border-radius-bottomright: 10px; -moz-border-radius-topright: 10px; -webkit-border-bottom-right-radius: 10px; -webkit-border-top-right-radius: 10px; -khtml-border-bottom-right-radius: 10px; -khtml-border-top-right-radius: 10px; -icab-border-bottom-right-radius: 10px; -icab-border-top-right-radius: 10px; -o-border-bottom-right-radius: 10px; -o-border-top-right-radius: 10px; }
| |
|
| |
| /* MAIN PAGE DESIGN CSS */
| |
| body.page-Main_Page #t-cite,
| |
| body.page-Main_Page #footer-info-lastmod,
| |
| body.page-Main_Page #siteSub,
| |
| body.page-Main_Page #contentSub,
| |
| body.page-Main_Page h1.firstHeading {
| |
| display: none !important;
| |
| }
| |
|
| |
| body.page-Main_Page #content { background-color: #f1f1f1;}
| |
|
| |
| /* Make the list of references smaller */
| |
| ol.references,
| |
| div.reflist,
| |
| div.refbegin {
| |
| font-size: 90%;
| |
| }
| |
|
| |
| /* Restore category box to pre-MediaWiki 1.18.0 margins */
| |
| #catlinks li {
| |
| margin: 0 0;
| |
| padding: 0 0.4em;
| |
| }
| |
|
| |
| #catlinks li:first-child {
| |
| padding-left: 0;
| |
| }
| |
|
| |
| .mw-plusminus-pos {
| |
| border-bottom: 1px dotted;
| |
| cursor: help;
| |
| }
| |
|
| |
| .mw-plusminus-neg {
| |
| border-bottom: 1px dotted;
| |
| cursor: help;
| |
| }
| |
|
| |
| .mw-plusminus-null {
| |
| border-bottom: 1px dotted;
| |
| cursor: help;
| |
| }
| |
|
| |
| .fullwidth {
| |
| width: 100% !important;
| |
| }
| |
|
| |
| @media all and (max-width:719px) {
| |
| .infobox {
| |
| display: block !important;
| |
| float: none !important;
| |
| width: auto !important;
| |
| margin-left: 0 !important;
| |
| margin-right: 0 !important;
| |
| }
| |
| .infobox tbody {
| |
| width: 100% !important;
| |
| display: table !important;
| |
| }
| |
| }
| |
| @media all and (min-width:720px) {
| |
| .infobox {
| |
| max-width: 315px !important;
| |
| }
| |
| }
| |
|
| |
| h1, h2, h3 {font-family: sans-serif !important;}
| |
| p {font-family: helvetica !important; font-size: .8em !important;}
| |
| body {font-family: helvetica !important; font-size: 1.1em !important;}
| |
| em, i {font-family: helvetica !important; font-size: 1em !important;}
| |
| small {font-family: helvetica !important; font-size: .7em !important;}
| |
|
| |
| .header-container.header-chrome {
| |
| background-color: #0c0c0c;
| |
| border: 0;
| |
| box-shadow: none;
| |
| }
| |
|
| |
| .header .branding-box a span {color: #fff;}
| |
|
| |
| table
| |
| {max-width: 100% !important;}
| |
|
| |
| @media screen and (min-width: 720px) {
| |
| .content table.fullwidth {
| |
| width: 100% !important;
| |
| }
| |
| }
| |
|
| |
| @media screen and (max-width:719px) {
| |
| .content table.vertical-fullwidth {
| |
| width: 100% !important;
| |
| }
| |
| }
| |
|
| |
| a.sm2_button, a.sm2_button.sm2_paused:hover {
| |
| background-color: #333;
| |
| background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAKCAYAAABmBXS+AAAAbklEQVQY02NgQAL//v1jZMAF/v//vwuIs9HEUBUBTbj4HwIeA3EGVsVAxtn/qOAVUGM8uknIiv4hsV8A5ZKxKfoLVvnvHwifAzLtMKwDSQLBVSBti27dJajkcSD2RJODO3wtkOOMz/tMSJJYAxMA5dmsL0IfubQAAAAASUVORK5CYII=) !important;
| |
| background-repeat: no-repeat;
| |
| background-position: 4px 50%;
| |
| *background-position: 4px 3px;
| |
| }
| |
|
| |
| a.sm2_button {
| |
| position: relative;
| |
| display: inline-block;
| |
| width: 16px;
| |
| height: 16px;
| |
| text-indent: -9999px;
| |
| overflow: hidden;
| |
| vertical-align: middle;
| |
| border-radius: 6px;
| |
| margin-top: -1px;
| |
| -webkit-transition-property: hover;
| |
| -webkit-transition: all 0.2s ease-in-out;
| |
| -moz-transition: all 0.2s ease-in-out 0s;
| |
| -o-transition-property: background-color;
| |
| -o-transition-duration: 0.15s;
| |
| *text-indent: 0px;
| |
| *line-height: 99em;
| |
| *vertical-align: top;
| |
| }
| |
|
| |
| /* Song page infobox styles */
| |
|
| |
| body.page-Walking_In_My_Shoes table#InfoboxShell.round {
| |
| background: rgb(106,41,145) !important;
| |
| background: linear-gradient(155deg, rgba(106,41,145,1) 3%, rgba(111,127,187,1) 24%, rgba(137,175,220,1) 32%, rgba(103,91,165,1) 55%, rgba(101,41,139,1) 65%, rgba(100,43,140,1) 76%, rgba(90,57,78,1) 95%, rgba(65,34,39,1) 100%) !important;
| |
| }
| |
|
| |
| body.page-In_Your_Room table#InfoboxShell.round {
| |
| background: rgb(234,155,112) !important;
| |
| background: linear-gradient(180deg, rgba(234,155,112,1) 0%, rgba(235,124,107,1) 10%, rgba(201,79,90,1) 26%, rgba(184,77,87,1) 32%, rgba(137,74,85,1) 47%, rgba(99,76,86,1) 60%, rgba(215,98,89,1) 63%, rgba(242,191,110,1) 65%, rgba(215,98,89,1) 67%, rgba(99,76,86,1) 69%, rgba(99,76,86,1) 74%, rgba(197,209,101,1) 77%, rgba(99,76,86,1) 80%, rgba(99,76,86,1) 87%, rgba(79,141,118,1) 90%, rgba(62,62,70,1) 94%) !important;
| |
| }
| |
|
| |
| body.page-Condemnation table#InfoboxShell.round {
| |
| background: rgb(243,243,235) !important;
| |
| background: linear-gradient(231deg, rgba(243,243,235,1) 4%, rgba(232,215,208,1) 8%, rgba(210,183,172,1) 11%, rgba(198,168,157,1) 13%, rgba(138,124,113,1) 34%, rgba(62,62,70,1) 66%, rgba(60,62,61,1) 100%) !important;
| |
| }
| |
|
| |
| body.page-Never_Let_Me_Down_Again table#InfoboxShell.round {
| |
| background: rgb(143,186,202) !important;
| |
| background: linear-gradient(148deg, rgba(143,186,202,1) 0%, rgba(163,202,217,1) 14%, rgba(120,149,165,1) 38%, rgba(100,113,132,1) 53%, rgba(96,93,110,1) 66%, rgba(87,82,88,1) 74%, rgba(88,77,81,1) 80%, rgba(59,59,59,1) 100%) !important;
| |
| }
| |
|
| |
| body.page-Shake_The_Disease table#InfoboxShell.round {
| |
| background: rgb(139,188,218) !important;
| |
| background: linear-gradient(148deg, rgba(139,188,218,1) 0%, rgba(195,213,215,1) 16%, rgba(246,240,224,1) 30%, rgba(214,205,210,1) 44%, rgba(238,195,202,1) 51%, rgba(215,169,145,1) 59%, rgba(210,122,120,1) 69%, rgba(203,112,81,1) 80%, rgba(110,75,79,1) 90%) !important;
| |
| }
| |
|
| |
| body.page-Home table#InfoboxShell.round {
| |
| background: rgb(44,204,239) !important;
| |
| background: linear-gradient(181deg, rgba(44,204,239,1) 0%, rgba(39,106,139,1) 44%, rgba(130,85,65,1) 48%, rgba(105,214,226,1) 51%, rgba(254,251,246,1) 54%, rgba(254,251,246,1) 66%, rgba(233,77,33,1) 72%, rgba(227,99,45,1) 77%, rgba(204,89,58,1) 83%, rgba(221,114,78,1) 100%) !important;
| |
| }
| |
|
| |
| body.page-I_Feel_Loved table#InfoboxShell.round {
| |
| background: rgb(177,174,167) !important;
| |
| background: linear-gradient(181deg, rgba(177,174,167,1) 0%, rgba(186,171,133,1) 21%, rgba(174,135,56,1) 30%, rgba(182,173,154,1) 68%, rgba(164,170,204,1) 89%, rgba(140,152,190,1) 99%) !important;
| |
| }
| |
|
| |
| body.page-Dirt table#InfoboxShell.round {
| |
| background: rgb(177,174,167) !important;
| |
| background: linear-gradient(181deg, rgba(177,174,167,1) 0%, rgba(186,171,133,1) 21%, rgba(174,135,56,1) 30%, rgba(182,173,154,1) 68%, rgba(164,170,204,1) 89%, rgba(140,152,190,1) 99%) !important;
| |
| }
| |
|
| |
| body.page-Only_When_I_Lose_Myself table#InfoboxShell.round {
| |
| background: rgb(172,110,33) !important;
| |
| background: linear-gradient(91deg, rgba(172,110,33,1) 0%, rgba(198,121,43,1) 12%, rgba(182,78,27,1) 48%, rgba(238,159,40,1) 74%, rgba(240,193,89,1) 83%, rgba(243,218,164,1) 99%) !important;
| |
| }
| |
|
| |
| body.page-Surrender table#InfoboxShell.round {
| |
| background: rgb(172,110,33) !important;
| |
| background: linear-gradient(91deg, rgba(172,110,33,1) 0%, rgba(198,121,43,1) 12%, rgba(182,78,27,1) 48%, rgba(238,159,40,1) 74%, rgba(240,193,89,1) 83%, rgba(243,218,164,1) 99%) !important;
| |
| }
| |
|
| |
| body.page-Headstar table#InfoboxShell.round {
| |
| background: rgb(172,110,33) !important;
| |
| background: linear-gradient(91deg, rgba(172,110,33,1) 0%, rgba(198,121,43,1) 12%, rgba(182,78,27,1) 48%, rgba(238,159,40,1) 74%, rgba(240,193,89,1) 83%, rgba(243,218,164,1) 99%) !important;
| |
| }
| |
|
| |
| body.page-Shake_The_Disease table#InfoboxShell.round:hover {
| |
| animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
| |
| transform: translate3d(0, 0, 0);
| |
| backface-visibility: hidden;
| |
| perspective: 1000px;
| |
| }
| |
|
| |
| @keyframes shake {
| |
| 10%, 90% {
| |
| transform: translate3d(-1px, 0, 0);
| |
| }
| |
|
| |
| 20%, 80% {
| |
| transform: translate3d(2px, 0, 0);
| |
| }
| |
|
| |
| 30%, 50%, 70% {
| |
| transform: translate3d(-4px, 0, 0);
| |
| }
| |
|
| |
| 40%, 60% {
| |
| transform: translate3d(4px, 0, 0);
| |
| }
| |
| }
| |
|
| |
| .featured {
| |
| background: rgb(255,249,212) !important;
| |
| background: linear-gradient(148deg, rgba(255,249,212,1) 0%, rgba(255,252,245,1) 58%, rgba(255,244,230,1) 83%, rgba(237,239,240,1) 100%) !important;
| |
| }
| |
|
| |
| /* Top navbar */
| |
|
| |
| .navigation {
| |
| height: 35px;
| |
| background: #07080d;
| |
| }
| |
| .brand {
| |
| position: absolute;
| |
| padding-left: 20px;
| |
| padding-right: 20px;
| |
| float: left;
| |
| line-height: 35px;
| |
| text-transform: lowercase;
| |
| font-size: 1.4em !important;
| |
| }
| |
| .brand a, .brand a:visited {
| |
| color: #fbfbfb;
| |
| text-decoration: none;
| |
| font-size: 1em !important;
| |
| }
| |
| .nav-container {
| |
| max-width: 1000px;
| |
| margin: 0 auto;
| |
| }
| |
| nav {
| |
| float: right;
| |
| }
| |
| nav ul {
| |
| list-style: none;
| |
| margin: 0;
| |
| padding: 0;
| |
| }
| |
| nav ul li {
| |
| float: left;
| |
| position: relative;
| |
| }
| |
| nav ul li a, nav ul li a:visited {
| |
| display: block;
| |
| padding: 0 20px;
| |
| line-height: 35px;
| |
| background: #07080d;
| |
| color: #fbfbfb;
| |
| text-decoration: none;
| |
| }
| |
| nav ul li a:hover, nav ul li a:visited:hover {
| |
| background: #9d68d9;
| |
| color: #fbfbfb;
| |
| }
| |
| nav ul li a:not(:only-child):after, nav ul li a:visited:not(:only-child):after {
| |
| padding-left: 4px;
| |
| content: ' ▾';
| |
| }
| |
| nav ul li ul li {
| |
| min-width: 190px;
| |
| }
| |
| nav ul li ul li a {
| |
| padding: 15px;
| |
| line-height: 20px;
| |
| }
| |
| .nav-dropdown {
| |
| position: absolute;
| |
| display: none;
| |
| z-index: 1;
| |
| box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
| |
| }
| |
| /* Mobile navigation */
| |
| .nav-mobile {
| |
| display: none;
| |
| position: absolute;
| |
| top: 0;
| |
| right: 0;
| |
| background: #07080d;
| |
| height: 35px;
| |
| width: 70px;
| |
| z-index : 1;
| |
| }
| |
| @media only screen and (max-width: 798px) {
| |
| .nav-mobile {
| |
| display: block;
| |
| }
| |
| nav {
| |
| width: 100%;
| |
| padding: 35px 0 15px;
| |
| }
| |
| nav ul {
| |
| display: none;
| |
| }
| |
| nav ul li {
| |
| float: none;
| |
| }
| |
| nav ul li a {
| |
| padding: 15px;
| |
| line-height: 20px;
| |
| }
| |
| nav ul li ul li a {
| |
| padding-left: 30px;
| |
| }
| |
| .nav-dropdown {
| |
| position: static;
| |
| }
| |
| }
| |
| @media screen and (min-width: 799px) {
| |
| .nav-list {
| |
| display: block !important;
| |
| }
| |
| }
| |
| #nav-toggle {
| |
| position: absolute;
| |
| left: 18px;
| |
| top: 12px;
| |
| cursor: pointer;
| |
| padding: 10px 35px 16px 0px;
| |
| }
| |
| #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
| |
| cursor: pointer;
| |
| border-radius: 1px;
| |
| height: 5px;
| |
| width: 35px;
| |
| background: #fbfbfb;
| |
| position: absolute;
| |
| display: block;
| |
| content: '';
| |
| transition: all 300ms ease-in-out;
| |
| }
| |
| #nav-toggle span:before {
| |
| top: -10px;
| |
| }
| |
| #nav-toggle span:after {
| |
| bottom: -10px;
| |
| }
| |
| #nav-toggle.active span {
| |
| background-color: transparent;
| |
| }
| |
| #nav-toggle.active span:before, #nav-toggle.active span:after {
| |
| top: 0;
| |
| }
| |
| #nav-toggle.active span:before {
| |
| transform: rotate(45deg);
| |
| }
| |
| #nav-toggle.active span:after {
| |
| transform: rotate(-45deg);
| |
| }
| |
|
| |
| .brand a, .brand a:visited {font-size: 1.35em; z-index : 1;}
| |
| nav {z-index : 1;}
| |
| nav:hover {text-decoration: none !important; z-index : 1;}
| |
|
| |
| nav ul li ul li a {font-size: small; line-height: 15px; z-index : 1;}
| |
| nav ul li a, nav ul li a:visited {text-decoration: none !important; z-index : 1;}
| |
|
| |
| .navigation {
| |
| position: -webkit-sticky;
| |
| position: sticky;
| |
| top: 0;
| |
| z-index : 1;
| |
| }
| |