git-svn-id: https://192.168.0.254/svn/Proyectos.Instaldeco_Web/tags/demo@1 d4ca0941-a869-4c45-9eab-2e1fd2dd58c0
24 lines
982 B
CSS
24 lines
982 B
CSS
#toppanel {position:absolute; top:250px; left:0px; z-index:100;}
|
|
#panel {position:relative; left:-100px;}
|
|
.panel_button { position: relative; left:0px; width:48px; cursor: pointer;}
|
|
#panel {
|
|
position: absolute;
|
|
top:-28px;
|
|
left:-200px;
|
|
overflow: hidden;
|
|
background:#000;
|
|
-moz-border-radius: 0px 4px 4px 0px;
|
|
-webkit-border-radius: 0px 4px 4px 0px;
|
|
border-radius: 0px 4px 4px 0px;
|
|
padding:15px 12px 15px 13px;
|
|
width:125px;
|
|
font-size:10px;
|
|
color:#999;
|
|
}
|
|
.reset {position:relative; top:1px;}
|
|
#panel a.reset {color:#999; }
|
|
#panel a.reset:hover {color:#818181;}
|
|
#panel .largeheading {border-bottom:1px solid #343434; font-family:Arial, sans-serif; font-weight:bold; font-size:13px; color:#9c9c9c; padding-bottom:4px; margin-bottom:8px;}
|
|
#panel .heading {font-weight:bold; font-family:Arial, sans-serif; }
|
|
#panel .colorSelector, #panel .colorSelector2 {border:1px solid #666; margin-bottom:7px;}
|
|
#panel .colorSelector div, #panel .colorSelector2 div {height:22px; width:100%;} |