You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
149 lines
2.7 KiB
149 lines
2.7 KiB
body{ |
|
font-family:helvetica, arial, sans-serif; |
|
font-size:12px; |
|
} |
|
|
|
.on-the-right{ |
|
width:0px; |
|
position:absolute; |
|
top:0; |
|
overflow:visible; |
|
margin-left:100%; |
|
} |
|
|
|
.toolbar{ |
|
background-image:url(../images/toolbarBody.png); |
|
padding-left:4px; |
|
border:1px solid #cccccc; |
|
border-bottom:1px solid #ffffff; |
|
position:relative; |
|
} |
|
|
|
.toolbar>div>.button{ |
|
width:29px; |
|
height:24px; |
|
float:left; |
|
margin-right:4px; |
|
margin-top:0px; |
|
cursor:pointer; |
|
} |
|
|
|
#toolbar-down{ |
|
font-size:18px; |
|
font-weight:bold; |
|
color:#333333; |
|
text-align:center; |
|
font-family:helvetica, arial, sans-serif; |
|
text-shadow: #ffffff 0px 1px 1px; |
|
} |
|
|
|
#url{ |
|
height:20px; |
|
float:left; |
|
border:1px solid #b9b9b9; |
|
padding-right:4%; |
|
width:80%; |
|
} |
|
|
|
#left-field{ |
|
float:left; |
|
} |
|
|
|
#right-field{ |
|
float:right; |
|
} |
|
|
|
#center-field{ |
|
display:block-inline; |
|
position:relative; |
|
} |
|
|
|
#center-field.min{ |
|
margin-right:6px; |
|
} |
|
|
|
#center-field.full{ |
|
margin-right:78px; |
|
margin-left:65px; |
|
} |
|
|
|
#web-canevas { |
|
width:100%; |
|
position:relative; |
|
} |
|
|
|
#web-browser { |
|
border:1px solid #cccccc; |
|
position:relative; |
|
width:100%; |
|
} |
|
|
|
.toolbar-body { |
|
display: table; |
|
width: 100%; |
|
height: 37px; |
|
|
|
/* IE hacks */ |
|
position: relative !ie7; |
|
} |
|
.toolbar-body>div { |
|
display: table-cell; |
|
vertical-align: middle; |
|
|
|
/* IE hacks */ |
|
position: absolute !ie7; |
|
top: 50% !ie7; |
|
} |
|
|
|
#toolbar-button-back{ background-image:url(../images/toolbarButtonBack.png) } |
|
#toolbar-button-forward{ background-image:url(../images/toolbarButtonForward.png) } |
|
#toolbar-button-home{ background-image:url(../images/toolbarButtonHome.png) } |
|
#toolbar-button-languages{ background-image:url(../images/toolbarButtonLanguages.png) } |
|
|
|
#toolbar-button-search{ |
|
float: left; |
|
width:22px; |
|
height:22px; |
|
position:relative; |
|
margin-left:-32px; |
|
background-image:url(../images/toolbarButtonSearch.png); |
|
background-repeat:no-repeat; |
|
background-position:center center; |
|
border: 1px solid #B9B9B9; |
|
-webkit-border-radius: 5px; |
|
border-radius: 5px; |
|
-webkit-box-shadow: #dadada -1px 0 4px; |
|
box-shadow: #dadada -1px 0 4px; |
|
} |
|
|
|
#toolbar-button-search:hover{ |
|
border: 1px solid #666666; |
|
} |
|
|
|
#toolbar-button-languages{ |
|
width:66px; |
|
} |
|
|
|
#toolbar-button-back{ |
|
margin-right:0px; |
|
} |
|
|
|
.popupWordInfo{ |
|
position: absolute; |
|
display: none; |
|
width: 100px; |
|
height: 17px; |
|
top: 0; |
|
left: 0; |
|
text-align: center; |
|
border: 1px solid #B9B9B9; |
|
background-color: #eaebeb; |
|
color: black; |
|
font-family: Verdana,Arial,Helvetica,sans-serif; |
|
-webkit-border-radius: 5px; |
|
border-radius: 5px; |
|
-webkit-box-shadow: #dadada -1px 0 4px; |
|
box-shadow: #dadada -1px 0 4px; |
|
z-index: 100; |
|
font-family: Arial,Helvetica,sans-serif; |
|
} |