123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944 |
- /********************************
- * Licensed Materials - Property of IBM
- *
- * IBM Cognos Products: cpscrn
- *
- * (C) Copyright IBM Corp. 2013
- *
- * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- ********************************/
- body.previews {
- margin: 0;
- padding: 0;
- background-image: url("../../../themedesigner/configuration/applications/default/previews/images/linen pattern.png");
- background-repeat: repeat;
- }
- a {
- color: #00649d;
- font-weight: normal;
- text-decoration: none;
- }
- a:VISITED {
- color: #FF0000;
- }
- a:HOVER {
- color: #00649d;
- text-decoration: underline;
- }
- .previews .breadcrumbContainer {
- float: left;
- margin: 10px 0 0 10px;
- }
- .previews .breadcrumbContainer .breadcrumbPath {
- font-family: Arial, Tahoma, Verdana, sans-serif;
- font-size: 0.75em;
- margin: 0;
- color: #121212;
- font-weight: bold;
- }
- .previews .breadcrumbContainer .breadcrumbSeparator {
- padding: 0 5px;
- font-weight: normal;
- }
- /* Portlets */
- .previews .portlet {
- border: 1px solid #999999;
- width: 400px;
- height: 250px;
- position: absolute;
- top: 50%;
- left: 50%;
- margin: -125px 0 0 -200px;
- -webkit-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.65), 0px 5px 5px rgba(0, 0, 0, 0.4);
- -moz-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.65), 0px 5px 5px rgba(0, 0, 0, 0.4);
- box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.65), 0px 5px 5px rgba(0, 0, 0, 0.4);
- }
- .previews .portletHeader {
-
- width: 100%;
- height: 24px;
- position: relative;
- background-color: #8d8d8d;
- background-image: none;
- background-image: none, -moz-linear-gradient(top, #8d8d8d 0%, #444444 100%);
- background-image: none, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8d8d8d), color-stop(100%,#444444));
- background-image: none, -webkit-linear-gradient(top, #8d8d8d 0%, #444444 100%);
- background-image: none, -o-linear-gradient(top, #8d8d8d 0%, #444444 100%);
- background-image: none, -ms-linear-gradient(top, #8d8d8d 0%, #444444 100%);
- background-image: none, linear-gradient(to bottom, #8d8d8d 0%, #444444 100%);
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d8d8d', endColorstr='#444444',GradientType=0 );
- zoom: 1;
- border-bottom: 1px solid #444444;
- }
- .previews .portletBody {
- width: 100%;
- height: 225px;
- position: relative;
- background: #ffffff;
- }
- .previews .portletHeader .portletHeaderTitle p {
- color: #ffffff;
- font-size: 0.6875em;
- font-weight: bold;
- font-family: Tahoma, arial, geneva, helvetica, sans-serif;
- float: left;
- line-height: 24px;
- padding-left: 4px;
- margin: 0;
- }
- .previews .portletHeader .portletHeaderCloseIcon {
- float: right;
- width: 16px;
- height:16px;
- margin: 4px;
- }
- /* Dialogs */
- .previews .dialog {
- border: 1px solid #999999;
- width: 350px;
- height: 400px;
- position: absolute;
- top: 50%;
- left: 50%;
- margin: -200px 0 0 -175px;
- -webkit-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.65), 0px 5px 5px rgba(0, 0, 0, 0.4);
- -moz-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.65), 0px 5px 5px rgba(0, 0, 0, 0.4);
- box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.65), 0px 5px 5px rgba(0, 0, 0, 0.4);
- }
- .previews .dialogHeader {
-
- width: 100%;
- height: 24px;
- position: relative;
- background-color: #444444;
- background-image: none;
- background-image: none, -moz-linear-gradient(top, #8d8d8d 0%, #444444 100%);
- background-image: none, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8d8d8d), color-stop(100%,#444444));
- background-image: none, -webkit-linear-gradient(top, #8d8d8d 0%, #444444 100%);
- background-image: none, -o-linear-gradient(top, #8d8d8d 0%, #444444 100%);
- background-image: none, -ms-linear-gradient(top, #8d8d8d 0%, #444444 100%);
- background-image: none, linear-gradient(to bottom, #8d8d8d 0%, #444444 100%);
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d8d8d', endColorstr='#444444',GradientType=0 );
- zoom: 1;
- border-bottom: #FF0000 #FF0000 #FF0000;
- }
- .previews .dialogBody {
- width: 100%;
- height: 336px;
- position: relative;
- background: #ffffff;
- }
- .previews .dialogFooter {
- border-top: #FF0000 #FF0000 #FF0000;
- width: 100%;
- height: 38px;
- position: relative;
- background: #e7e7e7;
- }
- .previews .dialogBody .dialogBodyContainer {
- padding: 10px;
- width: calc(100% - 20px);
- }
- .previews .dialogHeader .dialogHeaderTitle p{
- color: #ffffff;
- font-size: 0.6875em;
- font-weight: bold;
- font-family: Tahoma, arial, geneva, helvetica, sans-serif;
- float: left;
- line-height: 24px;
- padding-left: 4px;
- margin: 0;
- }
- .previews .dialogHeader .dialogHeaderCloseIcon {
- float: right;
- width: 16px;
- height:16px;
- margin: 4px;
- }
- .previews .buttonContainer {
- margin: 0;
- padding: 0;
- height: 34px;
- }
- .previews .button {
- float: left;
- border-radius: 3px;
- border: 1px solid #8d8d8d;
- box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
- background-color: #f3f3f3;
- background-image: none;
- background-image: -moz-linear-gradient(top, #f3f3f3 0%, #cccccc 100%);
- background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#cccccc));
- background-image: -webkit-linear-gradient(top, #f3f3f3 0%, #cccccc 100%);
- background-image: -o-linear-gradient(top, #f3f3f3 0%, #cccccc 100%);
- background-image: -ms-linear-gradient(top, #f3f3f3 0%, #cccccc 100%);
- background-image: linear-gradient(to bottom, #f3f3f3 0%, #cccccc 100%);
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#cccccc',GradientType=0 );
- zoom: 1;
- padding: 0 10px;
- min-width: 65px;
- margin: 4px 8px 0;
- list-style-type: none;
- display: inline-block;
- cursor: pointer;
- }
- .previews .button.hover, .previews .hover.button {
- background-color: #cccccc;
- background-image: none;
- background-image: -moz-linear-gradient(top, #ffffff 0%, #cccccc 100%);
- background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cccccc));
- background-image: -webkit-linear-gradient(top, #ffffff 0%, #cccccc 100%);
- background-image: -o-linear-gradient(top, #ffffff 0%, #cccccc 100%);
- background-image: -ms-linear-gradient(top, #ffffff 0%, #cccccc 100%);
- background-image: linear-gradient(to bottom, #ffffff 0%, #cccccc 100%);
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 );
- zoom: 1;
- cursor: pointer;
- }
- .previews .button.active, .previews .active.button {
- background-color: #efefef;
- background-image: none;
- background-image: -moz-linear-gradient(top, #efefef 0%, #f3f3f3 100%);
- background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#f3f3f3));
- background-image: -webkit-linear-gradient(top, #efefef 0%, #f3f3f3 100%);
- background-image: -o-linear-gradient(top, #efefef 0%, #f3f3f3 100%);
- background-image: -ms-linear-gradient(top, #efefef 0%, #f3f3f3 100%);
- background-image: linear-gradient(to bottom, #efefef 0%, #f3f3f3 100%);
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#f3f3f3',GradientType=0 );
- zoom: 1;
- -moz-box-shadow: inset 3px 0 8px rgba(0, 0, 0, 0.13);
- -webkit-box-shadow: inset 3px 0 8px rgba(0, 0, 0, 0.13);
- box-shadow: inset 3px 0 8px rgba(0, 0, 0, 0.13);
- cursor: pointer;
- }
- .previews .button.disabled, .previews .disabled.button {
- background-color: #f3f3f3;
- background-image: none;
- background-image: -moz-linear-gradient(top, #f3f3f3 0%, #efefef 100%);
- background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#efefef));
- background-image: -webkit-linear-gradient(top, #f3f3f3 0%, #efefef 100%);
- background-image: -o-linear-gradient(top, #f3f3f3 0%, #efefef 100%);
- background-image: -ms-linear-gradient(top, #f3f3f3 0%, #efefef 100%);
- background-image: linear-gradient(to bottom, #f3f3f3 0%, #efefef 100%);
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#efefef',GradientType=0 );
- zoom: 1;
- cursor: pointer;
- }
- .previews .button:focus {
- outline: 1px dotted #000000;
- border-radius: 3px;
- }
- .previews .button:FIRST-CHILD {
- margin-left: 4px;
- }
- .previews .button .label {
- font-size: 0.75em;
- line-height: 1em;
- text-align: center;
- color: #000000;
- text-shadow: 0 1px #ffffff;
- font-weight: bold;
- margin: 7px 0;
- font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
- }
- .previews .button.disabled .label, .previews .disabled.button .label {
- color: #767676;
- }
- .previews .button:active .label {
- color: #000000;
- }
- .previews .dialogText, .previews .plaintext {
- font-size: 0.6875em;
- font-family: Tahoma, arial, geneva, helvetica, sans-serif;
- margin: 10px 0 0;
- color: #121212;
- }
- .previews .dialogLabel, .previews .formLabel {
- font-size: 0.6875em;
- font-weight: bold;
- font-family: Tahoma, arial, geneva, helvetica, sans-serif;
- margin: 10px 0 0;
- color: #000000;
- }
- .previews .formLabel {
- font-weight: normal;
- }
- .previews .formText {
- font-size: 0.6875em;
- font-family: Tahoma, arial, geneva, helvetica, sans-serif;
- color: #121212;
- }
- .previews .formLabel.right {
- text-align: right;
- }
- .previews .textbox {
- box-sizing: border-box;
- margin-top: 5px;
- }
- .previews .textarea {
- width: 100%;
- box-sizing: border-box;
- margin-top: 5px;
- height: 100px;
- }
- .previews .select {
- margin-top: 5px;
- box-sizing: border-box;
- width: 100%;
- }
- /* banner */
- .previews .bannerContainer {
- position: absolute;
- width: 850px;
- top: 50%;
- left: 50%;
- margin: -100px 0 0 -425px;
- -webkit-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.65), 0px 5px 5px rgba(0, 0, 0, 0.4);
- -moz-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.65), 0px 5px 5px rgba(0, 0, 0, 0.4);
- box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.65), 0px 5px 5px rgba(0, 0, 0, 0.4);
- }
- .previews .primaryBannerContainer {
- height: 38px;
- width: 100%;
- background-color: #444444;
- background-image: none;
- background-image: none, -moz-linear-gradient(top, #444444 0%, #000000 100%);
- background-image: none, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#000000));
- background-image: none, -webkit-linear-gradient(top, #444444 0%, #000000 100%);
- background-image: none, -o-linear-gradient(top, #444444 0%, #000000 100%);
- background-image: none, -ms-linear-gradient(top, #444444 0%, #000000 100%);
- background-image: none, linear-gradient(to bottom, #444444 0%, #000000 100%);
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#000000',GradientType=0 );
- zoom: 1;
- }
- .previews .secondaryBannerContainer {
- width: 100%;
- height: 4px;
- background: #008abf;
- }
- .previews .primaryBannerLeft {
- float: left;
- height: 100%;
- }
- .previews .primaryBannerRight {
- float: right;
- height: 100%;
- padding-right: 20px;
- }
- .previews .bannerHeader {
- float: left;
- padding-left: 20px;
- }
- .previews .bannerHeader p {
- font-size: 0.8125em;
- color: #ffffff;
- font-weight: bold;
- text-shadow: 0 1px rgba(0, 0, 0, 0.3);
- font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
- margin: 0;
- line-height: 38px;
- }
- .previews .menuContainer {
- width: 180px;
- height: auto;
- box-shadow: 1px 0px 1px rgba(0,0,0,0.25), -1px 0px 1px rgba(0,0,0,0.25), 0px 2px 1px rgba(0,0,0,0.25);
- background: #ffffff;
- border-radius: 0 0 2px 2px;
- border-color: #444444;
- border-style: solid;
- border-width: 0 2px 2px;
- position: absolute;
- top: 38px;
- margin-left: -3px;
- }
- .previews .menuContainer ul {
- margin: 0;
- padding: 0;
- }
- .previews .menuContainer .menuItem {
- list-style-type: none;
- }
- .previews .bannerSearchBox {
- float: right;
- width: 150px;
- margin-left: 10px;
- }
- .previews .bannerSearchBox .textbox {
- margin-top: 10px;
- }
- .previews .bannerMenuItem{
- float: right;
- margin-left: 10px;
- width: auto;
- height: 100%;
- border-width: 0 1px;
- border-color: transparent;
- border-style: solid;
- }
- .previews .bannerMenuItem .bannerMenuItemContainer {
- width: 100%;
- height: 100%;
- }
- .previews .bannerMenuItem.hover, .previews .hover.bannerMenuItem {
- background-color: #222222;
- background-image: none;
- background-image: none, -moz-linear-gradient(top, #222222 0%, #444444 100%);
- background-image: none, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#444444));
- background-image: none, -webkit-linear-gradient(top, #222222 0%, #444444 100%);
- background-image: none, -o-linear-gradient(top, #222222 0%, #444444 100%);
- background-image: none, -ms-linear-gradient(top, #222222 0%, #444444 100%);
- background-image: none, linear-gradient(to bottom, #222222 0%, #444444 100%);
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#444444',GradientType=0 );
- zoom: 1;
- height: 100%;
- }
- .previews .bannerMenuItem:hover {
- background-color: #222222;
- background-image: none;
- background-image: none, -moz-linear-gradient(top, #222222 0%, #444444 100%);
- background-image: none, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#444444));
- background-image: none, -webkit-linear-gradient(top, #222222 0%, #444444 100%);
- background-image: none, -o-linear-gradient(top, #222222 0%, #444444 100%);
- background-image: none, -ms-linear-gradient(top, #222222 0%, #444444 100%);
- background-image: none, linear-gradient(to bottom, #222222 0%, #444444 100%);
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#444444',GradientType=0 );
- zoom: 1;
- height: 100%;
- }
- .previews .bannerMenuItem.active, .previews .active.bannerMenuItem {
- background-color: #222222;
- background-image: none;
- background-image: none, -moz-linear-gradient(top, #585858 0%, #222222 100%);
- background-image: none, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#585858), color-stop(100%,#222222));
- background-image: none, -webkit-linear-gradient(top, #585858 0%, #222222 100%);
- background-image: none, -o-linear-gradient(top, #585858 0%, #222222 100%);
- background-image: none, -ms-linear-gradient(top, #585858 0%, #222222 100%);
- background-image: none, linear-gradient(to bottom, #585858 0%, #222222 100%);
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#585858', endColorstr='#222222',GradientType=0 );
- zoom: 1;
- border-color: #444444;
- border-width: 0 1px;
- border-style: solid;
- height: 100%;
- -webkit-box-shadow: 1px 0px #222222, -1px 0px #222222;
- -moz-box-shadow: 1px 0px #222222, -1px 0px #222222;
- box-shadow: 1px 0px #222222, -1px 0px #222222;
- }
- .previews .bannerMenuItem:active {
- background-color: #222222;
- background-image: none;
- background-image: none, -moz-linear-gradient(top, #585858 0%, #222222 100%);
- background-image: none, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#585858), color-stop(100%,#222222));
- background-image: none, -webkit-linear-gradient(top, #585858 0%, #222222 100%);
- background-image: none, -o-linear-gradient(top, #585858 0%, #222222 100%);
- background-image: none, -ms-linear-gradient(top, #585858 0%, #222222 100%);
- background-image: none, linear-gradient(to bottom, #585858 0%, #222222 100%);
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#585858', endColorstr='#222222',GradientType=0 );
- zoom: 1;
- border-color: #444444;
- border-width: 0 1px;
- border-style: solid;
- height: 100%;
- -webkit-box-shadow: 1px 0px #222222, -1px 0px #222222;
- -moz-box-shadow: 1px 0px #222222, -1px 0px #222222;
- box-shadow: 1px 0px #222222, -1px 0px #222222;
- }
- .previews .menuContainer .menuItem.hover {
- background-color: #95daf2;
- }
- .previews .bannerMenuItem .menuItemIcon, .previews .menuContainer .menuItem .menuItemIcon {
- float: left;
- margin: 10px 5px;
- }
- .previews .menuContainer .menuItem .menuItemIcon {
- margin: 10px;
- }
- .previews .bannerMenuItem .menuItemPulldownIcon{
- float: left;
- margin: 10px 5px 0 0;
- }
- .previews .bannerMenuItem .menuLabel {
- float: left;
- margin: 0px 5px;
- color: #ffffff;
- font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
- font-size: 0.75em;
- line-height: 38px;
- }
- .previews .menuContainer .menuItem.disabled .menuItemLabel, .previews .menuContainer .disabled.menuItem .menuItemLabel {
- color: #767676;
- }
- .previews .menuContainer .menuItem .menuItemLabel {
- float: none;
- color: #000000;
- margin: 0px 5px;
- font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
- font-size: 0.75em;
- line-height: 38px;
- float: left;
- }
- .previews .menuContainer .menuItem .menuItemLabel.hover, .previews .menuContainer .menuItem .hover.menuItemLabel {
- color: #000000;
- }
- .previews .bannerSeparator {
- float: right;
- height: 100%;
- margin-left: 10px;
- }
- .previews .bannerSeparator .bannerSeparatorImage {
- margin: 10px 0 0;
- }
- .previews .primaryBannerLogoContainer {
- width: auto;
- line-height: 38px;
- padding: 11px 0 0 20px;
- }
- .previews .primaryBannerLogoContainer.left {
- float: left;
- padding-left: 20px;
- }
- .previews .primaryBannerLogoContainer.right {
- float: right;
- width: 41px;
- }
- .previews .primaryBannerLogo {
- float: right;
- background: none no-repeat;
- background-image: url(../../../skins/presentation/branding/ibm-logo-white.gif);
- width: 41px;
- height: 15px;
- display: ;
- }
- .previews .customLogo {
- width: 45px;
- height: 16px;
- display: none;
- background-image: none;
- background-image: url(../../../skins/presentation/branding/your_logo_here.gif);
- background-position: top left;
- background-repeat: no-repeat;
- }
- /* Generics */
- .previews .genericContainer {
- width: 750px;
- height: 350px;
- background-color: #ffffff;
- position: absolute;
- top: 50%;
- left: 50%;
- margin: -175px 0 0 -375px;
- -webkit-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.65), 0px 5px 5px rgba(0, 0, 0, 0.4);
- -moz-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.65), 0px 5px 5px rgba(0, 0, 0, 0.4);
- box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.65), 0px 5px 5px rgba(0, 0, 0, 0.4);
- border-radius: 2px;
- }
- .previews .toolbarContainer {
- height: 34px;
- float: right;
- margin-right: 10px;
- }
- .previews .toolbarListContainer {
- margin: 0;
- padding: 0;
- height: 34px;
- }
- .previews .toolbarItem {
- list-style-type: none;
- float: left;
- display: block;
- border: 1px solid transparent;
- }
- .previews .toolbarItem.hover, .previews .hover.toolbarItem {
- background-color: #f8f8f8;
- background-image: none;
- background-image: -moz-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
- background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f8f8f8));
- background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
- background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
- background-image: -ms-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
- background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 );
- zoom: 1;
- cursor: pointer;
- border-radius: 3px;
- border: #8d8d8d 1px solid;
- }
- .previews .toolbarItem.active, .previews .active.toolbarItem {
- background-color: #e7e7e7;
- background-image: none;
- background-image: -moz-linear-gradient(top, #e7e7e7 0%, #cccccc 100%);
- background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7e7e7), color-stop(100%,#cccccc));
- background-image: -webkit-linear-gradient(top, #e7e7e7 0%, #cccccc 100%);
- background-image: -o-linear-gradient(top, #e7e7e7 0%, #cccccc 100%);
- background-image: -ms-linear-gradient(top, #e7e7e7 0%, #cccccc 100%);
- background-image: linear-gradient(to bottom, #e7e7e7 0%, #cccccc 100%);
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#cccccc',GradientType=0 );
- zoom: 1;
- cursor: pointer;
- border-radius: 3px;
- border: #8d8d8d 1px solid;
- }
- .previews .toolbarItem.selected, .previews .selected.toolbarItem {
- background-color: #efefef;
- background-image: none;
- background-image: none, -moz-linear-gradient(top, #e7e7e7 0%, #cccccc 100%);
- background-image: none, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7e7e7), color-stop(100%,#cccccc));
- background-image: none, -webkit-linear-gradient(top, #e7e7e7 0%, #cccccc 100%);
- background-image: none, -o-linear-gradient(top, #e7e7e7 0%, #cccccc 100%);
- background-image: none, -ms-linear-gradient(top, #e7e7e7 0%, #cccccc 100%);
- background-image: none, linear-gradient(to bottom, #e7e7e7 0%, #cccccc 100%);
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#cccccc',GradientType=0 );
- zoom: 1;
- border: 1px dotted #8d8d8d;
- }
- .previews .toolbarItem .toolbarItemContainer {
- height: 32px;
- margin: 0 5px;
- }
- .previews .toolbarItem .toolbarItemContainer .toolbarItemIcon, .previews .toolbarItem .toolbarItemContainer .toolbarItemSeparator {
- float: left;
- margin: 8px 0;
- }
- .previews .toolbarItem .toolbarItemContainer .toolbarItemLabel {
- float: left;
- font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
- font-size: 0.75em;
- line-height: 38px;
- color: #000000;
- margin: 0 0 0 5px;
- line-height: 32px;
- }
- .previews .formsContainer {
- height: 135px;
- }
- .previews .formsContainerLeft {
- float: left;
- width: 50%;
- }
- .previews .formsContainerRight {
- float: right;
- width: 50%;
- }
- .previews .formsContainerInner {
- padding: 0 10px 10px;
- }
- .previews .textContainer .plaintext {
- margin-left: 10px;
- margin-right: 10px;
- }
- /* Grid */
- .previews .gridContainer {
- width: 750px;
- height: 360px;
- background-color: #ffffff;
- position: absolute;
- top: 50%;
- left: 50%;
- margin: -180px 0 0 -375px;
- -webkit-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.65), 0px 5px 5px rgba(0, 0, 0, 0.4);
- -moz-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.65), 0px 5px 5px rgba(0, 0, 0, 0.4);
- box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.65), 0px 5px 5px rgba(0, 0, 0, 0.4);
- border-radius: 2px;
- }
- .previews .controlsContainer {
- padding: 10px 15px 0;
- }
- .previews .controlsContainer .entriesTextbox {
- width: 50px;
- }
- .previews .gridContainer .tableContainer {
- padding: 10px 15px;
- }
- .previews .gridContainer table {
- width: 100%;
- border: 1px solid #444444;
- }
- .previews .gridContainer table thead tr th {
- background-color: #8d8d8d;
- background: none;
- background-image: -moz-linear-gradient(top, #8d8d8d 0%, #585858 100%);
- background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8d8d8d), color-stop(100%,#585858));
- background-image: -webkit-linear-gradient(top, #8d8d8d 0%, #585858 100%);
- background-image: -o-linear-gradient(top, #8d8d8d 0%, #585858 100%);
- background-image: -ms-linear-gradient(top, #8d8d8d 0%, #585858 100%);
- background-image: linear-gradient(to bottom, #8d8d8d 0%, #585858 100%);
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d8d8d', endColorstr='#585858',GradientType=0 );
- zoom: 1;
- padding: 10px 7px;
- color: #ffffff;
- text-shadow: 0 1px #000000;
- font-size: 0.75em;
- font-family: Arial, Tahoma, Verdana, sans-serif;
- font-weight: bold;
- border-width: 0 0 1px 1px;
- border-style: solid;
- border-color: #444444;
- }
- .previews .gridContainer table thead tr th:first-child {
- border-width: 0 0 1px 0;
- }
- .previews .gridContainer table thead tr th.left {
- text-align: left;
- }
- .previews .gridContainer table thead tr th.col16px {
- width: 16px;
- }
- .previews .gridContainer table tbody tr {
- background-color: #ffffff;
- }
- .previews .gridContainer table tbody tr.alternate {
- background-color: #e7e7e7;
- }
- .previews .gridContainer table tbody tr.selected {
- background-color: #95daf2;
- }
- .previews .gridContainer table tbody tr.hover {
- background-color: #b5e9fa;
- }
- .previews .gridContainer table tbody tr td {
- font-size: 0.75em;
- font-family: Arial, Tahoma, Verdana, sans-serif;
- color: #000000;
- padding: 7px;
- }
- .previews .gridContainer table tbody tr td input {
- margin-top: 0;
- }
- .previews .gridContainer table tbody tr td.center {
- text-align: center;
- }
- .previews .gridContainer table tfoot tr {
- background-color: #cccccc;
- }
- .previews .gridContainer table tfoot tr td {
- font-size: 0.75em;
- font-family: Arial, Tahoma, Verdana, sans-serif;
- color: #000000;
- padding: 4px;
- border-color: #444444;
- border-style: solid;
- border-width: 1px 0 0 0;
- }
- .previews .gridContainer .controlsContainer input {
- width: 50px;
- }
- /* Tabs */
- .previews .tabsContainer {
- width: 700px;
- height: 400px;
- background: #ffffff;
- padding: 20px;
- position: absolute;
- top: 50%;
- left: 50%;
- margin: -200px 0 0 -375px;
- -webkit-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.65), 0px 5px 5px rgba(0, 0, 0, 0.4);
- -moz-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.65), 0px 5px 5px rgba(0, 0, 0, 0.4);
- box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.65), 0px 5px 5px rgba(0, 0, 0, 0.4);
- }
- .previews .horizontalTabsContainer {
- position: absolute;
- width: 530px;
- left: 190px;
- top: 21px;
- z-index: 999;
- }
- .previews .horizontalTabs {
- margin: 0;
- padding: 0;
- border-bottom: 1px solid #444444;
- width: 530px;
- height: 39px;
- background-color: #ffffff;
- }
- .previews .verticalTabs {
- margin: 0;
- padding: 0;
- }
- .previews .verticalTabs .secondary {
- margin: 12px 10px 0;
- padding: 0;
- position: relative;
- z-index: 999;
- border-top: 1px solid #cccccc;
- }
- .previews .verticalTabsContainer {
- width: 166px;
- position: absolute;
- top: 60px;
- left: 20px;
- z-index: 999;
- }
- .previews .tabItem {
- border-radius: 0;
- border-width: 1px;
- border-style: solid;
- background-color: #ffffff;
- background-image: none;
- background-image: none;
- padding: 12px 0px 13px;
- list-style-type: none;
- cursor: pointer;
- }
- .previews .horizontalTabs .tabItem {
- float: left;
- border-color: #cccccc #cccccc #444444;
- display: inline-block;
- margin: 1px 2px 0 0;
- border-radius: 1px 1px 0 0;
- }
- .previews .horizontalTabs .tabItem:first-child {
- margin-left: 15px;
- }
- .previews .verticalTabs .tabItem {
- display: block;
- border-color: #cccccc;
- margin: 2px 0 0;
- border-radius: 0px 0 0 0px;
- border-radius: 0;
- border-width: 1px;
- border-style: solid;
- }
- .previews .verticalTabs .tabItem.parent, .previews .verticalTabs .parent.tabItem {
- padding-bottom: 0;
- border-color: #cccccc;
- border-left-width: 1px;
- border-radius: 0;
- background-color: #ffffff;
- }
- .previews .verticalTabs .tabItem:first-child {
- margin-top: 0px;
- }
- .previews .verticalTabs .secondary .tabItem {
- border-width: 0;
- font-size: 12px;
- padding-left: 30px;
- margin-left: -10px;
- margin-right: -10px;
- }
- .previews .verticalTabs .secondary .tabItem.selected, .previews .verticalTabs .secondary .selected.tabItem {
- font-weight: bold;
- }
- .previews .verticalTabs .secondary .tabItem:first-child {
- margin-top: 0;
- }
- .previews .horizontalTabs .tabItem .label {
- font-size: 0.75em;
- line-height: 1em;
- text-align: center;
- color: #444444;
- font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
- margin: 0;
- }
- .previews .verticalTabs .tabItem .label {
- font-size: 0.75em;
- line-height: 1em;
- text-align: center;
- color: #444444;
- font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
- margin: 0;
- }
- .previews .verticalTabs .tabItem .label {
- text-align: left;
- }
- .previews .horizontalTabs .tabItem.active, .previews .horizontalTabs .active.tabItem {
- border-radius: 3px 3px 0 0;
- padding-top: 11px;
- border-width: 2px 1px 1px;
- border-style: solid;
- border-color: #008abf #444444 #ffffff;
- background-color: #ffffff;
- background-image: none;
- background-image: none;
- }
- .previews .horizontalTabs .tabItem.hover, .previews .horizontalTabs .active.hover {
- border-top: 2px solid #1995c4;
- border-radius: 3px 0 0 3px;
- padding-top: 11px;
- background-color: #ffffff;
- background-image: none;
- background-image: none;
- }
- .previews .verticalTabs .tabItem.active, .previews .verticalTabs .active.tabItem {
- background-color: #008abf;
- background-image: none;
- background-image: none;
- color: #ffffff;
- }
- .previews .verticalTabs .tabItem.hover, .previews .verticalTabs .active.hover {
- background-color: #95daf2;
- background-image: none;
- background-image: none;
- color: #222222;
- }
- .previews .verticalTabs .secondary .tabItem.active, .previews .verticalTabs .secondary .active.tabItem {
- border-width: 0;
- border-radius: 0;
- background-color: #008abf;
- background-image: none;
- background-image: none;
- }
- .previews .verticalTabs .tabItem.active .label, .previews .verticalTabs .active.tabItem .label {
- color: #ffffff;
- }
- .previews .verticalTabs .tabItem.active.parent .label, .previews .verticalTabs .active.parent.tabItem .label {
- color: #444444;
- }
- .previews .verticalTabs .secondary .tabItem.active .label, .previews .verticalTabs .secondary .active.tabItem .label {
- color: #ffffff;
- }
- .previews .verticalTabs .secondary .tabItem.hover, .previews .verticalTabs .secondary .hover.tabItem {
- border-width: 0;
- border-radius: 0;
- background-color: #95daf2;
- background-image: none;
- background-image: none;
- }
- .previews .verticalTabs .tabItem.hover .label, .previews .verticalTabs .hover.tabItem .label {
- color: #222222;
- }
- .previews .verticalTabs .secondary .tabItem.hover .label, .previews .verticalTabs .secondary .hover.tabItem .label {
- color: #000000;
- }
- .previews .tabItem .tabItemContainer {
- padding: 0 15px;
- }
- .previews .tabItem.active .label, .previews .active.tabItem .label {
- font-weight: bold;
- color: #000000;
- }
- .previews .tabItem.hover .label, .previews .hover.tabItem .label {
- color: #444444;
- }
- .previews .verticalTabs .secondary .tabItem .label {
- text-align: left;
- font-weight: normal;
- font-size: 1em;
- }
- .previews .verticalTabs .secondary .tabItem.active .label, .previews .verticalTabs .secondary .active.tabItem .label {
- color: #ffffff;
- font-weight: bold;
- }
- .previews .tabsBodyContainer {
- border-width: 0 1px 1px;
- border-style: solid;
- border-color: #444444;
- width: 528px;
- height: 360px;
- position: absolute;
- right: 20px;
- top: 60px;
- }
|