@import "http://antowap.jw.lt/template/web.css";
@import "http://antowap.jw.lt/template/content.css";
body {
background-color:black;
border:1px solid #404040;
color:#d6d6d6;
text-shadow:1px 1px 1px grey;
background-image:url(file:///storage/sdcard0/antowap.jw.lt/smiles/bg.png);
font-family:tahoma;
font-size:13px;
padding:0px;
margin:0px;
max-width:500px;
}
ev>img{
width:50%;
border:2px solid olive;
padding:3px;
border-radius:2px;
background:red;
display:block;
}
a:link{
color:darkorange;
text-decoration:none;
font-size:16px;
line-height:1.8;
border-bottom:1px dotted darkorange;
}
a:hover{color:purple;}
a:visited{color:grey;visibility:hidden;}
#div{
-webkit-animation:lop 2s infinite alternate;
}
@-webkit-keyframes lop{50%{color:yellow;}100%{color:black;}}
blink{
-webkit-animation:wink 0.2s infinite alternate;
-moz-animation:wink 0.2s infinite alternate;
-o-animation:wink 0.2s infinite alternate;
-animation:wink 0.2s infinite alternate;
text-shadow:none;
font-weight:bold;
}
@-webkit-keyframes wink{to{color:transparent;}}
h1,h2,h3,h4,h5,h6{
line-height:0.2;
}
textarea{
background-color:black;
border:1px solid lime;
color:darkgoldenrod;
}
textarea:focus{
color:red;
outline:none;
}
table{
border:1px solid #0512c5;
}
td{
background-color:blue;
padding:2px;
margin:2px;
min-width:93px;
text-align:center;
}
input[type="text"]{
width:80%;
}
input[type="text"],input[type="submit"]{
height:35px;
border:1px solid magenta;
background-color:#101010;
padding:4px;
color:olive;
font-weight:bold;
box-shadow:0px 0px 30px grey;
outline-color:lime;
margin-top:4px;
margin-bottom:0px;
margin-right:4px;
margin-left:2px;
}
input[type="submit"]{
/*margin-top:0px;*/
position:absolute;
right:5px;
height:45px;
}
input:focus{
background:-webkit-radial-gradient(center,lime 5%, black 80%);
background:-moz-radial-gradient(center,lime 5%, black 80%);
background:-o-radial-gradient(center,lime 5%, black 80%);
background:-radial-gradient(center,lime 5%, black 80%);
color:white;
}
/*******************************
kelas kelas css pada halaman web
*****************************/
.post{
border:1px solid #404040;
background-color:#202020;
padding:2px;
border-radius:0px;
margin:2px;
}
iflag{
background:-webkit-linear-gradient(top,red 50%,white 50%);
border:gray;
color:silver;
padding:3px;
margin:4px 4px 4px 4px;
}
@font-face{
font-family:'alba';
src:url(file:///storage/sdcard0/file/font/ALBAs___.TTF);
}
.mylogo{
width:97%;
text-align:center;
}
img{
max-width:98%;
}