A bit of inheritance

main
sigonasr2, Sig, Sigo 3 years ago
parent ceed2923bd
commit bbcbfca679
  1. 1
      ref/DEFAULT.html
  2. 1
      ref/FOOTER.html
  3. 19
      sitefiles/sig.css

@ -15,4 +15,5 @@
</script>
</head>
<body>
<div class="contentBody">

@ -1,4 +1,5 @@
</div> <!--End Content Body-->
<div class="codeForeground" id="codeForeground"></div>
<div class="codeBackground" id="codeBackground"></div>
</body>

@ -50,7 +50,15 @@ body{
background-color:$SITE_BACKCOL;
}
.content .title{
.contentBody{
background-color: rgba(255, 255, 255, .06);
backdrop-filter: blur(7px);
color: #AA77FF;
font-weight:900;
text-shadow: 0.3px 0.3px 3px #666666;
}
.contentBody .title{
font-size:x-large;
border-bottom-style: outset;
border-radius: 32px;
@ -58,18 +66,13 @@ body{
max-width:content;
}
.content{
.contentBody .content{
border-radius: 12px 0px 12px 0px;
border-style: none outset outset none;
border-color: rgb(17, 153, 17, .3);
border-width: 3px;
margin: 12px 4px 8px 4px;
padding: 50px 4px 4px 4px;
background-color: rgba(255, 255, 255, .06);
backdrop-filter: blur(7px);
color: #AA77FF;
font-weight:900;
text-shadow: 0.3px 0.3px 3px #666666;
padding: 4px;
}
.content:hover{

Loading…
Cancel
Save