60 lines
946 B
CSS
60 lines
946 B
CSS
|
@font-face{
|
||
|
font-family:'Orbi';
|
||
|
src:url(fonts/q521mw.ttf);
|
||
|
}
|
||
|
|
||
|
@font-face{
|
||
|
font-family:'Pixel Operator';
|
||
|
src:url(fonts/kyguk9.ttf);
|
||
|
}
|
||
|
|
||
|
.vocacontainer::selection {
|
||
|
background: #34f2ff;
|
||
|
color:white;
|
||
|
}
|
||
|
|
||
|
.vocacontainer::-moz-selection {
|
||
|
background: #34f2ff;
|
||
|
color:white;
|
||
|
}
|
||
|
|
||
|
.vocacontainer{
|
||
|
height: 200px;
|
||
|
padding:10px 10px 0px 10px;
|
||
|
}
|
||
|
|
||
|
#vocaring {
|
||
|
width:200px;
|
||
|
margin: 10px auto;
|
||
|
background-color: #dbfcff;
|
||
|
border:3px solid #34f2ff;
|
||
|
}
|
||
|
|
||
|
#vocaring table {
|
||
|
margin: 0 auto;
|
||
|
}
|
||
|
|
||
|
#vocaring .webring-info {
|
||
|
text-align:center;
|
||
|
font-family:Orbi;
|
||
|
color:#e74492;
|
||
|
font-size:20px;
|
||
|
}
|
||
|
|
||
|
#vocaring .webring-links{
|
||
|
font-size:18px;
|
||
|
font-family:Pixel Operator;
|
||
|
color:#e74492;
|
||
|
}
|
||
|
|
||
|
#vocaring .webring-links a{
|
||
|
text-decoration: none;
|
||
|
color:#e74492;
|
||
|
text-shadow: 2px 2px 1px #34f2ff;
|
||
|
transition:0.3s;
|
||
|
}
|
||
|
|
||
|
#vocaring .webring-links a:hover{
|
||
|
|
||
|
letter-spacing: normal;
|
||
|
}
|