Template:Concordia/CSS
/*
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup,
tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu,
nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 16px;
vertical-align: baseline;
}
- /
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
body { line-height: 1.2; }
body header{
margin: 5px;
}
table { border-collapse: collapse; border-spacing: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style: square; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ; content: none; }
- {
box-sizing: border-box; -moz-box-sizing: border-box; } /* end reset browser styles */
- globalWrapper, #content {
height: 100%; width: 100%; /* background-color: transparent; */ } /* WIKI SETTINGS*/
/* Change Background color*/
body {
background-color: #333333;
}
#content{ width: 100%; margin: 5px; padding: 5px; background-color:transparent; border: none; }
#bodyContent{ width: 100%; margin: 5px; padding: 5px; background-color:transparent; border: none; } img { margin: 30px; }
@import url(http://fonts.googleapis.com/css?family=Oxygen+Mono);
/* Starter CSS for Menu */
- cssmenu {
padding: 0; margin: 0; border: 0; width: 100%;
}
- cssmenu ul,
- cssmenu li {
list-style: none; margin: 0; padding: 0;
}
- cssmenu ul {
position: relative; z-index: 597;
}
- cssmenu ul li {
float: left; min-height: 1px; vertical-align: middle;
}
- cssmenu ul li.hover,
- cssmenu ul li:hover {
position: relative; z-index: 599; cursor: pointer;
}
- cssmenu ul ul {
visibility: hidden; position: absolute; top: 100%; left: 0; z-index: 598; width: 100%;
}
- cssmenu ul ul li {
float: none;
}
- cssmenu ul ul ul {
top: 0; left: 190px; /* width: 190px; */
}
- cssmenu ul li:hover > ul {
visibility: visible;
}
- cssmenu ul ul {
bottom: 0; left: 0;
}
- cssmenu ul ul {
margin-top: 0;
}
- cssmenu ul ul li {
font-weight: normal;
}
- cssmenu a {
display: block; line-height: 1em; text-decoration: none;
} /* Custom CSS Styles */
- cssmenu {
background: #333333; /* border-bottom: 4px solid #1b9bff; */ font-family: 'Oxygen Mono', Tahoma, Arial, sans-serif; font-size: 12px; text-align:center;
}
- cssmenu > ul {
*display: inline-block;
}
- cssmenu:after,
- cssmenu ul:after {
content: ; display: block; clear: both;
}
- cssmenu ul {
text-transform: uppercase;
}
- cssmenu ul ul {
border-top: 4px solid #1b9bff; text-transform: none; /* min-width: 190px; */
}
- cssmenu ul ul a {
background: #1b9bff; color: #ffffff; border: 1px solid #0082e7; border-top: 0 none; line-height: 150%; padding: 16px 20px; font-size: 14px;
}
- cssmenu ul ul ul {
border-top: 0 none;
}
- cssmenu ul ul li {
position: relative;
}
- cssmenu ul ul li:first-child > a {
border-top: 1px solid #0082e7;
}
- cssmenu ul ul li:hover > a {
background: #9bde3ff; color: #ffffff;
}
- cssmenu ul li ul a:hover {
background-color: #ff4eb1;
}
- cssmenu ul ul li:last-child > a {
-moz-border-radius: 0 0 3px 3px; -webkit-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; -moz-box-shadow: 0 1px 0 #1b9bff; -webkit-box-shadow: 0 1px 0 #1b9bff; box-shadow: 0 1px 0 #1b9bff;
}
- cssmenu ul ul li:last-child:hover > a {
-moz-border-radius: 0 0 0 3px; -webkit-border-radius: 0 0 0 3px; border-radius: 0 0 0 3px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}
- cssmenu ul ul li.has-sub > a:after {
content: '+'; position: absolute; top: 50%; right: 15px; margin-top: -8px;
}
- cssmenu ul li:hover > a,
- cssmenu ul li.active > a {
background: #1b9bff; color: #ffffff;
}
- cssmenu ul li.has-sub > a:after {
content: '+'; margin-left: 5px;
}
- cssmenu ul li.last ul {
left: auto; right: 0;
}
- cssmenu ul li.last ul ul {
left: auto; right: 99.5%;
}
- cssmenu a {
background: #333333; color: #CBCBCB; padding: 0 20px;
}
- cssmenu > ul > li > a {
line-height: 70px; font-size: 24px; /* min-width: 190px; */
}
- bodyContent a[href^="https://"], .link-https {
background: none; padding-right: 0; } .Content { position: relative; padding: 50px 6%; top: 5px; text-align: left; overflow: hidden; }
.Content p, .Content li { font: 16px/125% 'Open Sans', sans-serif; }
.Content h1, .Content h2, .Content h3, .Content h4, .Content h5, .Content h6 { font-family: 'Archivo Narrow', sans-serif; line-height: 150%; } .Content h1 { font-weight: bold; }
.Content h2, .Content h3, .Content h4, .Content h5, .Content h6 { margin-top: 20px; text-decoration: underline; } .Content h1, .Content h1 i { font-size: 30px; font-weight: bold; }
.Content h2, .Content h2 i { font-size: 26px; font-weight: bold; }
.Color-Pink {
background: #ff07c4;
color: #00344f; }
.Color-Pink h1, .Color-Pink h2 { color: #ffffff; }
.Color-LightBlue {
background: #75faff;
color: #00344f;
}
.Color-LightBlue h1, .Color-LightBlue h2{ color: #ffffff; }
.Color-Green{ background: #96ffcf; color: #00344f; }
.Color-Green h1, .Color-Green h2, .Color-Green p { color: #00344f; }
.Text p, .Text ol, .Text ul, .Text table { margin-bottom: 1em; }
.Text p { text-indent: 1.5em; }
- HomeIntro, #HomeScaffold, #HomeIntolerance{
width: 300px; margin: 0 130px 0 70px; }
- HomeScaffold {
float: right; }
- HomeIntro, #HomeIntolerance {
float: left; }
h2.HomeIntroH2, h2.HomeScaffoldH2, h2.HomeIntoleranceH2 {
text-decoration: none;
margin-bottom: 25px;
font-size: 40px;
}
p.HomeIntroP, p.HomeScaffoldP, p.HomeIntoleranceP{ font-size: 24px; text-indent: 0; }
- HomeIntrod {
background: #ff07c4; background-size: 600px 100px; }
- HomeScaffolding {
background: #96ffcf; background-size: 600px 100px; }
- HomeMilk {
background: #75faff; background-size: 600px 100px; }