summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--local.scss110
1 files changed, 55 insertions, 55 deletions
diff --git a/local.scss b/local.scss
index f04219f..90cbdc2 100644
--- a/local.scss
+++ b/local.scss
@@ -7,48 +7,48 @@ h1 {
font-size: 2.75em;
}
-H1 {
+h1 {
margin-top: 1em;
margin-bottom: 1em;
}
-H2,
-H3 {
+h2,
+h3 {
margin-top: 1em;
margin-bottom: 0.1em;
}
-H1,
-H2,
-H3,
-H4,
-H5,
-H6 {
+h1,
+h2,
+h3,
+h4,
+h5,
+h6 {
color: #06c;
}
-H2 {
+h2 {
font-size:1.6em;
}
-A {
+a {
color: #06c;
font-weight: normal;
text-decoration: none;
}
-A:hover {
+a:hover {
color: #06c;
text-decoration: underline;
}
-EM {
+em {
color: black;
font-style: normal;
font-weight: bold;
}
-IMG.icon {
+img.icon {
float: right;
height: 20%;
width: 20%;
@@ -64,17 +64,17 @@ body {
margin: 0 0 100px 0;*/
}
-DIV.header span {
+div.header span {
display: none;
}
-DIV.pageheader {
+div.pageheader {
background-color: white;
height: 110px;
margin: 10px 0;
}
-DIV#branding {
+div#branding {
display: block;
height: 100px;
background-image: url(butterfly.png);
@@ -82,29 +82,29 @@ DIV#branding {
background-repeat: no-repeat;
}
-DIV#branding-logo {
+div#branding-logo {
position: absolute;
top: 75px;
right: 3%;
}
-DIV#branding-tagline {
+div#branding-tagline {
margin: 15px;
}
-DIV#branding-tagline,
-DIV#branding-tagline A {
+div#branding-tagline,
+div#branding-tagline a {
font-weight: bold;
font-size: 130%;
}
-DIV.actions {
+div.actions {
z-index: 1;
position: fixed;
bottom: 2em;
}
-DIV.topbar {
+div.topbar {
float: right;
background-color: #9cf;
margin: 0;
@@ -113,13 +113,13 @@ DIV.topbar {
width: 100%;
}
-DIV.topbar a {
+div.topbar a {
text-decoration: none;
color: #06c;
font-weight: bold;
}
-DIV.topbar ul {
+div.topbar ul {
list-style-type: none;
padding: 0;
margin-top: 0;
@@ -129,22 +129,22 @@ DIV.topbar ul {
line-height: 2.5em;
}
-DIV.topbar ul li {
+div.topbar ul li {
display: inline;
color: #06c;
font-weight: bold;
margin: 0 4em 0 0;
}
-DIV.topbar a:hover {
+div.topbar a:hover {
color: white;
}
-DIV.topbar span.selflink {
+div.topbar span.selflink {
color: white;
}
-FORM#searchform {
+form#searchform {
display: block;
right: 15px;
margin: 0;
@@ -152,18 +152,18 @@ FORM#searchform {
top: 5px;
}
-DIV#pagebody {
+div#pagebody {
float: left;
width: 100%;
}
-DIV#content {
+div#content {
margin: 2% 25% 15% 25%;
padding: 0;
max-width: 55em;
}
-DIV.sidebar {
+div.sidebar {
float: left;
border: none;
margin-top: 1em;
@@ -173,38 +173,38 @@ DIV.sidebar {
padding: 0 0 0 1%;
}
-DIV.sidebar UL {
+div.sidebar ul {
margin: 0px;
padding: 0px;
text-transform: none;
font-weight: bold;
}
-DIV.sidebar UL LI {
+div.sidebar ul li {
line-height: 2;
list-style-type: none;
}
-DIV.sidebar UL LI SPAN.selflink {
+div.sidebar ul li span.selflink {
color: #06c;
}
-DIV.sidebar UL UL LI {
+div.sidebar ul ul li {
margin-left: 10%;
}
-DIV.sidebar A {
+div.sidebar a {
text-decoration: none;
color: black;
font-weight: bold;
}
-DIV.sidebar A:hover {
+div.sidebar A:hover {
text-decoration: underline;
color: #06c;
}
-DIV.sidebar DIV.notebox {
+div.sidebar div.notebox {
color: white !important;
background: #ff30ff;
border: none;
@@ -212,15 +212,15 @@ DIV.sidebar DIV.notebox {
}
/* TODO: drop when nn4.css is dropped */
-DIV.sidebar DIV.notebox p {
+div.sidebar div.notebox p {
color: white;
}
-DIV.sidebar DIV.notebox A {
+div.sidebar div.notebox a {
color: inherit;
}
-DIV.farbar {
+div.farbar {
float: left;
margin-top: 2%;
margin-left: -23%;
@@ -230,12 +230,12 @@ DIV.farbar {
padding: 1%;
}
-DIV.farbar H2 {
+div.farbar h2 {
color: black;
margin-top: 0;
}
-DIV.notebox {
+div.notebox {
float: none;
width: 100%;
color: #06c !important;
@@ -246,12 +246,12 @@ DIV.notebox {
}
/* TODO: drop when nn4.css is dropped */
-DIV.notebox p {
+div.notebox p {
color: #06c;
text-align: center;
}
-DIV.inlinepage {
+div.inlinepage {
color: lightblue;
margin: 1em 0;
border: 0;
@@ -262,22 +262,22 @@ DIV.inlinepage {
min-height: 12em;
}
-DIV.inlinepage DIV.inlinepage {
+div.inlinepage div.inlinepage {
margin: 0;
padding: 0;
border-style: 0;
border-width: 0;
}
-DIV.inlinepage IMG.icon {
+div.inlinepage img.icon {
margin-right: 0;
padding: 1%;
height: 15%;
width: 15%;
}
-DIV.inlinepage DIV.inlinepage DIV.inlineheader,
-DIV.inlinefooter {
+div.inlinepage div.inlinepage div.inlineheader,
+div.inlinefooter {
display: none;
}
@@ -295,7 +295,7 @@ div#pageinfo {
background-color: #9cf;
}
-DIV.tags {
+div.tags {
display: none;
}
@@ -303,17 +303,17 @@ div#backlinks {
display: none;
}
-DIV.pageheader div.actions ul {
+div.pageheader div.actions ul {
border-bottom: 0;
padding: 7px 1.4em;
}
-DIV.pagedate {
+div.pagedate {
margin-top: 0;
}
-DIV.pagecopyright,
-DIV.pagecopyright P {
+div.pagecopyright,
+div.pagecopyright p {
margin-top: 0;
margin-bottom: 1em;
}