Dalmationer.art/css/friendstyles.css

60 lines
1.0 KiB
CSS

h1{
text-align: center;
}
h2{
font-family: 'Arial Narrow Bold', sans-serif;
font-weight: 1000;
}
.redtext{
color: red;
}
#friendbox{
display:block;
border: 4px 2px 2px 4px;
border-color: #181917;
border-style: double solid solid double ;
border-radius: 10px;
min-height: 150px;
padding-left: 20px;
padding-right: 10px;
margin-left: 2%;
margin-right: 5%;
margin-bottom: 40px;
background-color: #EFFF96;
line-height: 1.2em;
}
.friendicon{
float: left;
margin-top: -30px;
border: 4px 2px 2px 4px;
border-color: black;
border-style: double solid solid double ;
background-color: #B3EB79;
margin-right: 2%;
}
#linksbox{
margin-left: 5%;
margin-right: 8%;
margin-bottom: 10px;
padding: 5px;
width: 87%;
text-align: left;
border: 4px 2px 2px 4px;
border-color: #181917;
border-style: double solid solid double ;
border-radius: 10px;
}
td{
padding: 5px;
background-color:#EFFF96;
border: 0.5px;
border-color: #181917;
border-style: solid ;
}