Foreground.css: Difference between revisions
From Breaking Worlds
Cryptophage (talk | contribs) No edit summary |
Cryptophage (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
/* Custom Foreground menubar colors */ | /* Custom Foreground menubar colors */ | ||
.top-bar, | .top-bar, | ||
.top-bar . | .top-bar .name h1 a, | ||
.top-bar-section ul, | .top-bar-section ul, | ||
.top-bar-section ul li.active > a, | .top-bar-section ul li.active > a, | ||
.top-bar-section li a:not(.button), | .top-bar-section li a:not(.button), | ||
.top-bar-section .has-form { | .top-bar-section .has-form { | ||
background: | background: #ccf; | ||
color: # | color: #353542; | ||
} | |||
#navwrapper > .top-bar { | |||
margin: 0; | |||
z-index: 1; | |||
font-family: "Calibri", "Helvetica Neue", "Arial", Sans-Serif; | |||
} | } | ||
.top-bar-section > ul > .divider, | .top-bar-section > ul > .divider, | ||
.top-bar-section > ul > [role="separator"] { | .top-bar-section > ul > [role="separator"] { | ||
border-color: | border-color: #ccf; | ||
} | } | ||
.top-bar-section ul li ul.dropdown li.hover > a { | .top-bar-section ul li ul.dropdown li.hover > a { | ||
background:#8f8fb3; | |||
} | |||
.top-bar-section > ul > li.hover > a{ | |||
background:#adadd8; | |||
} | } | ||
.top-bar-section ul li ul.dropdown li > a { | .top-bar-section ul li ul.dropdown li > a { | ||
background:#adadd8; | |||
} | } | ||
.top-bar-section ul li ul.dropdown { | |||
z-index: -1 !important; | |||
} | } | ||
#p-Setting h5 a { | |||
color: #353542; | |||
} | |||
#navwrapper .toggle-topbar span { | |||
color: #353542; | |||
-webkit-box-shadow: 0 10px 0 1px #353542, 0 16px 0 1px #353542, 0 22px 0 1px #353542; | |||
box-shadow: 0 10px 0 1px #353542, 0 16px 0 1px #353542, 0 22px 0 1px #353542; | |||
} | |||
#navwrapper .top-bar.expanded .toggle-topbar span { | |||
color: #515166; | |||
-webkit-box-shadow: 0 10px 0 1px #515166,0 16px 0 1px #515166,0 22px 0 1px #515166; | |||
box-shadow: 0 10px 0 1px #515166,0 16px 0 1px #515166,0 22px 0 1px #515166; | |||
} | |||
#navwrapper .top-bar.expanded .title-area { | |||
background: #8f8fb3; | |||
} | |||
#top-bar-left a { | |||
font-size: 0.8125em; | |||
} | |||
#top-bar-right > li { | |||
padding: 0; | |||
} | |||
#top-bar-right button { | |||
display: none; | |||
} | |||
#top-bar-right form{ | |||
position: relative; | |||
margin: 8px 8px 8px 0; | |||
} | |||
h1, h2, h3, h4, h5, h6 { | |||
color: #404088; | |||
font-family: "Trebuchet MS", "Helvetica Neue", "Arial", Sans-Serif; | |||
} | |||
h1 { | h1 { | ||
Line 40: | Line 82: | ||
h2.title{ | h2.title{ | ||
font-size: 2em; | font-size: 2em; | ||
} | } | ||
h2 > span { | |||
display: inline; | |||
} | |||
h2 { | h2 { | ||
margin-top: 0.9em; | margin-top: 0.9em; | ||
Line 64: | Line 108: | ||
p { | p { | ||
margin-bottom: 0.6em; | margin-bottom: 0.6em; | ||
font-size: 1.04em; | |||
} | |||
h1.title-name.title-name > a { | |||
display: inline-block; | |||
width: auto; | |||
} | } | ||
#footer-lastmod, #footer-viewcount, #tagline { | #footer-lastmod, #footer-viewcount, #tagline, #footer .poweredby { | ||
display: none; | display: none; | ||
} | } | ||
Line 73: | Line 123: | ||
float:right; | float:right; | ||
font-size:0.8em; | font-size:0.8em; | ||
padding: | padding: 0 8px 8px; | ||
background: # | background: #f5f5ff; | ||
border: thin solid # | border: thin solid #9898bf; | ||
margin: 0px 0px 8px 16px; | margin: 0px 0px 8px 16px; | ||
max-width: 30vw; | max-width: 30vw; | ||
border-radius: 4px; | |||
word-wrap: break-word; | |||
hyphens: auto; | |||
} | } | ||
#toctitle { | #toctitle > .toctoggle { | ||
display: none; | |||
} | } | ||
#toctitle > . | #toctitle > h2 { | ||
color: #434354; | |||
font-size: 1.1em; | |||
text-transform: uppercase; | |||
font-family: "Calibri", "Helvetica Neue", "Arial", Sans-Serif; | |||
} | } | ||
#toc#toc ul { | #toc#toc ul { | ||
color: # | color: #9898bf; | ||
margin: 0 0 0 1em; | margin: 0 0 0 1em; | ||
} | } | ||
# | #toc .tocnumber { | ||
display: none; | |||
} | |||
#page-content { | |||
width: 800px; | |||
min-width: 70%; | |||
max-width: 100%; | |||
background: white; | |||
margin: -45px auto; | |||
padding: 45px 6px 6px; | |||
font-family: "Calibri", "Helvetica Neue", "Arial", Sans-Serif; | |||
min-height: 100vh; | |||
} | |||
.row { | |||
max-width: 100%; | |||
} | |||
body { | |||
font-size: 0.9em; | |||
} | |||
#mw-content-text > .floatleft img, #mw-content-text > .floatright img { | |||
border-radius: 4px; | |||
} | |||
#mw-content-text > .floatleft, #mw-content-text > .floatright { | |||
padding: 0.5em; | |||
} | |||
@media only screen and (min-width:58.75em) { | |||
body { | |||
background-image: url("http://www.camlarp.co.uk/w/images/2/22/Arginet_lowcontrast.jpg"); | |||
background-attachment: fixed; | |||
background-position: center; | |||
background-size:130%; | |||
font-size:1em; | |||
} | |||
@media only screen and (max-aspect-ratio: 2556/5382) { | |||
body { | |||
background-size: cover; | |||
} | |||
} | |||
#navwrapper > .top-bar { | |||
box-shadow: 0px 0px 8px -2px rgba(0,0,0,0.7); | |||
} | |||
.title-area { | |||
z-index: 1; | |||
} | |||
.top-bar-section { | |||
height: 100%; | |||
background: #ccf; | |||
} | |||
.top-bar-section ul li ul.dropdown li.hover > a { | |||
box-shadow:0px 10px 8px -10px #70708c inset,0px -10px 8px -10px #70708c inset; | |||
} | |||
.top-bar-section > ul > li.hover > a { | |||
box-shadow: 10px 0px 8px -10px #8f8fb3 inset, -10px 0px 8px -10px #8f8fb3 inset; | |||
} | |||
.top-bar-section ul li ul.dropdown { | |||
box-shadow:0px 0px 8px -2px rgba(0,0,0,0.7); | |||
} | |||
#page-content { | |||
box-shadow: 0px 0px 10px -2px black; | |||
padding: 45px 25px 25px; | |||
} | |||
#top-bar-right .small-12 { | |||
padding: 0; | |||
} | |||
#top-bar-right .has-dropdown > a { | |||
padding-left: 10px; | |||
} | |||
#personal-tools-dropdown { | |||
z-index: auto; | |||
} | |||
#mw-content-text > .floatleft { | |||
padding-right: 1em; | |||
} | |||
#mw-content-text > .floatright { | |||
padding-left: 1em; | |||
} | |||
} | |||
.f-dropdown::before, .f-dropdown::after { | |||
display: none; | |||
} | } | ||
# | #drop1 { | ||
right: 15px !important; | |||
left: unset !important; | |||
} | } |
Revision as of 20:22, 27 June 2016
/* Custom Foreground menubar colors */
.top-bar,
.top-bar .name h1 a,
.top-bar-section ul,
.top-bar-section ul li.active > a,
.top-bar-section li a:not(.button),
.top-bar-section .has-form {
background: #ccf;
color: #353542;
}
#navwrapper > .top-bar {
margin: 0;
z-index: 1;
font-family: "Calibri", "Helvetica Neue", "Arial", Sans-Serif;
}
.top-bar-section > ul > .divider,
.top-bar-section > ul > [role="separator"] {
border-color: #ccf;
}
.top-bar-section ul li ul.dropdown li.hover > a {
background:#8f8fb3;
}
.top-bar-section > ul > li.hover > a{
background:#adadd8;
}
.top-bar-section ul li ul.dropdown li > a {
background:#adadd8;
}
.top-bar-section ul li ul.dropdown {
z-index: -1 !important;
}
#p-Setting h5 a {
color: #353542;
}
#navwrapper .toggle-topbar span {
color: #353542;
-webkit-box-shadow: 0 10px 0 1px #353542, 0 16px 0 1px #353542, 0 22px 0 1px #353542;
box-shadow: 0 10px 0 1px #353542, 0 16px 0 1px #353542, 0 22px 0 1px #353542;
}
#navwrapper .top-bar.expanded .toggle-topbar span {
color: #515166;
-webkit-box-shadow: 0 10px 0 1px #515166,0 16px 0 1px #515166,0 22px 0 1px #515166;
box-shadow: 0 10px 0 1px #515166,0 16px 0 1px #515166,0 22px 0 1px #515166;
}
#navwrapper .top-bar.expanded .title-area {
background: #8f8fb3;
}
#top-bar-left a {
font-size: 0.8125em;
}
#top-bar-right > li {
padding: 0;
}
#top-bar-right button {
display: none;
}
#top-bar-right form{
position: relative;
margin: 8px 8px 8px 0;
}
h1, h2, h3, h4, h5, h6 {
color: #404088;
font-family: "Trebuchet MS", "Helvetica Neue", "Arial", Sans-Serif;
}
h1 {
font-size: 1.8em;
}
h2.title{
font-size: 2em;
}
h2 > span {
display: inline;
}
h2 {
margin-top: 0.9em;
font-size: 1.5em;
}
h3 {
margin-top: 0.9em;
}
.ns-subject h3{
font-size: 1.15em;
}
h4 {
font-size: 1em;
}
p {
margin-bottom: 0.6em;
font-size: 1.04em;
}
h1.title-name.title-name > a {
display: inline-block;
width: auto;
}
#footer-lastmod, #footer-viewcount, #tagline, #footer .poweredby {
display: none;
}
#toc {
float:right;
font-size:0.8em;
padding: 0 8px 8px;
background: #f5f5ff;
border: thin solid #9898bf;
margin: 0px 0px 8px 16px;
max-width: 30vw;
border-radius: 4px;
word-wrap: break-word;
hyphens: auto;
}
#toctitle > .toctoggle {
display: none;
}
#toctitle > h2 {
color: #434354;
font-size: 1.1em;
text-transform: uppercase;
font-family: "Calibri", "Helvetica Neue", "Arial", Sans-Serif;
}
#toc#toc ul {
color: #9898bf;
margin: 0 0 0 1em;
}
#toc .tocnumber {
display: none;
}
#page-content {
width: 800px;
min-width: 70%;
max-width: 100%;
background: white;
margin: -45px auto;
padding: 45px 6px 6px;
font-family: "Calibri", "Helvetica Neue", "Arial", Sans-Serif;
min-height: 100vh;
}
.row {
max-width: 100%;
}
body {
font-size: 0.9em;
}
#mw-content-text > .floatleft img, #mw-content-text > .floatright img {
border-radius: 4px;
}
#mw-content-text > .floatleft, #mw-content-text > .floatright {
padding: 0.5em;
}
@media only screen and (min-width:58.75em) {
body {
background-image: url("http://www.camlarp.co.uk/w/images/2/22/Arginet_lowcontrast.jpg");
background-attachment: fixed;
background-position: center;
background-size:130%;
font-size:1em;
}
@media only screen and (max-aspect-ratio: 2556/5382) {
body {
background-size: cover;
}
}
#navwrapper > .top-bar {
box-shadow: 0px 0px 8px -2px rgba(0,0,0,0.7);
}
.title-area {
z-index: 1;
}
.top-bar-section {
height: 100%;
background: #ccf;
}
.top-bar-section ul li ul.dropdown li.hover > a {
box-shadow:0px 10px 8px -10px #70708c inset,0px -10px 8px -10px #70708c inset;
}
.top-bar-section > ul > li.hover > a {
box-shadow: 10px 0px 8px -10px #8f8fb3 inset, -10px 0px 8px -10px #8f8fb3 inset;
}
.top-bar-section ul li ul.dropdown {
box-shadow:0px 0px 8px -2px rgba(0,0,0,0.7);
}
#page-content {
box-shadow: 0px 0px 10px -2px black;
padding: 45px 25px 25px;
}
#top-bar-right .small-12 {
padding: 0;
}
#top-bar-right .has-dropdown > a {
padding-left: 10px;
}
#personal-tools-dropdown {
z-index: auto;
}
#mw-content-text > .floatleft {
padding-right: 1em;
}
#mw-content-text > .floatright {
padding-left: 1em;
}
}
.f-dropdown::before, .f-dropdown::after {
display: none;
}
#drop1 {
right: 15px !important;
left: unset !important;
}