Summary 10
This commit is contained in:
137
style.css
137
style.css
@@ -4,42 +4,35 @@
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: Helvetica;
|
||||
background-image: url("pix/background.jpg");
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
background-attachment: fixed;
|
||||
padding-left: 4.3%;
|
||||
background-color: seashell;
|
||||
font-family: Helvetica, san-serif;
|
||||
}
|
||||
|
||||
div {
|
||||
margin: 0px auto;
|
||||
width: 1750px;
|
||||
}
|
||||
|
||||
div#header {
|
||||
background-color: black;
|
||||
margin: 0px auto;
|
||||
margin-top: 24px;
|
||||
padding: 0px 16px;
|
||||
left: 14%;
|
||||
margin-left: -10.5%;
|
||||
height: 40px;
|
||||
height: 48px;
|
||||
border-bottom-left-radius: 16px;
|
||||
border-bottom-right-radius: 16px;
|
||||
position: fixed;
|
||||
z-index: 2;
|
||||
opacity: 0.84;
|
||||
position: relative;
|
||||
z-index:2;
|
||||
opacity: 0.92;
|
||||
}
|
||||
|
||||
/* Navigation Menu */
|
||||
|
||||
ul#navmenu, ul.sub1, ul.sub2, ul.sub3 {
|
||||
list-style-type: none;
|
||||
font-size: 16px;
|
||||
letter-spacing: 0.7px;
|
||||
font-size: 18px;
|
||||
letter-spacing: 0.5px;
|
||||
}
|
||||
|
||||
i.itnav {
|
||||
font-size: 11px;
|
||||
font-size: 72%;
|
||||
}
|
||||
|
||||
ul#navmenu li {
|
||||
@@ -53,8 +46,8 @@ ul#navmenu a {
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
width: 250px;
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
height: 48px;
|
||||
line-height: 48px;
|
||||
background-color: black;
|
||||
color: lightgray;
|
||||
}
|
||||
@@ -105,33 +98,79 @@ ul#navmenu .sub1 li:hover .sub3 {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* Content */
|
||||
|
||||
div.wrapper {
|
||||
div#wrapper, div#aside1, div#aside2 {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
top: 84px;
|
||||
background-color: lightgray;
|
||||
opacity: 0.67;
|
||||
margin-bottom: 24px;
|
||||
padding: 32px 0px 44px 24px;
|
||||
border: 2px solid darkgray;
|
||||
border-radius: 7px;
|
||||
border: 0.5px 2px 2px 0.5px solid lightgray;
|
||||
border-radius: 9px;
|
||||
box-shadow: inset -1.2px -1.2px 12px black;
|
||||
}
|
||||
|
||||
div#wrapper {
|
||||
top: 24px;
|
||||
padding: 32px 0px 32px 24px;
|
||||
margin-bottom: 48px;
|
||||
width: 1720px;
|
||||
box-shadow: inset 0 0 12px black;
|
||||
}
|
||||
|
||||
|
||||
img.left, img.center {
|
||||
margin-right: 580px;
|
||||
div#aside1 {
|
||||
width: 800px;
|
||||
height: 154px;
|
||||
float: right;
|
||||
}
|
||||
|
||||
img.left {
|
||||
margin-left: 24px;
|
||||
div#aside2 {
|
||||
margin-top: 24px;
|
||||
padding: 32px;
|
||||
width: 736px;
|
||||
height: 324px;
|
||||
float: right;
|
||||
}
|
||||
|
||||
img.right {
|
||||
margin-right: 24px;
|
||||
h4 {
|
||||
letter-spacing: 0.2px;
|
||||
font-style: oblique;
|
||||
text-indent: 24px;
|
||||
}
|
||||
|
||||
ol {
|
||||
margin: 16px 24px;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
ol li {
|
||||
line-height: 24px;
|
||||
color: darkred;
|
||||
}
|
||||
|
||||
li strong {
|
||||
font-size: 120%;
|
||||
letter-spacing: 0.5px;
|
||||
color: darkblue;
|
||||
}
|
||||
|
||||
div#background {
|
||||
margin: 0;
|
||||
width: 900px;
|
||||
height: 574px;
|
||||
position: relative;
|
||||
float: left;
|
||||
background-image: url("pix/background.png");
|
||||
background-repeat: no-repeat;
|
||||
background-size: auto;
|
||||
}
|
||||
|
||||
img.one, img.two, img.three, img.four {
|
||||
margin-right: 158px;
|
||||
}
|
||||
|
||||
img.one {
|
||||
margin-left: 40px;
|
||||
}
|
||||
|
||||
img.five {
|
||||
margin-right: 40px;
|
||||
}
|
||||
|
||||
img {
|
||||
@@ -140,9 +179,10 @@ img {
|
||||
}
|
||||
|
||||
p {
|
||||
margin-top: 16px;
|
||||
font-family: Arial;
|
||||
font-size: 17px;
|
||||
letter-spacing: 0.9px;
|
||||
font-size: 18px;
|
||||
letter-spacing: 0.7px;
|
||||
font-weight: bold;
|
||||
color: darkgreen;
|
||||
}
|
||||
@@ -153,23 +193,23 @@ ul.content {
|
||||
}
|
||||
|
||||
ul.content li {
|
||||
width: 402px;
|
||||
margin-left: 34px;
|
||||
width: 220px;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
float: left;
|
||||
margin-right: 24px;
|
||||
opacity: 1.12;
|
||||
}
|
||||
|
||||
ul.content li a {
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
width: 402px;
|
||||
height: 32px;
|
||||
line-height: 32px;
|
||||
font-size: 15px;
|
||||
width: 220px;
|
||||
height: 36px;
|
||||
line-height: 36px;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
background-color: darkblue;
|
||||
background-color: #2b5496;
|
||||
color: lightblue;
|
||||
letter-spacing: 2.4px;
|
||||
border-radius: 9px;
|
||||
@@ -183,7 +223,6 @@ ul.content li:hover a:hover {
|
||||
}
|
||||
|
||||
ul.content li:hover a:active {
|
||||
height: 30.8px;
|
||||
font-size: 13.5px;
|
||||
box-shadow: inset 3px 3px 1.2px black;
|
||||
font-size: 17.12px;
|
||||
box-shadow: inset 3.6px 3.6px 1.4px black;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user