pmacs3/code_examples/PowerAttacker.css

88 lines
1.5 KiB
CSS

/* PowerAttacker 0.1
Copyright 2007 by Erik Osheim <erik@osheim.org>
This file is licensed under the GNU General Public License.
http://www.gnu.org/copyleft/gpl.html */
/* shared */
.captionText {
/*font:12px "Helvetica Neue";*/
font:12px "Helvetica";
font-weight:bold;
color:white;
}
.numInput {
width:30px;
text-align:left;
}
/* front */
#result {
font:24px "Helvetica";
font-weight:bold;
color:white;
text-align:center;
width:100px;
height:100px;
}
.mainTable {
margin-left:14px;
margin-top:20px;
}
#front {
position:absolute;
top:0;
left:0;
width: 265px;
height:126px;
background-image:url("Default.png");
background-repeat:no-repeat;
}
/* backside */
.backTable {
margin-left:10px;
margin-top:10px;
}
#back {
display:none;
position:absolute;
top:0;
left:0;
width:265px;
height:126px;
background-image:url("Images/Backside.png");
background-repeat:no-repeat;
}
#doneButton {
position:absolute;
top:96px;
left:185px;
}
/* flipper */
.flip {
position:absolute;
left:245px;
top:106px;
width:13px;
height:13px;
}
#flip {
opacity:0;
background:url(file:///System/Library/WidgetResources/ibutton/white_i.png);
background-repeat:no-repeat;
}
#fliprollie {
display:none;
opacity:0.25;
background:url(file:///System/Library/WidgetResources/ibutton/white_rollie.png);
background-repeat:no-repeat;
}