topical media & game development
student-wave-cattle-style.css / css
style(s)
* {
margin:0;
padding:0;
}
body {
font-family: 'Lucida Grande', 'Trebuchet MS', Tahoma, Arial, sans-serif;
background:#000;
}
button(s)
.button {
padding:5px 10px;
background:#2491C0;
color:white;
font-weight:bold;
font-size:20px;
z-index:1000;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
}
menu
#menu {
position:fixed;
top:10px;
left:10px;
}
#add, #clear, #help {
float:left;
margin-right:10px;
}
#helptext {
display:none;
width:300px;
font-size:13px;
}
hover / button
.button:hover {
background:#43AEDB;
}
log(s) / invisible
#log {
padding:10px;
margin-top:60px;
background:#FBEA85;
color:black;
font-family:monospaced;
font-size:10px;
display:none;
}
#log hr {
margin:5px 0;
border:0;
height:0px;
border-top:1px dashed #666;
}
box
.box {
position:absolute;
color:#fff;
font-weight:bold;
font-size:18px;
padding:4px 8px;
}
(C) Æliens
04/09/2009
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.