137 lines
2.1 KiB
CSS
137 lines
2.1 KiB
CSS
body {
|
|
width: 800px;
|
|
font-family: 'Anaheim', sans-serif;
|
|
margin: 0px auto 0px auto;
|
|
background-color: #fdf6e3;
|
|
color: #586e75; /*base01*/
|
|
}
|
|
|
|
h1 {
|
|
color: #d33682; /* magenta */
|
|
}
|
|
|
|
h2 {
|
|
color: #d33682; /* magenta */
|
|
}
|
|
|
|
h3 {
|
|
color: #cb4b16; /* orange */
|
|
}
|
|
|
|
div#banner {
|
|
height: 50px;
|
|
/*background-color: #2aa198;*/ /* cyan */
|
|
background-color: #268bd2; /* blue */
|
|
}
|
|
|
|
a {
|
|
color: #268bd2; /* blue */
|
|
text-decoration: none;
|
|
}
|
|
|
|
div#navigation {
|
|
background-color: #268bd2; /* blue */
|
|
text-align: center;
|
|
border-bottom: 4px solid black;
|
|
text-transform: uppercase;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
div#navigation a {
|
|
color: white;
|
|
text-decoration: none;
|
|
background-color: black;
|
|
padding: 3px 10px 3px 10px;
|
|
margin: 0px 10px 0px 10px;
|
|
}
|
|
|
|
blockquote {
|
|
background-color: #eee8d5; /* base2 */
|
|
font-style: italic;
|
|
padding: 10px 10px 10px 10px;
|
|
}
|
|
|
|
/*div.figure {
|
|
float: right;
|
|
margin: 20px 0px 20px 20px;
|
|
}
|
|
|
|
div.figure p.caption {
|
|
text-align: center;
|
|
font-style: italic;
|
|
}*/
|
|
|
|
div#avatar {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
width: 200px;
|
|
height: 200px;
|
|
padding-bottom: 20px;
|
|
}
|
|
|
|
div#avatar img {
|
|
width: 200px;
|
|
height: 200px;
|
|
border: 5px solid;
|
|
border-color: black;
|
|
border-radius: 200px;
|
|
box-shadow: 5px 5px 10px #888888;
|
|
}
|
|
|
|
div#fabs-icon a:link {
|
|
margin: 20px 5px;
|
|
color: #586e75;
|
|
}
|
|
|
|
div#fabs-icon a:visited {
|
|
color: #586e75;
|
|
}
|
|
|
|
div#fabs-icon a:hover {
|
|
color: #268bd2;
|
|
}
|
|
|
|
ul#projects {
|
|
margin: 1em 0;
|
|
list-style: none;
|
|
padding-left: 0;
|
|
margin-left: 0;
|
|
display: block;
|
|
text-align: center;
|
|
}
|
|
|
|
#projects li {
|
|
/* display: inline;
|
|
*/ display: block;
|
|
}
|
|
|
|
#projects li a {
|
|
list-style: none;
|
|
display: block;
|
|
margin: 1em 4em 1em 4em;
|
|
padding: 1em 1em 1em 10em;
|
|
border: 1px solid #ddd;
|
|
font-family: Helvetica, sans-serif;
|
|
/* font-size: 11px;
|
|
*/ text-transform: uppercase;
|
|
color: #666;
|
|
text-decoration: none;
|
|
text-align: left;
|
|
background-position: 2em;
|
|
}
|
|
|
|
#projects li a:hover {
|
|
background-position: 2em;
|
|
border: 1px solid #ccc;
|
|
}
|
|
|
|
#footer {
|
|
width: 800px;
|
|
margin: 0 auto;
|
|
padding-top: 40px;
|
|
padding-bottom: 20px;
|
|
color: #93a1a1;
|
|
text-align: center;
|
|
font-size: small;
|
|
}
|