mirror of
https://github.com/bittenbythedark/SingularityWeb.git
synced 2026-08-14 09:02:10 +00:00
87 lines
1.3 KiB
CSS
87 lines
1.3 KiB
CSS
html {
|
|
position: relative;
|
|
min-height: 100%;
|
|
}
|
|
body{
|
|
background-color: #2a3535;
|
|
width:100%;
|
|
color:white;
|
|
}
|
|
.card{
|
|
background-color: #2a3535;
|
|
margin-bottom:5px;
|
|
border:none;
|
|
|
|
}
|
|
|
|
.buildtitle{
|
|
background-color: #222222;
|
|
border-radius: 10px;
|
|
|
|
|
|
|
|
}
|
|
.buildnumber {
|
|
color:#cccccc;
|
|
font-weight: bold;
|
|
font-size: 16pt;
|
|
}
|
|
.changelogtoggle {
|
|
margin-top:12px;
|
|
}
|
|
.croppedheader{
|
|
background-image: url('./images/singularity_logo_cropped.png');
|
|
margin-left:-50px;
|
|
}
|
|
.alphatitle{
|
|
margin-top:-140px;
|
|
text-shadow: 10px 10px 5px #000000;
|
|
}
|
|
|
|
.logo_os img {
|
|
margin-right:10px;
|
|
margin-bottom: 5px;
|
|
height:40px;
|
|
margin-top:10px;
|
|
}
|
|
#footer {
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 20px;
|
|
background-color: #2a3535;
|
|
color: #bbbbbb;
|
|
font-size:10pt;
|
|
}
|
|
#footer a{
|
|
margin-right:10px;
|
|
}
|
|
.links {
|
|
background-color: #2f3535;
|
|
}
|
|
|
|
.item {
|
|
position:relative;
|
|
padding-top:20px;
|
|
display:inline-block;
|
|
|
|
}
|
|
.pagination>li>a{
|
|
background-color:#2f3535;
|
|
color:white;
|
|
}
|
|
.page-number {
|
|
font-size:10pt;
|
|
margin: 5px;
|
|
}
|
|
.colos {
|
|
background-color:#2f3535;
|
|
border-radius: 10px;
|
|
border-color: white;
|
|
border-style: solid;
|
|
border-width: 1pt;
|
|
margin-left:10px;
|
|
}
|
|
.colos p{
|
|
text-shadow: 10px 10px 5px #000000;
|
|
} |