PubeWebsite/pube.css

98 lines
1.3 KiB
CSS

body
{
background-color: #111111;
color: #eeeeee;
font-family: Verdana, Geneva, sans-serif;
font-size: 0.85em;
margin: 0px;
text-align: justify;
text-justify: inter-word;
word-wrap: break-word;
word-break: break-all;
white-space: normal;
}
#main-container
{
background-color: #151515;
margin: auto;
max-width: 960px;
min-width: 320px;
margin-top: 0px;
height: 100%;
box-shadow: 0px 0px 10px #0d0d0d;
}
.section {
margin: 1em 2em;
}
table {
font-size: 0.85em;
}
hr {
border: 1px solid #191919;
margin: 0px;
}
h1 {
font-size: 1.2em;
margin: 0px;
}
h2 {
font-size: 1em;
margin: 0px;
font-style: italic;
}
a {
color: #BB7D38;
text-decoration: none;
}
a:hover {
color: #FF8500;
}
span {
display:inline-block;
}
.center {
display: block;
margin-left: auto;
margin-right: auto
}
img {
-khtml-user-select: none;
-o-user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;
pointer-events: none;
}
table {
margin: auto;
}
#footer table th {
font-weight: normal;
min-width: 3em;
}
#footer table td {
font-style: italic;
}
#footer table {
color: #666666;
}
#footer td {
word-wrap: break-word;
}