forked from ncbi/icn3d
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathicn3d_simple_ui.css
23 lines (17 loc) · 1.5 KB
/
icn3d_simple_ui.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.icn3d-text {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px!important;}
.ui-dialog { font-size: 12px;}
.ui-dialog .ui-dialog-title { font-size: 16px; height: 18px; }
.ui-dialog .ui-button { width: 12px; height:12px; margin: -5px 0px 0px 0px;}
.ui-dialog .ui-dialog-titlebar { padding: 0px 1em 2px 1em; }
.icn3d-tabBox input, .icn3d-tabBox select, .icn3d-tabBox button, .icn3d-tabBox textarea{border: 1px solid white; background-color: black; color: white;}
.icn3d-tabBox option {background-color: black; color: white;}
.icn3d-tabBox {position: absolute; left: 10px; top:20px; padding: 0px; color: white; width: 300px; z-index:1;}
.icn3d-bottomTab {background-color: black; border: 2px solid white; color: white; padding: 5px 10px 5px 10px; margin: 0px; border-radius: 10px 10px 0px 0px; -webkit-border-radius: 10px 10px 0px 0px; -moz-border-radius: 10px 10px 0px 0px;}
.icn3d-insideTab {width: 100%; height: 0px; background-color: rgba(0, 0, 0, 0.5);}
/*.icn3d-option {font-size: 90%; float:left; width:100%; margin-top:6px;}*/
.icn3d-option {font-size: 90%; margin-top:6px;}
.icn3d-insideTab div.option b {color: white!important;}
.icn3d-hidden {display: none;}
.icn3d-shown {display: block;}
.icn3d-box {border-top: solid 1px #ccc; border-right: solid 1px #ccc; border-bottom: solid 1px #ccc; border-left: solid 1px #ccc; padding: 5px;}
.icn3d-popup {display:none; position:absolute; z-index:9999; top:-1000px; left:-1000px; background-color:#DDDDDD; text-align:center; width:80px; height:18px; padding:3px;}