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

36 lines
745 B
CSS

body {
margin: 0 5px;
background: url('/images/bg-fadein-overlay.png') repeat-y, url('/shrines/luckystar/images/startile.jpg') repeat;
}
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 {
margin: 0 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;
}