| 1 |
/* |
| 2 |
* jQuery UI CSS Framework 1.8.17 |
| 3 |
* |
| 4 |
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) |
| 5 |
* Dual licensed under the MIT or GPL Version 2 licenses. |
| 6 |
* http://jquery.org/license |
| 7 |
* |
| 8 |
* http://docs.jquery.com/UI/Theming/API |
| 9 |
*/ |
| 10 |
.iframe { |
| 11 |
position: relative; |
| 12 |
padding-top: 56.25%; |
| 13 |
overflow: hidden; |
| 14 |
} |
| 15 |
.iframe iframe { |
| 16 |
position: absolute; |
| 17 |
top: 0; |
| 18 |
left: 0; |
| 19 |
width: 100%; |
| 20 |
height: 100%; |
| 21 |
border: 0; |
| 22 |
} |
| 23 |
.container { |
| 24 |
font-size: 1.3em; |
| 25 |
margin: 20px 0; |
| 26 |
} |
| 27 |
.columns > iframe{ |
| 28 |
margin: 0 auto; |
| 29 |
display: block; |
| 30 |
} |
| 31 |
.container h3 { |
| 32 |
line-height: 1.2; |
| 33 |
} |
| 34 |
/* --- Tabs --- */ |
| 35 |
|
| 36 |
.ui-tabs { |
| 37 |
margin: 4px 0px; |
| 38 |
padding: 4px; |
| 39 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea'); /* for IE */ |
| 40 |
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea)); /* for webkit browsers */ |
| 41 |
background: -moz-linear-gradient(top, #ffffff, #eaeaea); /* for firefox 3.6+ */ |
| 42 |
background-color: #FCFCFC;/*border-top:0px;height:300px;overflow:auto;*/ |
| 43 |
} |
| 44 |
|
| 45 |
.ui-tabs .ui-tabs-nav h2, |
| 46 |
.ui-tabs .ui-tabs-nav h3, |
| 47 |
.ui-tabs .ui-tabs-hide { |
| 48 |
display: none; |
| 49 |
} |
| 50 |
|
| 51 |
.ui-tabs .ui-tabs-nav { |
| 52 |
font-family: VegurLight,Helvetica,sans-serif; |
| 53 |
margin:0; |
| 54 |
display:inline; |
| 55 |
list-style: none; |
| 56 |
list-style-image: none; |
| 57 |
background: none; |
| 58 |
line-height: normal; |
| 59 |
height: auto; |
| 60 |
border: none; |
| 61 |
text-align:left; |
| 62 |
} |
| 63 |
|
| 64 |
.ui-tabs .ui-tabs-nav li { |
| 65 |
margin:0px; |
| 66 |
padding:0px; |
| 67 |
list-style:none; |
| 68 |
list-style-image:none; |
| 69 |
background:none; |
| 70 |
display:inline; |
| 71 |
border: none; |
| 72 |
} |
| 73 |
|
| 74 |
.ui-tabs .ui-tabs-nav li a, |
| 75 |
.ui-tabs .ui-tabs-nav li a:link { |
| 76 |
font-size:1.3em; |
| 77 |
margin:1px; |
| 78 |
color:#313035; |
| 79 |
background:none repeat scroll 0 0 #EDEDED; |
| 80 |
font-family: VegurLight,Helvetica,sans-serif; |
| 81 |
-moz-border-radius: 3px 3px 0 0; |
| 82 |
-webkit-border-radius: 3px 3px 0 0; |
| 83 |
border-radius: 3px 3px 0 0; |
| 84 |
padding: 10px 18px 5px; |
| 85 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea'); /* for IE */ |
| 86 |
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea)); /* for webkit browsers */ |
| 87 |
background: -moz-linear-gradient(top, #ffffff, #eaeaea); /* for firefox 3.6+ */ |
| 88 |
border: 1px solid #D4D4D4; |
| 89 |
text-shadow: 0px 1px 0px #D4D4D4; |
| 90 |
max-width: 16%; |
| 91 |
display: inline-block; |
| 92 |
text-decoration:none; |
| 93 |
} |
| 94 |
|
| 95 |
.ui-tabs .ui-tabs-nav li a:visited { |
| 96 |
font-family: VegurLight,Helvetica,sans-serif; |
| 97 |
color:#333; |
| 98 |
} |
| 99 |
|
| 100 |
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, |
| 101 |
.ui-tabs .ui-tabs-nav li a:hover { |
| 102 |
font-family: VegurLight,Helvetica,sans-serif; |
| 103 |
color: #ffffff; |
| 104 |
background: none repeat scroll 0 0 #2D78D2; |
| 105 |
-moz-border-radius: 3px 3px 0 0; |
| 106 |
-webkit-border-radius: 3px 3px 0 0; |
| 107 |
border-radius: 3px 3px 0 0; |
| 108 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#48A4E9', endColorstr='#2e7ad3'); /* for IE */ |
| 109 |
background: -webkit-gradient(linear, left top, left bottom, from(#48A4E9), to(#2e7ad3)); /* for webkit browsers */ |
| 110 |
background: -moz-linear-gradient(top, #48A4E9, #2e7ad3); /* for firefox 3.6+ */ |
| 111 |
text-shadow: 0px 1px 0px #3165a3; |
| 112 |
border: 1px solid #16549C; |
| 113 |
} |
| 114 |
|
| 115 |
.ui-tabs .ui-tabs-nav li a:active, |
| 116 |
.ui-tabs .ui-tabs-nav li a:focus { |
| 117 |
outline:0; |
| 118 |
color: #000; |
| 119 |
} |
| 120 |
|
| 121 |
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a { |
| 122 |
font-family: VegurLight,Helvetica,sans-serif; |
| 123 |
-moz-border-radius: 3px 3px 0 0; |
| 124 |
-webkit-border-radius: 3px 3px 0 0; |
| 125 |
border-radius: 3px 3px 0 0; |
| 126 |
background: none repeat scroll 0 0 #2D78D2; |
| 127 |
color: #ffffff; |
| 128 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#48A4E9', endColorstr='#2e7ad3'); /* for IE */ |
| 129 |
background: -webkit-gradient(linear, left top, left bottom, from(#48A4E9), to(#2e7ad3)); /* for webkit browsers */ |
| 130 |
background: -moz-linear-gradient(top, #48A4E9, #2e7ad3); /* for firefox 3.6+ */ |
| 131 |
text-shadow: 0px 1px 0px #3165a3; |
| 132 |
border: 1px solid #16549C; |
| 133 |
} |
| 134 |
|
| 135 |
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a:hover { |
| 136 |
font-family: VegurLight,Helvetica,sans-serif; |
| 137 |
color: #ffffff; |
| 138 |
background: none repeat scroll 0 0 #2D78D2; |
| 139 |
-moz-border-radius: 3px 3px 0 0; |
| 140 |
-webkit-border-radius: 3px 3px 0 0; |
| 141 |
border-radius: 3px 3px 0 0; |
| 142 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e7ad3', endColorstr='#48A4E9'); /* for IE */ |
| 143 |
background: -webkit-gradient(linear, left top, left bottom, from(#2e7ad3), to(#48A4E9)); /* for webkit browsers */ |
| 144 |
background: -moz-linear-gradient(top, #2e7ad3, #48A4E9); /* for firefox 3.6+ */ |
| 145 |
text-shadow: 0px 1px 0px #3165a3; |
| 146 |
border: 1px solid #16549C; |
| 147 |
} |
| 148 |
|
| 149 |
.ui-tabs .ui-tabs-nav li.ui-tabs-selected, |
| 150 |
.ui-tabs .ui-tabs-nav li.ui-state-disabled { |
| 151 |
font-family: VegurLight, Helvetica, sans-serif; |
| 152 |
background: none; |
| 153 |
padding: 0px; |
| 154 |
margin: 0px; |
| 155 |
} |
| 156 |
|
| 157 |
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */ |
| 158 |
.ui-tabs .ui-tabs-hide { display: none !important; } |
| 159 |
#tab-pro img { |
| 160 |
max-width: 300px; |
| 161 |
height: 55px; |
| 162 |
} |
| 163 |
#tab-pro li br, #tab-pro li { |
| 164 |
margin-bottom: 10px; |
| 165 |
} |
| 166 |
#tab-pro li { |
| 167 |
font-weight: bold; |
| 168 |
} |
| 169 |
#tab-pro .intro { |
| 170 |
font-size: 1em; |
| 171 |
font-weight:bold; |
| 172 |
} |
| 173 |
#tab-pro img.dresner { |
| 174 |
height: 29px; |
| 175 |
} |
| 176 |
#tab-pro img.rntbci, #tab-pro img.hex { |
| 177 |
height: 42px; |
| 178 |
} |
| 179 |
|