PubeWebsite/pube.css

140 lines
1.9 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;
}
#navbar {
background-color: #151515;
width: 100%;
height: 64px;
line-height: 58px;
display: flex;
position: relative;
z-index: 999;
}
#navbar span {
margin: auto;
}
#main-container
{
background-color: #151515;
margin: auto;
max-width: 960px;
margin-top: 0px;
height: 100%;
box-shadow: 0px 0px 10px #0d0d0d;
overflow: auto;
}
.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;
display: block;
}
a:hover {
color: #FF8500;
}
.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;
}
#services table {
width: 100%;
border-collapse: collapse;
margin-top: 0.8em;
margin-bottom: 1em;
}
#services th {
text-align: center;
}
#services td, #services th {
border: 1px solid #191919;
}
#services td:first-child {
width: 16px;
}
#services td:last-child {
width: 50%;
}
#services td:last-child a {
display: block;
}
#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;
}
#footer th a {
display: inline;
}