pages/css/site_global.css

469 lines
9 KiB
CSS
Raw Normal View History

2015-03-30 11:56:28 +00:00
html {
min-height: 100%;
min-width: 100%;
-ms-text-size-adjust: none;
}
body, div, dl, dt, dd, ul, ol, li, nav, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, a {
margin: 0;
padding: 0;
border-width: 0;
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
-o-transform-origin: left top;
transform-origin: left top;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
fieldset, img {
border: 0;
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
-o-transform-origin: left top;
transform-origin: left top;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
font-style: inherit;
font-weight: inherit;
}
del, ins {
text-decoration: none;
}
li {
list-style: none;
}
caption, th {
text-align: left;
}
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
font-weight: inherit;
}
input, button, textarea, select, optgroup, option {
font-family: inherit;
font-size: inherit;
font-style: inherit;
font-weight: inherit;
}
body {
font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
text-align: left;
font-size: 14px;
line-height: 17px;
word-wrap: break-word;
text-rendering: optimizeLegibility;
/* kerning, primarily */
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
body {
text-rendering: auto;
}
}
a:link {
color: #0000FF;
text-decoration: underline;
}
a:visited {
color: #800080;
text-decoration: underline;
}
a:hover {
color: #0000FF;
text-decoration: underline;
}
a:active {
color: #EE0000;
text-decoration: underline;
}
a.nontext
/* used to override default properties of 'a' tag */
2015-02-15 22:54:33 +00:00
{
2015-03-30 11:56:28 +00:00
color: black;
text-decoration: none;
font-style: normal;
font-weight: normal;
2015-02-15 22:54:33 +00:00
}
2015-03-30 11:56:28 +00:00
.normal_text {
color: #000000;
direction: ltr;
font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: normal;
letter-spacing: 0px;
line-height: 17px;
text-align: left;
text-decoration: none;
text-indent: 0px;
vertical-align: 0px;
padding: 0px;
2015-02-15 22:54:33 +00:00
}
2015-03-30 11:56:28 +00:00
.list0 li:before {
position: absolute;
right: 100%;
letter-spacing: 0px;
text-decoration: none;
font-weight: normal;
font-style: normal;
2015-02-15 22:54:33 +00:00
}
2015-03-30 11:56:28 +00:00
.rtl-list li:before {
right: auto;
left: 100%;
2015-02-15 22:54:33 +00:00
}
2015-03-30 11:56:28 +00:00
.nls-None > li:before, .nls-None .list3 > li:before, .nls-None .list6 > li:before {
margin-right: 6px;
content: '•';
2015-02-15 22:54:33 +00:00
}
2015-03-30 11:56:28 +00:00
.nls-None .list1 > li:before, .nls-None .list4 > li:before, .nls-None .list7 > li:before {
margin-right: 6px;
content: '○';
2015-02-15 22:54:33 +00:00
}
2015-03-30 11:56:28 +00:00
.nls-None, .nls-None .list1, .nls-None .list2, .nls-None .list3, .nls-None .list4, .nls-None .list5, .nls-None .list6, .nls-None .list7, .nls-None .list8 {
padding-left: 34px;
2015-02-15 22:54:33 +00:00
}
2015-03-30 11:56:28 +00:00
.nls-None.rtl-list, .nls-None .list1.rtl-list, .nls-None .list2.rtl-list, .nls-None .list3.rtl-list, .nls-None .list4.rtl-list, .nls-None .list5.rtl-list, .nls-None .list6.rtl-list, .nls-None .list7.rtl-list, .nls-None .list8.rtl-list {
padding-left: 0px;
padding-right: 34px;
2015-02-15 22:54:33 +00:00
}
2015-03-30 11:56:28 +00:00
.nls-None .list2 > li:before, .nls-None .list5 > li:before, .nls-None .list8 > li:before {
margin-right: 6px;
content: '-';
2015-02-15 22:54:33 +00:00
}
2015-03-30 11:56:28 +00:00
.nls-None.rtl-list > li:before, .nls-None .list1.rtl-list > li:before, .nls-None .list2.rtl-list > li:before, .nls-None .list3.rtl-list > li:before, .nls-None .list4.rtl-list > li:before, .nls-None .list5.rtl-list > li:before, .nls-None .list6.rtl-list > li:before, .nls-None .list7.rtl-list > li:before, .nls-None .list8.rtl-list > li:before {
margin-right: 0px;
margin-left: 6px;
2015-02-15 22:54:33 +00:00
}
2015-03-30 11:56:28 +00:00
.TabbedPanelsTab {
white-space: nowrap;
2015-02-15 22:54:33 +00:00
}
2015-03-30 11:56:28 +00:00
.MenuBar .MenuBarView, .MenuBar .SubMenuView
/* Resets for ul and li in menus */
2015-02-15 22:54:33 +00:00
{
2015-03-30 11:56:28 +00:00
display: block;
list-style: none;
2015-02-15 22:54:33 +00:00
}
2015-03-30 11:56:28 +00:00
.MenuBar .SubMenu {
display: none;
position: absolute;
2015-02-15 22:54:33 +00:00
}
2015-03-30 11:56:28 +00:00
.NoWrap {
white-space: nowrap;
word-wrap: normal;
2015-02-15 22:54:33 +00:00
}
2015-03-30 11:56:28 +00:00
.rootelem
/* the root of the artwork tree */
2015-02-15 22:54:33 +00:00
{
2015-03-30 11:56:28 +00:00
margin-left: auto;
margin-right: auto;
2015-02-15 22:54:33 +00:00
}
2015-03-30 11:56:28 +00:00
.colelem
/* a child element of a column */
2015-02-15 22:54:33 +00:00
{
2015-03-30 11:56:28 +00:00
display: inline;
float: left;
clear: both;
2015-02-15 22:54:33 +00:00
}
2015-03-30 11:56:28 +00:00
.colelem100
/* a child element of a column that is 100% width */
2015-02-15 22:54:33 +00:00
{
2015-03-30 11:56:28 +00:00
clear: both;
2015-02-15 22:54:33 +00:00
}
2015-03-30 11:56:28 +00:00
.grpelem
/* a child element of a group */
2015-02-15 22:54:33 +00:00
{
2015-03-30 11:56:28 +00:00
display: inline;
float: left;
2015-02-15 22:54:33 +00:00
}
2015-03-30 11:56:28 +00:00
.clearfix:after
/* force a container to fit around floated items */
2015-02-15 22:54:33 +00:00
{
2015-03-30 11:56:28 +00:00
content: "\0020";
visibility: hidden;
display: block;
height: 0;
clear: both;
2015-02-15 22:54:33 +00:00
}
2015-03-30 11:56:28 +00:00
*:first-child+html .clearfix
/* IE7 */
2015-02-15 22:54:33 +00:00
{
2015-03-30 11:56:28 +00:00
zoom: 1;
2015-02-15 22:54:33 +00:00
}
2015-03-30 11:56:28 +00:00
.clip_frame
/* used to clip the contents as in the case of an image frame */
2015-02-15 22:54:33 +00:00
{
2015-03-30 11:56:28 +00:00
overflow: hidden;
2015-02-15 22:54:33 +00:00
}
2015-03-30 11:56:28 +00:00
.inclusion_context
/* context for positioning a group of elements that share the same height */
2015-02-15 22:54:33 +00:00
{
2015-03-30 11:56:28 +00:00
display: table;
table-layout: fixed;
width: 0.01px;
2015-02-15 22:54:33 +00:00
}
2015-03-30 11:56:28 +00:00
.inclelem
/* element of an inclusion context */
2015-02-15 22:54:33 +00:00
{
2015-03-30 11:56:28 +00:00
display: table-cell;
vertical-align: top;
2015-02-15 22:54:33 +00:00
}
2015-03-30 11:56:28 +00:00
.f3s_mid
/* 3-slice frame, middle slice */
2015-02-15 22:54:33 +00:00
{
2015-03-30 11:56:28 +00:00
background-repeat: repeat;
2015-02-15 22:54:33 +00:00
}
2015-03-30 11:56:28 +00:00
.f3s_top, .f3s_bot
/* 3-slice frame, top slice */
2015-02-15 22:54:33 +00:00
{
2015-03-30 11:56:28 +00:00
background-repeat: no-repeat;
2015-02-15 22:54:33 +00:00
}
2015-03-30 11:56:28 +00:00
.f9s_top_left, .f9s_bot_left
/* 9-slice frame, left corner slice */
2015-02-15 22:54:33 +00:00
{
2015-03-30 11:56:28 +00:00
background-repeat: no-repeat;
background-position: left;
2015-02-15 22:54:33 +00:00
}
2015-03-30 11:56:28 +00:00
.f9s_top_right, .f9s_bot_right
/* 9-slice frame, right corner slice */
2015-02-15 22:54:33 +00:00
{
2015-03-30 11:56:28 +00:00
background-repeat: no-repeat;
background-position: right;
2015-02-15 22:54:33 +00:00
}
2015-03-30 11:56:28 +00:00
.f9s_top_mid, .f9s_bot_mid
/* 9-slice frame, top/bottom horizontal slice */
2015-02-15 22:54:33 +00:00
{
2015-03-30 11:56:28 +00:00
background-repeat: repeat-x;
background-position: 0px 0px;
2015-02-15 22:54:33 +00:00
}
2015-03-30 11:56:28 +00:00
.f9s_mid_left
/* 9-slice frame, left vertical slice */
2015-02-15 22:54:33 +00:00
{
2015-03-30 11:56:28 +00:00
background-repeat: repeat-y;
background-position: left;
2015-02-15 22:54:33 +00:00
}
2015-03-30 11:56:28 +00:00
.f9s_mid_right
/* 9-slice frame, right vertical slice */
2015-02-15 22:54:33 +00:00
{
2015-03-30 11:56:28 +00:00
background-repeat: repeat-y;
background-position: right;
2015-02-15 22:54:33 +00:00
}
2015-03-30 11:56:28 +00:00
.f9s_center
/* 9-slice frame, center slice */
2015-02-15 22:54:33 +00:00
{
2015-03-30 11:56:28 +00:00
background-repeat: repeat;
background-position: 0px 0px;
2015-02-15 22:54:33 +00:00
}
2015-03-30 11:56:28 +00:00
.popup_anchor
/* anchors an abspos popup */
2015-02-15 22:54:33 +00:00
{
2015-03-30 11:56:28 +00:00
position: relative;
width: 0px;
height: 0px;
2015-02-15 22:54:33 +00:00
}
2015-03-30 11:56:28 +00:00
.popup_element {
z-index: 100000;
2015-02-15 22:54:33 +00:00
}
2015-03-30 11:56:28 +00:00
.svg {
display: block;
vertical-align: top;
2015-02-15 22:54:33 +00:00
}
2015-03-30 11:56:28 +00:00
span.wrap
/* used to force wrap after floated array when nested inside a paragraph */
2015-02-15 22:54:33 +00:00
{
2015-03-30 11:56:28 +00:00
content: '';
clear: left;
display: block;
2015-02-15 22:54:33 +00:00
}
2015-03-30 11:56:28 +00:00
span.actAsInlineDiv
/* used to simulate a DIV with inline display when already nested inside a paragraph */
2015-02-15 22:54:33 +00:00
{
2015-03-30 11:56:28 +00:00
display: inline-block;
2015-02-15 22:54:33 +00:00
}
2015-03-30 11:56:28 +00:00
.position_content, .excludeFromNormalFlow
/* used when child content is larger than parent */
2015-02-15 22:54:33 +00:00
{
2015-03-30 11:56:28 +00:00
float: left;
2015-02-15 22:54:33 +00:00
}
2015-03-30 11:56:28 +00:00
.preload_images
/* used to preload images used in non-default states */
2015-02-15 22:54:33 +00:00
{
2015-03-30 11:56:28 +00:00
position: absolute;
overflow: hidden;
left: -9999px;
top: -9999px;
height: 1px;
width: 1px;
2015-02-15 22:54:33 +00:00
}
2015-03-30 11:56:28 +00:00
preload
/* used to specifiy the dimension of preload item */
2015-02-15 22:54:33 +00:00
{
2015-03-30 11:56:28 +00:00
height: 1px;
width: 1px;
2015-02-15 22:54:33 +00:00
}
2015-03-30 11:56:28 +00:00
.animateStates {
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
2015-02-15 22:54:33 +00:00
}
2015-03-30 11:56:28 +00:00
input:focus, textarea:focus
/* remove default focussed input styling */
2015-02-15 22:54:33 +00:00
{
2015-03-30 11:56:28 +00:00
outline: none;
2015-02-15 22:54:33 +00:00
}
2015-03-30 11:56:28 +00:00
textarea {
resize: none;
overflow: auto;
2015-02-15 22:54:33 +00:00
}
2015-03-30 11:56:28 +00:00
.fld-prompt
/* form placeholders cursor behavior */
2015-02-15 22:54:33 +00:00
{
2015-03-30 11:56:28 +00:00
pointer-events: none;
2015-02-15 22:54:33 +00:00
}
2015-03-30 11:56:28 +00:00
.wrapped-input
/* form inputs & placeholders let div styling show thru */
2015-02-15 22:54:33 +00:00
{
2015-03-30 11:56:28 +00:00
position: absolute;
top: 0;
left: 0;
background: transparent;
border: none;
2015-02-15 22:54:33 +00:00
}
2015-03-30 11:56:28 +00:00
.submit-btn
/* form submit buttons on top of sibling elements */
2015-02-15 22:54:33 +00:00
{
2015-03-30 11:56:28 +00:00
z-index: 50000;
cursor: pointer;
2015-02-15 22:54:33 +00:00
}
2015-03-30 11:56:28 +00:00
.anchor_item
/* used to specify anchor properties */
2015-02-15 22:54:33 +00:00
{
2015-03-30 11:56:28 +00:00
width: 22px;
height: 18px;
2015-02-15 22:54:33 +00:00
}
2015-03-30 11:56:28 +00:00
.MenuBar .SubMenuVisible, .MenuBarVertical .SubMenuVisible, .MenuBar .SubMenu .SubMenuVisible, .popup_element.Active, span.actAsPara, .actAsDiv, a.nonblock.nontext, img.block {
display: block;
2015-02-15 22:54:33 +00:00
}
2015-03-30 11:56:28 +00:00
.ose_ei {
visibility: hidden;
z-index: 0;
2015-02-15 22:54:33 +00:00
}
2015-03-30 11:56:28 +00:00
.widget_invisible, .js .invi, .js .mse_pre_init, .js .an_invi
/* used to hide the widget before loaded */
2015-02-15 22:54:33 +00:00
{
2015-03-30 11:56:28 +00:00
visibility: hidden;
2015-02-15 22:54:33 +00:00
}
2015-03-30 11:56:28 +00:00
.no_vert_scroll {
overflow-y: hidden;
2015-02-15 22:54:33 +00:00
}
2015-03-30 11:56:28 +00:00
.always_vert_scroll {
overflow-y: scroll;
2015-02-15 22:54:33 +00:00
}
2015-03-30 11:56:28 +00:00
.always_horz_scroll {
overflow-x: scroll;
2015-02-15 22:54:33 +00:00
}
2015-03-30 11:56:28 +00:00
.popup_element.Inactive, .js .disn, .hidden {
display: none;
2015-02-15 22:54:33 +00:00
}
2015-03-30 11:56:28 +00:00
.fullscreen {
overflow: hidden;
left: 0px;
top: 0px;
position: fixed;
height: 100%;
width: 100%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
2015-02-15 22:54:33 +00:00
}
2015-03-30 11:56:28 +00:00
.fullwidth {
position: absolute;
2015-02-15 22:54:33 +00:00
}
2015-03-30 11:56:28 +00:00
.borderbox {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
2015-02-15 22:54:33 +00:00
}
2015-03-30 11:56:28 +00:00
.scroll_wrapper {
position: absolute;
overflow: auto;
left: 0px;
right: 0px;
top: 0px;
bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
margin-top: 0px;
margin-bottom: 0px;
2015-02-15 22:54:33 +00:00
}
2015-03-30 11:56:28 +00:00
.browser_width > * {
position: absolute;
left: 0px;
right: 0px;
2015-02-15 22:54:33 +00:00
}
2015-03-30 11:56:28 +00:00
.list0 li, .MenuBar .MenuItemContainer, .SlideShowContentPanel .fullscreen img {
position: relative;
2015-02-15 22:54:33 +00:00
}
2015-03-30 11:56:28 +00:00
.accordion_wrapper {
display: inline;
float: left;
width: 0px;
2015-02-15 22:54:33 +00:00
}
2015-03-30 11:56:28 +00:00
.fld-checkbox input[type=checkbox]
/* Hide native checkbox */
2015-02-15 22:54:33 +00:00
{
2015-03-30 11:56:28 +00:00
position: absolute;
overflow: hidden;
clip: rect(0px, 0px, 0px, 0px);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
2015-02-15 22:54:33 +00:00
}
2015-03-30 11:56:28 +00:00
.fld-checkbox input[type=checkbox] + label {
display: inline-block;
background-repeat: no-repeat;
cursor: pointer;
float: left;
width: 100%;
height: 100%;
}
.pointer_cursor, .fld-recaptcha-mode, .fld-recaptcha-refresh, .fld-recaptcha-help {
cursor: pointer;
2015-02-15 22:54:33 +00:00
}