yellow/system/core/core_webinterface.css
2013-04-15 00:41:04 +02:00

25 lines
No EOL
1.4 KiB
CSS

.yellowlogin { width:600px; position:absolute; top:5px; padding:30px; border:1px solid #ccc; background:#fff; color:#000; }
.yellowlogin h1 { margin:0px; padding:0px; }
.yellowlogin p { margin:0.5em; text-align:right; }
.yellowbar { width:600px; position:absolute; top:1px; background:#fff; color:#000; }
.yellowbar img { vertical-align:top; }
.yellowbar button { color:#05d; padding-left:0.5em; padding-right:0.5em; }
.yellowbar button:hover { color:#f00; }
.yellowbarleft { margin-left:0px; display:block; float:left; height:100%; }
.yellowbarright { margin-right:0px; display:block; float:right; height:100%; }
.yellowbarlink { cursor:pointer; font:inherit; background:none; border:none; margin:0px padding:0px; }
.yellowbubble { -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }
.yellowpane { position:absolute; display:none; margin:0px; padding:5px; border:solid 1px #ccc; background:#fff; color:#000; z-index:10; }
.yellowpane a { text-decoration:none; color:#000; }
.yellowpane a:hover { text-decoration:none; color:#f00; }
.yellowpane p { margin:0.5em; }
.yellowpane ul { list-style:none; margin:0em 0.5em; padding:0px; }
#yellowpaneedit { }
#yellowpaneshow { min-width:250px; overflow:auto; }
#yellowpaneuser { }
#yellowedittext { margin:0px; margin-bottom:5px; padding:5px; border:solid 1px #ccc; resize:none; font-size:0.9em }
#yelloweditbuttons { margin-bottom:5px; width:100%; }
#yelloweditbuttons input { margin-left:5px; }