summaryrefslogtreecommitdiff
path: root/docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/toptoolbar.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/toptoolbar.css')
-rw-r--r--docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/toptoolbar.css139
1 files changed, 139 insertions, 0 deletions
diff --git a/docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/toptoolbar.css b/docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/toptoolbar.css
new file mode 100644
index 0000000..b6838c3
--- /dev/null
+++ b/docs/log/fid355D8E1583AB011A40E6DD0B35D84F827A3BBEB9.aspx_files/toptoolbar.css
@@ -0,0 +1,139 @@
+#topToolbars {
+ height: 34px;
+}
+
+.topToolbar{
+ float: right;
+ clear: both;
+ position: absolute;
+ background: url(http://media.blackducksoftware.com/koders/bds/blue_nav_bkgnd_bd.gif) left bottom repeat-x;
+ height: 17px;
+ font-size: 11px;
+ line-height: 17px;
+ font-family: verdana, tahoma, helvecia, arial;
+ vertical-align:middle;
+ font-weight: bold;
+ z-index:9999;
+}
+
+.topToolbar font {
+ display:inline-block;
+ _cursor:hand;
+}
+
+.topToolbarInner{
+ height: 17px;
+ border-bottom: 1px solid #ccc;
+ float: left;
+}
+
+div > .topToolbarInner{
+ height: 17px;
+}
+
+.topToolbarCorner{
+ float: left;
+ width: 31px;
+ height: 17px;
+ background: url(http://media.blackducksoftware.com/koders/bds/blue-hex.gif);
+}
+
+.topToolbar img, .topToolbar span{
+ vertical-align: bottom;
+ border: 0;
+}
+
+.topToolbar .topToolbarDownArrow {
+ font-size: 9px;
+ font-family: arial, helvecia, tahoma, verdana
+}
+
+.topToolbarButtonHover, .topToolbarButton{
+ display: block;
+ float: left;
+ color: White;
+ vertical-align: bottom;
+ padding: 2px 0px 2px 0px;
+ outline: none;
+ position: relative;
+ z-index: 1000;
+ line-height: 13px;
+ text-align: center;
+ cursor: pointer;
+}
+
+.topToolbarButtonHover{
+ text-decoration: none;
+ color: #114477;
+ background: #ddd;
+ cursor: default;
+}
+
+.topToolbarPopup{
+ position: absolute;
+ width:auto;
+ top: 17px;
+ left: 0px;
+ background: #FCFCFC;
+ border: 1px solid #ccc;
+ visibility: hidden;
+ display: none;
+ text-align:left;
+ z-index:9999;
+
+}
+
+.topToolbarButtonHover .topToolbarPopup{
+ visibility: inherit;
+ display: block;
+}
+
+.topToolbarPopup a {
+ color: black;
+ width:100%;
+ display: block;
+ height: 22px;
+ line-height: 22px;
+ font-weight: normal;
+ color: black;
+ padding-left: 20px;
+ padding-right:10px;
+ background: none;
+ cursor: pointer;
+ vertical-align:middle;
+ white-space:nowrap;
+}
+.topToolbarPopup a{
+ width: auto;
+}
+
+.topToolbarPopup a:hover{ background: #eee; }
+
+.topToolbarPopup a img{
+ margin-left: 3px 0 0 -18px;
+ vertical-align: middle;
+ float:left;
+}
+
+.topToolbar #proDownloadsPopup{
+ width: 200px; left: -35px;
+}
+div > #proDownloadsPopup{
+ left: -37px !important;
+}
+
+.topToolbar #proHelpPopup{
+ width: 170px; left: -105px;
+}
+div > #proHelpPopup{
+ left: -107px !important;
+}
+
+.topToolbar #proFeedbackPopup{
+ width: 140px;
+}
+
+.topToolbar a:hover {
+ text-decoration: none;
+ cursor: pointer;
+}