css-bluedawn
Texto por encima de la pagina
CSS Code sin Style Tags
a img {border: 0px;}
#header_container {display: none;}
#nav_container {display: none;}
#sidebar_container{display:none;}
h2#title {display: none;}
table[height ="102"] {margin-right:auto;margin-left:auto;}
#counter {display:none;}
* {
margin: 0px;
}
body {
background-color: #0193de;
background-image: url(https://img.webme.com/pic/d/darknet13/bluedawnbg.jpg);
background-position: left top;
background-repeat: no-repeat;
font-family: Arial,Helvetica,sans-serif;
font-size: 16px;
}
#top {
background-image: url(https://img.webme.com/pic/d/darknet13/bluedawnconttop.png);
font-size: 0px;
height: 16px;
background-repeat: no-repeat;
background-position: center bottom;
}
#wrapper {
width: 900px;
margin-right: auto;
margin-left: auto;
}
#container {
border-style: none;
background-repeat: repeat-y;
background-position: center top;
background-image: url(https://img.webme.com/pic/d/darknet13/bluedawncontmid.png);
}
#header {
background-image: url(https://img.webme.com/pic/d/darknet13/bluedawnheader.jpg);
background-repeat: no-repeat;
background-position: center top;
height: 75px;
text-align: center;
padding-top: 95px;
padding-bottom: 5px;
position: relative;
margin-left: 20px;
margin-right: 20px;
}
#header h1 {
font-size: 35px;
}
#header h3 {
font-size: 20px;
color: white;
}
#header input {
border-style: none;
bottom: 20px;
position: absolute;
right: 10px;
background-color: #2083a4;
color: white;
padding-left: 15px;
border-radius:10px;
}
#aside {
float: left;
width: 235px;
font-size: 15px;
padding-left: 5px;
margin-left: 15px;
}
#aside h2 {
background-image: url(https://img.webme.com/pic/d/darknet13/bluedawnheader.jpg);
background-position: center bottom;
height: 34px;
padding-top: 5px;
text-align: center;
font-size: 19px;
color: white;
margin-right: 2px;
border-radius:20px;
}
#aside ul {
margin: 0px;
padding: 0px;
list-style-type: none;
}
#aside li {
margin: 0px;
padding: 0px;
color: #568ce9;
list-style-type: circle;
font-size: 16px;
display: list-item;
list-style-position: inside;
}
#aside li:hover {
list-style-type: disc;
color: #568ce9;
}
#aside li a {
color: #568ce9;
text-decoration: none;
font-size: 16px;
margin-right: 5px;
}
#main {
width: 614px;
float: left;
padding-right: 10px;
padding-left: 10px;
}
#footer {
clear: left;
text-align: center;
font-size: 13px;
}
#end {
background-image: url(https://img.webme.com/pic/d/darknet13/bluedawncontend.png);
font-size: 0px;
height: 23px;
background-repeat: no-repeat;
background-position: center top;
position: relative;
}
#legal, #legal a {
text-decoration: none;
margin-right: auto;
margin-left: auto;
font-size: 8px;
color: white;
text-align: right;
}
#end #legal {
color: black;
position: absolute;
right: 13px;
}
#end #legal a {
color: black;
text-decoration: none;
}
CSS Code sin Style Tags