99 lines
1.1 KiB
CSS
99 lines
1.1 KiB
CSS
/* Site CSS File */
|
|
|
|
body {
|
|
font-family:Helvetica, Helvetica-Neue, Arial, sans-serif;
|
|
font-size: 14pt;
|
|
}
|
|
|
|
div.wrapper{
|
|
width:750px;
|
|
margin:0em auto;
|
|
}
|
|
|
|
div.header {
|
|
text-align: center;
|
|
}
|
|
|
|
div.image_embed {
|
|
text-align:center;
|
|
margin: 0em auto;
|
|
}
|
|
|
|
div.image_caption {
|
|
text-align:center;
|
|
margin: 0em auto;
|
|
max-width: 700px;
|
|
}
|
|
|
|
div.form {
|
|
margin: 0em auto;
|
|
text-align:center;
|
|
}
|
|
|
|
div.form input.text {
|
|
border: 1px #000 solid;
|
|
width: 350px;
|
|
}
|
|
|
|
div.form input.button {
|
|
font-size: 13pt;
|
|
}
|
|
|
|
div.form textarea {
|
|
border: 1px #000 solid;
|
|
width: 350px;
|
|
height: 100px;
|
|
}
|
|
|
|
div.list {
|
|
margin: 0em auto;
|
|
}
|
|
|
|
div.text {
|
|
|
|
}
|
|
|
|
div.text p {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
img.image_embed {
|
|
max-width: 600px;
|
|
max-height: 600px;
|
|
}
|
|
|
|
ul.bookmarks {
|
|
list-style-type: none;
|
|
}
|
|
|
|
li.bookmark {
|
|
border-top: 1px #999 solid;
|
|
border-left: 1px #999 solid;
|
|
padding-left: 25px;
|
|
word-wrap: break-word;
|
|
}
|
|
|
|
p.date {
|
|
font-size: 0.7em;
|
|
}
|
|
|
|
p.menu {
|
|
font-size: 0.7em;
|
|
}
|
|
|
|
p.tags {
|
|
font-size: 0.7em;
|
|
}
|
|
|
|
div.nav {
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
|
|
ul.nav {
|
|
list-style-type: none;
|
|
}
|
|
|
|
ul.nav li {
|
|
display: inline;
|
|
}
|