fixing identing issues addressed by @blueyed
This commit is contained in:
parent
1a577503fb
commit
03368a6ded
35
local.css
35
local.css
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
body {
|
body {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
color: black;
|
color: black;
|
||||||
font-family: Verdana, Arial, sans-serif;
|
font-family: Verdana, Arial, sans-serif;
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
|
@ -54,7 +54,7 @@ blockquote{
|
||||||
/**** Main Container ***/
|
/**** Main Container ***/
|
||||||
|
|
||||||
|
|
||||||
#wrap {
|
#wrap {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
@ -83,12 +83,12 @@ blockquote{
|
||||||
float:left;
|
float:left;
|
||||||
}
|
}
|
||||||
|
|
||||||
#top h2 a {
|
#top h2 a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#top h2 a:hover {
|
#top h2 a:hover {
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**** Center Logo ****/
|
/**** Center Logo ****/
|
||||||
|
@ -105,12 +105,12 @@ blockquote{
|
||||||
|
|
||||||
|
|
||||||
#menu {
|
#menu {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 110px;
|
height: 110px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#menu ul {
|
#menu ul {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
@ -130,7 +130,7 @@ blockquote{
|
||||||
display: block;
|
display: block;
|
||||||
font-size: 0.99em;
|
font-size: 0.99em;
|
||||||
padding: 20px 15px 50px 15px;
|
padding: 20px 15px 50px 15px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -142,16 +142,11 @@ blockquote{
|
||||||
|
|
||||||
#menu li a.current {
|
#menu li a.current {
|
||||||
letter-spacing: 1px;
|
letter-spacing: 1px;
|
||||||
color: gray;
|
color: gray;
|
||||||
}
|
}
|
||||||
|
|
||||||
#menu li a.current:hover {
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/**** Content Container ***/
|
/**** Content Container ***/
|
||||||
|
|
||||||
|
|
||||||
#content {
|
#content {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top:30px;
|
margin-top:30px;
|
||||||
|
@ -163,7 +158,7 @@ blockquote{
|
||||||
}
|
}
|
||||||
|
|
||||||
#content h2 {
|
#content h2 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 10px 0 10px 0;
|
padding: 10px 0 10px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -191,7 +186,7 @@ blockquote{
|
||||||
width: 60%;
|
width: 60%;
|
||||||
float:left;
|
float:left;
|
||||||
display: block;
|
display: block;
|
||||||
margin-left: 20%;
|
margin-left: 20%;
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -221,7 +216,7 @@ blockquote{
|
||||||
}
|
}
|
||||||
|
|
||||||
#right .box a {
|
#right .box a {
|
||||||
margin: 10px 0 10px 0;
|
margin: 10px 0 10px 0;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -246,7 +241,7 @@ blockquote{
|
||||||
height: 2.0em;
|
height: 2.0em;
|
||||||
padding: 0.3em 0.3em 0.3em 0.8em;
|
padding: 0.3em 0.3em 0.3em 0.8em;
|
||||||
border-bottom: 2px; /*solid #1a1a1a*/
|
border-bottom: 2px; /*solid #1a1a1a*/
|
||||||
border-top: 2px; /*solid #1a1a1a*/
|
border-top: 2px; /*solid #1a1a1a*/
|
||||||
background-color: #F7F9FB;
|
background-color: #F7F9FB;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
@ -294,7 +289,7 @@ blockquote{
|
||||||
|
|
||||||
#donate {
|
#donate {
|
||||||
margin: 1em 0;
|
margin: 1em 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
#donate p, #donate div {
|
#donate p, #donate div {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
Loading…
Reference in New Issue