1
0
Fork 0
VelSite/stylesheets/shrines/luckystar.css

72 lines
1.3 KiB
CSS

body {
margin: 0 5px;
background: url('/images/bg-fadein-overlay.png') repeat-y, url('/shrines/luckystar/images/startile.jpg') repeat;
}
hr {
width: 80%;
border: none;
border-bottom: 1px solid hotpink;
}
a { color: #4873f0; border-bottom: 1px dashed #4873f0; }
a:hover, a:visited, a:active { color: #041c70; border-bottom: 1px solid #041c70; }
#shrine-header {
padding: 0;
margin: 0;
margin-top: 5px;
}
.section-heading {
margin: 0 5px;
}
.shrine-section-header-img {
position: relative;
top: 15px;
left: 15px;
}
.shrine-section-subheader-img {
position: relative;
right: -15px;
margin-bottom: -50px;
float: right;
bottom: 13px;
}
.shrine-section {
margin: 0 5px 5px 5px;
padding: 5px;
background: pink;
border: 1px solid hotpink;
}
.shrine-section > p {
margin: 0;
padding: 0;
}
.border-dash {
border: 1px dashed hotpink;
}
.list-unstyled {
list-style-type: none;
padding-left: 5px;
}
#top-nav {
background: pink;
border: 1px solid hotpink;
padding: 5px;
margin-top: 5px;
}
#top-nav > p {
text-align: center;
margin: 0; padding: 0;
}
.char-cell {
border: 1px dashed hotpink;
}
.char-cell > a > center {
font-weight: bold;
}
.char-cell > a > center > img {
height: 175px;
width: 175px;
display: block;
border: 1px solid hotpink;
}