166 lines
2.3 KiB
CSS
166 lines
2.3 KiB
CSS
a#home {
|
|
position: fixed;
|
|
top: 14px;
|
|
left: 47%;
|
|
}
|
|
|
|
div {
|
|
margin: 12px auto;
|
|
width: 1092px;
|
|
padding: 12px;
|
|
border-style: solid;
|
|
border-width: thin;
|
|
border-radius: 7px;
|
|
font-family: Verdana;
|
|
font-size: 18px;
|
|
text-indent: 8px;
|
|
}
|
|
|
|
#gen, #efsh {
|
|
font-family: Helvetica;
|
|
font-size: 17px;
|
|
color: gainsboro;
|
|
font-weight: bold;
|
|
letter-spacing: 2px;
|
|
border-color: black;
|
|
}
|
|
|
|
#gen {
|
|
background-color: black;
|
|
}
|
|
|
|
#efsh {
|
|
background-color: #003366;
|
|
}
|
|
|
|
#user {
|
|
border-style: none;
|
|
font-weight: bold;
|
|
font-family: Arial;
|
|
font-size: 32px;
|
|
letter-spacing: 3px;
|
|
text-align: left;
|
|
text-shadow: 2.4px 2.4px 2px #99b3ff;
|
|
transition: text-shadow 1.7s, letter-spacing 1.7s;
|
|
}
|
|
|
|
#user:hover {
|
|
text-shadow: 7.2px 7.2px 3.7px #99b3ff;
|
|
letter-spacing: 7px;
|
|
}
|
|
|
|
img {
|
|
transition: height 1s;
|
|
}
|
|
|
|
img:hover {
|
|
height: 27px;
|
|
}
|
|
|
|
div.urls, div.urlsi {
|
|
background-color: whitesmoke;
|
|
border-color: #668cff;
|
|
letter-spacing: 2px;
|
|
word-spacing: 1.5px;
|
|
}
|
|
|
|
div.urls {
|
|
color: midnightblue;
|
|
transition: background-color 0.3s;
|
|
}
|
|
|
|
div.urls:hover {
|
|
background-color: palegoldenrod;
|
|
}
|
|
|
|
div.urlsi {
|
|
color: teal;
|
|
font-size: 14px;
|
|
font-style: italic;
|
|
background-color: tan;
|
|
width: 1220px;
|
|
display: none;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
display: inline-block;
|
|
width: 240px;
|
|
text-align: center;
|
|
border-style: solid;
|
|
border-width: thin;
|
|
border-radius: 9px;
|
|
border-color: black;
|
|
padding: 5px 4px;
|
|
margin: 7px;
|
|
text-indent: 0px;
|
|
letter-spacing: 0px;
|
|
word-spacing: 0px;
|
|
font-size: 14px;
|
|
font-family: Helvetica;
|
|
box-shadow: 2px 2px 7px #006600;
|
|
}
|
|
|
|
a.ssc, a.ssm, a.ss {
|
|
color: #4d0000;
|
|
font-weight: bold;
|
|
letter-spacing: 1px;
|
|
}
|
|
|
|
a.ssc {
|
|
background-color: #ffa366;
|
|
}
|
|
|
|
a.ssm {
|
|
background-color: #ffc34d;
|
|
}
|
|
|
|
a.ss {
|
|
background-color: #aaff80;
|
|
}
|
|
|
|
a.gdf {
|
|
background-color: #c1daff;
|
|
color: #4d0000;
|
|
font-style: italic;
|
|
}
|
|
|
|
a.web {
|
|
background-color: saddlebrown;
|
|
color: mistyrose;
|
|
font-family: 'Trebuchet MS';
|
|
letter-spacing: 1.7px;
|
|
font-size: 16px;
|
|
}
|
|
|
|
a:hover {
|
|
background-color: yellow;
|
|
color: black;
|
|
font-weight: bold;
|
|
box-shadow: 4.2px 4.2px 7px #006600;
|
|
}
|
|
|
|
a:active {
|
|
font-size: 12px;
|
|
box-shadow: -1.2px -1.2px 2px #006600;
|
|
}
|
|
|
|
a.inactive, a.inactive:hover, a.inactive:active {
|
|
background-color: aliceblue;
|
|
color: darkgray;
|
|
text-decoration: line-through;
|
|
font-size: 14px;
|
|
font-weight: normal;
|
|
border-color: darkgray;
|
|
box-shadow: none;
|
|
}
|
|
|
|
i.acc {
|
|
font-size: 12px;
|
|
letter-spacing: 0.9px;
|
|
}
|
|
|
|
sup {
|
|
font-size: 10.5px;
|
|
}
|