| 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 |
|
| 11 |
.container { |
| 12 |
font-size: 1.3em; |
| 13 |
margin: 20px 0; |
| 14 |
} |
| 15 |
.columns > iframe{ |
| 16 |
margin: 0 auto; |
| 17 |
display: block; |
| 18 |
} |
| 19 |
.container h3 { |
| 20 |
line-height: 1.2; |
| 21 |
} |
| 22 |
/* --- Tabs --- */ |
| 23 |
|
| 24 |
.ui-tabs { |
| 25 |
margin: 4px 0px; |
| 26 |
padding: 4px; |
| 27 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea'); /* for IE */ |
| 28 |
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea)); /* for webkit browsers */ |
| 29 |
background: -moz-linear-gradient(top, #ffffff, #eaeaea); /* for firefox 3.6+ */ |
| 30 |
background-color: #FCFCFC;/*border-top:0px;height:300px;overflow:auto;*/ |
| 31 |
} |
| 32 |
|
| 33 |
.ui-tabs .ui-tabs-nav h2, |
| 34 |
.ui-tabs .ui-tabs-nav h3, |
| 35 |
.ui-tabs .ui-tabs-hide { |
| 36 |
display: none; |
| 37 |
} |
| 38 |
|
| 39 |
.ui-tabs .ui-tabs-nav { |
| 40 |
font-family: VegurLight,Helvetica,sans-serif; |
| 41 |
margin:0; |
| 42 |
display:inline; |
| 43 |
list-style: none; |
| 44 |
list-style-image: none; |
| 45 |
background: none; |
| 46 |
line-height: normal; |
| 47 |
height: auto; |
| 48 |
border: none; |
| 49 |
text-align:left; |
| 50 |
} |
| 51 |
|
| 52 |
.ui-tabs .ui-tabs-nav li { |
| 53 |
margin:0px; |
| 54 |
padding:0px; |
| 55 |
list-style:none; |
| 56 |
list-style-image:none; |
| 57 |
background:none; |
| 58 |
display:inline; |
| 59 |
border: none; |
| 60 |
} |
| 61 |
|
| 62 |
.ui-tabs .ui-tabs-nav li a, |
| 63 |
.ui-tabs .ui-tabs-nav li a:link { |
| 64 |
font-size:18px; |
| 65 |
margin:4px; |
| 66 |
color:#313035; |
| 67 |
background:none repeat scroll 0 0 #EDEDED; |
| 68 |
font-family: VegurLight,Helvetica,sans-serif; |
| 69 |
-moz-border-radius: 3px 3px 0 0; |
| 70 |
-webkit-border-radius: 3px 3px 0 0; |
| 71 |
border-radius: 3px 3px 0 0; |
| 72 |
padding: 10px 30px 5px; |
| 73 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea'); /* for IE */ |
| 74 |
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea)); /* for webkit browsers */ |
| 75 |
background: -moz-linear-gradient(top, #ffffff, #eaeaea); /* for firefox 3.6+ */ |
| 76 |
border: 1px solid #D4D4D4; |
| 77 |
text-shadow: 0px 1px 0px #D4D4D4; |
| 78 |
height: 30px; |
| 79 |
text-decoration:none; |
| 80 |
} |
| 81 |
|
| 82 |
.ui-tabs .ui-tabs-nav li a:visited { |
| 83 |
font-family: VegurLight,Helvetica,sans-serif; |
| 84 |
color:#333; |
| 85 |
} |
| 86 |
|
| 87 |
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, |
| 88 |
.ui-tabs .ui-tabs-nav li a:hover { |
| 89 |
font-family: VegurLight,Helvetica,sans-serif; |
| 90 |
color: #ffffff; |
| 91 |
background: none repeat scroll 0 0 #2D78D2; |
| 92 |
-moz-border-radius: 3px 3px 0 0; |
| 93 |
-webkit-border-radius: 3px 3px 0 0; |
| 94 |
border-radius: 3px 3px 0 0; |
| 95 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#48A4E9', endColorstr='#2e7ad3'); /* for IE */ |
| 96 |
background: -webkit-gradient(linear, left top, left bottom, from(#48A4E9), to(#2e7ad3)); /* for webkit browsers */ |
| 97 |
background: -moz-linear-gradient(top, #48A4E9, #2e7ad3); /* for firefox 3.6+ */ |
| 98 |
text-shadow: 0px 1px 0px #3165a3; |
| 99 |
border: 1px solid #16549C; |
| 100 |
} |
| 101 |
|
| 102 |
.ui-tabs .ui-tabs-nav li a:active, |
| 103 |
.ui-tabs .ui-tabs-nav li a:focus { |
| 104 |
outline:0; |
| 105 |
color: #000; |
| 106 |
} |
| 107 |
|
| 108 |
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a { |
| 109 |
font-family: VegurLight,Helvetica,sans-serif; |
| 110 |
-moz-border-radius: 3px 3px 0 0; |
| 111 |
-webkit-border-radius: 3px 3px 0 0; |
| 112 |
border-radius: 3px 3px 0 0; |
| 113 |
background: none repeat scroll 0 0 #2D78D2; |
| 114 |
color: #ffffff; |
| 115 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#48A4E9', endColorstr='#2e7ad3'); /* for IE */ |
| 116 |
background: -webkit-gradient(linear, left top, left bottom, from(#48A4E9), to(#2e7ad3)); /* for webkit browsers */ |
| 117 |
background: -moz-linear-gradient(top, #48A4E9, #2e7ad3); /* for firefox 3.6+ */ |
| 118 |
text-shadow: 0px 1px 0px #3165a3; |
| 119 |
border: 1px solid #16549C; |
| 120 |
} |
| 121 |
|
| 122 |
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a:hover { |
| 123 |
font-family: VegurLight,Helvetica,sans-serif; |
| 124 |
color: #ffffff; |
| 125 |
background: none repeat scroll 0 0 #2D78D2; |
| 126 |
-moz-border-radius: 3px 3px 0 0; |
| 127 |
-webkit-border-radius: 3px 3px 0 0; |
| 128 |
border-radius: 3px 3px 0 0; |
| 129 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e7ad3', endColorstr='#48A4E9'); /* for IE */ |
| 130 |
background: -webkit-gradient(linear, left top, left bottom, from(#2e7ad3), to(#48A4E9)); /* for webkit browsers */ |
| 131 |
background: -moz-linear-gradient(top, #2e7ad3, #48A4E9); /* for firefox 3.6+ */ |
| 132 |
text-shadow: 0px 1px 0px #3165a3; |
| 133 |
border: 1px solid #16549C; |
| 134 |
} |
| 135 |
|
| 136 |
.ui-tabs .ui-tabs-nav li.ui-tabs-selected, |
| 137 |
.ui-tabs .ui-tabs-nav li.ui-state-disabled { |
| 138 |
font-family: VegurLight, Helvetica, sans-serif; |
| 139 |
background: none; |
| 140 |
padding: 0px; |
| 141 |
margin: 0px; |
| 142 |
} |
| 143 |
|
| 144 |
.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... */ |
| 145 |
.ui-tabs .ui-tabs-hide { display: none !important; } |
| 146 |
|