Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- html,body
- {
- height: 100vh;
- }
- body
- {
- display: table;
- margin: 0 auto;
- font-family: Tahoma,Verdana,Segoe,sans-serif;
- }
- .container
- {
- height: 98vh;
- vertical-align: middle;
- width: 98vw;
- min-width:1024px;
- margin-left:auto;
- margin-right:auto;
- margin-top: 1vh;
- display: flex;
- flex-direction: column;
- }
- .MainHeader
- {
- height: 75px;
- background-color: #0a639d;
- border-radius: 5px 50px 0px 0px;
- display: block;
- background-image: url(../img/bms3.png);
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;
- }
- .foreground-image {
- vertical-align: top;
- border: 0px;
- position: relative;
- float:right;
- padding-right:65px;
- z-index: 1;
- }
- .MainHeader h1
- {
- background-image: url("../img/bms75.gif");
- color: #FFF;
- font-size: 18px;
- line-height: normal;
- font-weight: normal;
- padding-top: 25px;
- padding-left: 7px;
- }
- .logged_container
- {
- background-image: url("../img/bms76.gif");
- text-align: right;
- padding-right: 5px;
- font-weight: normal;
- font-size:12px;
- height:20px;
- }
- .logged_container a
- {
- color: #26AB9A;
- text-decoration: none;
- }
- .logged_container a:hover
- {
- color: #26AB9A;
- text-decoration: underline;
- }
- .navigation_container
- {
- background-color:#EFEFEF;
- font-size: 12px;
- padding: 7px 5px 7px 5px;
- text-align: center;
- }
- .navigation_container a
- {
- padding: 2px 10px 2px 10px;
- border-radius: 2px;
- background-color: #0a639d;
- margin: 0px 5px 0px 5px;
- text-decoration: none;
- color: #FFFFFF;
- }
- .navigation_container a:hover
- {
- padding: 2px 10px 2px 10px;
- border-radius: 2px;
- background-color: #26AB9A;
- margin: 0px 5px 0px 5px;
- text-decoration: underline;
- color: #FFFFFF;
- }
- #navigation_container a:hover
- {
- box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05) inset, 0px 0px 8px rgba(82, 168, 236, 0.7);
- }
- .submit-box {
- padding: 15px;
- margin-bottom: 20px;
- border: 1px solid transparent;
- border-radius: 4px;
- position:absolute;
- left:50%;
- width:360px;
- margin-left:-180px;
- top: 2vh;
- z-index: 9999;
- text-align:center;
- }
- .successAlert {
- color: #3c763d;
- background-color: #dff0d8;
- border-color: #d6e9c6;
- display: none;
- }
- .failureAlert {
- color: #a94442;
- background-color: #f2dede;
- border-color: #ebccd1;
- display: none;
- }
- .warningAlert {
- color: #8a6d3b;
- background-color: #fcf8e3;
- border-color: #faebcc;
- display: none;
- }
- .content
- {
- min-height: 500px;
- background-color: #f6f6f6;
- flex: 1;
- display: flex;
- flex-direction: column;
- text-align: center;
- font-size: 12px;
- }
- .contentTableView
- {
- }
- .contentTableView a
- {
- padding: 0px 10px 2px 10px;
- border-radius: 2px;
- background-color: #0a639d;
- margin: 0px 5px 0px 5px;
- text-decoration: none;
- color: #FFFFFF;
- }
- .claimformnav a
- {
- padding: 0px 10px 2px 10px;
- border-radius: 2px;
- background-color: #0a639d;
- margin: 0px 5px 0px 5px;
- text-decoration: none;
- color: #FFFFFF;
- }
- .claimformnav a:hover
- {
- padding: 0px 10px 2px 10px;
- border-radius: 2px;
- background-color: #26AB9A;
- margin: 0px 5px 0px 5px;
- text-decoration: underline;
- color: #FFFFFF;
- }
- .submit
- {
- padding: 2px 10px 0px 10px;
- border-radius: 2px;
- background-color: #0a639d;
- text-decoration: none;
- color: #FFFFFF;
- border: none;
- cursor: pointer;
- background-repeat: no-repeat;
- background-position: center;
- }
- .search_form
- {
- position: absolute;
- right: 0px;
- border-radius:5px;
- width: 240px;
- border: solid;
- border-width: 1px;
- border-color:#aaaaaa;
- padding: 5px;
- margin-right:10px;
- margin-top:7px;
- }
- .search_form:hover
- {
- box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05) inset, 0px 0px 10px rgba(82, 168, 236, 0.7);
- }
- .spcert a:hover
- {
- padding: 0px 19px 2px 19px !important;
- }
- .spcert a
- {
- padding: 0px 19px 2px 19px !important;
- }
- .contentTableView a:hover
- {
- padding: 0px 10px 2px 10px;
- border-radius: 2px;
- background-color: #26AB9A;
- margin: 0px 5px 0px 5px;
- text-decoration: underline;
- color: #FFFFFF;
- }
- .anchor
- {
- padding: 0px !important;
- border-radius: 0px !important;
- background-color: transparent !important;
- margin: 0px !important;
- text-decoration: none;
- color: #000000 !important;
- }
- .anchor:hover
- {
- padding: 0px !important;
- border-radius: 0px !important;
- background-color: transparent !important;
- margin: 0px !important;
- text-decoration: none;
- color: #000000 !important;
- }
- .protected
- {
- padding: 0px 27px 2px 27px;
- border-radius: 2px;
- background-color: #5da8c2;
- margin: 0px 5px 0px 5px;
- text-decoration: none;
- color: #FFFFFF;
- }
- .protected2
- {
- padding: 0px 20px 2px 19px;
- border-radius: 2px;
- background-color: #5da8c2;
- margin: 0px 5px 0px 5px;
- text-decoration: none;
- color: #FFFFFF;
- }
- .protected3
- {
- padding: 0px 19px 2px 18px;
- border-radius: 2px;
- background-color: #5da8c2;
- margin: 0px 5px 0px 5px;
- text-decoration: none;
- color: #FFFFFF;
- }
- .protected4
- {
- padding: 0px 39px 2px 38px;
- border-radius: 2px;
- background-color: #5da8c2;
- margin: 0px 5px 0px 5px;
- text-decoration: none;
- color: #FFFFFF;
- }
- .protected5
- {
- padding: 0px 48px 2px 47px;
- border-radius: 2px;
- background-color: #5da8c2;
- margin: 0px 5px 0px 5px;
- text-decoration: none;
- color: #FFFFFF;
- }
- .contentHeader
- {
- text-align:center;
- font-size: 16px;
- padding-bottom: 5px;
- font-weight: bold;
- display: block;
- }
- a.tooltip {outline:none; }
- a.tooltip strong {line-height:30px;}
- a.tooltip:hover {text-decoration:none;}
- a.tooltip span {
- z-index:10;display:none; padding:14px 20px;
- margin-top:-30px; margin-left:28px;
- width:300px; line-height:16px;
- }
- a.tooltip:hover span{
- display:inline; position:absolute; color:#111;
- border:1px solid #DCA; background:#fffAF0;}
- .callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;}
- /*CSS3 extras*/
- a.tooltip span
- {
- border-radius:4px;
- box-shadow: 5px 5px 8px #CCC;
- }
- a.tooltip2
- {
- outline:none;
- padding: 0px !important;
- border-radius: 0px !important;
- background-color: transparent !important;
- margin: 0px !important;
- text-decoration: none;
- color: #000000 !important;
- }
- a.tooltip2 strong {line-height:30px;}
- a.tooltip2:hover
- {
- text-decoration:none;
- padding: 0px !important;
- border-radius: 0px !important;
- background-color: transparent !important;
- margin: 0px !important;
- text-decoration: none;
- color: #000000 !important;
- }
- a.tooltip2 span {
- z-index:10;display:none; padding:14px 20px;
- margin-top:-30px; margin-left:28px;
- width:300px; line-height:16px;
- }
- a.tooltip2:hover span{
- display:inline; position:absolute; color:#111;
- border:1px solid #DCA; background:#fffAF0;}
- .callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;}
- /*CSS3 extras*/
- a.tooltip2 span
- {
- border-radius:4px;
- box-shadow: 5px 5px 8px #CCC;
- }
- a.tooltip3
- {
- outline:none;
- padding: 0px !important;
- border-radius: 0px !important;
- background-color: transparent !important;
- margin: 0px !important;
- text-decoration: underline;
- color: #0a639d !important;
- }
- a.tooltip3 strong {line-height:30px;}
- a.tooltip3:hover
- {
- text-decoration:none;
- padding: 0px !important;
- border-radius: 0px !important;
- background-color: transparent !important;
- margin: 0px !important;
- text-decoration: underline;
- color: #0a639d !important;
- }
- a.tooltip3 span {
- z-index:10;display:none; padding:14px 20px;
- margin-top:-30px; margin-left:28px;
- width:300px; line-height:16px;
- }
- a.tooltip3:hover span{
- display:inline; position:absolute; color:#111;
- border:1px solid #DCA; background:#fffAF0;}
- .callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;}
- /*CSS3 extras*/
- a.tooltip3 span
- {
- border-radius:4px;
- box-shadow: 5px 5px 8px #CCC;
- }
- a.tooltip4 {outline:none; margin: 0px !important; }
- a.tooltip4 strong {line-height:30px;}
- a.tooltip4:hover {text-decoration:none;}
- a.tooltip4 span {
- z-index:10;display:none; padding:14px 10px;
- margin-top:-30px; margin-left:28px;
- width:130px; line-height:16px;
- }
- a.tooltip4:hover span{
- display:inline; position:absolute; color:#111;
- border:1px solid #DCA; background:#fffAF0;}
- .callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;}
- /*CSS3 extras*/
- a.tooltip4 span
- {
- border-radius:4px;
- box-shadow: 5px 5px 8px #CCC;
- }
- a.tooltip5 {
- padding: 0px 10px 2px 10px;
- border-radius: 2px;
- background-color: #0a639d;
- margin: 0px 5px 0px 5px;
- text-decoration: none;
- color: #FFFFFF;
- }
- a.tooltip5 strong {line-height:30px;}
- a.tooltip5:hover {
- padding: 0px 10px 2px 10px;
- border-radius: 2px;
- background-color: #0a639d;
- margin: 0px 5px 0px 5px;
- text-decoration: none;
- color: #FFFFFF;
- }
- a.tooltip5 span {
- z-index:10;display:none; padding:14px 10px;
- margin-top:-30px; margin-left:28px;
- width:130px; line-height:16px;
- }
- a.tooltip5:hover span{
- display:inline; position:absolute; color:#111;
- border:1px solid #DCA; background:#fffAF0;}
- .callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;}
- /*CSS3 extras*/
- a.tooltip5 span
- {
- border-radius:4px;
- box-shadow: 5px 5px 8px #CCC;
- }
- .Collapsible
- {
- background-color:#0a639d;
- margin-top:20px;
- margin-bottom:10px;
- margin-left:20px;
- margin-right:20px;
- border-radius: 5px;
- height:40px;
- color:#FFFFFF;
- font-weight:bold;
- }
- table.tablesorter {
- font-family:arial;
- background-color: #CDCDCD;
- font-size: 8pt;
- width: 100%;
- text-align: left;
- border-spacing: 1px;
- }
- table.tablesorter thead tr th, table.tablesorter tfoot tr th {
- background-color: #0a639d;
- color:#FFFFFF;
- border: 1px solid #FFF;
- font-size: 8pt;
- padding: 4px;
- }
- table.tablesorter thead tr .header {
- background-image: url(../img/bg.gif);
- background-repeat: no-repeat;
- background-position: center right;
- cursor: pointer;
- }
- table.tablesorter tbody td {
- color: #3D3D3D;
- padding: 4px;
- background-color: #FFF;
- vertical-align: top;
- }
- table.tablesorter tbody tr.odd td {
- background-color:#F0F0F6;
- }
- table.tablesorter thead tr .headerSortUp {
- background-image: url(../img/asc.gif);
- }
- table.tablesorter thead tr .headerSortDown {
- background-image: url(../img/desc.gif);
- }
- table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
- background-color: #8dbdd8;
- }
- .GridViewContainer {
- margin-top:10px;
- overflow: auto;
- margin-left:5px;
- margin-right:10px;
- }
- .TabbedViewContainer {
- height: 300px;
- background-color:#FFF;
- margin-left:10px;
- margin-right:10px;
- border: 1px solid #CDCDCD;
- margin-bottom:10px;
- margin-top:10px;
- }
- .TabbedNavContainer {
- height: 40px;
- background-color:#0a639d;
- color:#FFFFFF;
- font-weight:bold;
- text-align:left;
- padding-left:30px;
- overflow-y:hidden;
- }
- .TabbedNavContainer a
- {
- padding: 0px 10px 30px 10px;
- border-radius: 2px;
- border: 1px solid #CDCDCD;
- background-color: #FFFFFF;
- margin: 5px 0px 0px 0px;
- text-decoration: none;
- color: #0a639d;
- }
- .TabbedNavContainer a:hover
- {
- padding: 0px 10px 30px 10px;
- border-radius: 2px;
- border: 1px solid #CDCDCD;
- background-color: #E0E0E0;
- margin: 0px 0px 0px 0px;
- text-decoration: underline;
- color: #0a639d;
- }
- .TabbedNavContainer input[type=submit]
- {
- border:0 none;
- cursor:pointer;
- -webkit-border-radius: 2px;
- border-radius: 2px;
- margin-right:20px;
- float:right;
- color:#0a639d;
- padding-left:20px;
- background-image: url(../img/bms4.png);
- background-color:#ffffff;
- background-position: 2% 50%;
- background-repeat: no-repeat;
- }
- .TabbedNavContainer .ResetDefaults
- {
- background:#FF0000 !important;
- border:0 none !important;
- cursor:pointer !important;
- -webkit-border-radius: 2px !important;
- border-radius: 2px !important;
- margin-left:30px !important;
- color:#ffffff !important;
- background-image: none !important;
- padding-left:5px !important;
- padding-right:5px !important;
- }
- /*************
- Default Theme
- *************/
- /* overall */
- .tablesorter-default {
- width: 100%;
- font: 12px/18px Arial, Sans-serif;
- color: #333;
- background-color: #fff;
- border-spacing: 0;
- text-align: left;
- }
- /* header */
- .tablesorter-default th,
- .tablesorter-default thead td {
- font-weight: bold;
- color: #000;
- background-color: #fff;
- padding: 0;
- }
- .tablesorter-default tfoot th,
- .tablesorter-default tfoot td {
- border: 0;
- }
- .tablesorter-default .header,
- .tablesorter-default .tablesorter-header {
- background-image: url(../img/bg.gif);
- background-position: center right;
- background-repeat: no-repeat;
- cursor: pointer;
- white-space: normal;
- padding: 4px 20px 4px 4px;
- }
- .tablesorter-default thead .headerSortUp,
- .tablesorter-default thead .tablesorter-headerSortUp,
- .tablesorter-default thead .tablesorter-headerAsc {
- background-image: url(../img/asc.gif);
- }
- .tablesorter-default thead .headerSortDown,
- .tablesorter-default thead .tablesorter-headerSortDown,
- .tablesorter-default thead .tablesorter-headerDesc {
- background-image: url(../img/desc.gif);
- }
- .tablesorter-default thead .sorter-false {
- background-image: none;
- cursor: default;
- padding: 4px;
- }
- /* tfoot */
- .tablesorter-default tfoot .tablesorter-headerSortUp,
- .tablesorter-default tfoot .tablesorter-headerSortDown,
- .tablesorter-default tfoot .tablesorter-headerAsc,
- .tablesorter-default tfoot .tablesorter-headerDesc {
- border-top: #000 2px solid;
- }
- /* tbody */
- .tablesorter-default td {
- background-color: #fff;
- padding: 4px;
- vertical-align: top;
- }
- /* hovered row colors */
- .tablesorter-default tbody > tr.hover > td,
- .tablesorter-default tbody > tr:hover > td,
- .tablesorter-default tbody > tr.even:hover > td,
- .tablesorter-default tbody > tr.odd:hover > td {
- background-color: #fff;
- color: #000;
- }
- /* table processing indicator */
- .tablesorter-default .tablesorter-processing {
- background-position: center center !important;
- background-repeat: no-repeat !important;
- background-image: url(../img/ajax-loader.gif) !important;
- }
- /* Zebra Widget - row alternating colors */
- .tablesorter-default tr.odd > td {
- background-color: #dfdfdf;
- }
- .tablesorter-default tr.even > td {
- background-color: #efefef;
- }
- /* Column Widget - column sort colors */
- .tablesorter-default tr.odd td.primary {
- background-color: #bfbfbf;
- }
- .tablesorter-default td.primary,
- .tablesorter-default tr.even td.primary {
- background-color: #d9d9d9;
- }
- .tablesorter-default tr.odd td.secondary {
- background-color: #d9d9d9;
- }
- .tablesorter-default td.secondary,
- .tablesorter-default tr.even td.secondary {
- background-color: #e6e6e6;
- }
- .tablesorter-default tr.odd td.tertiary {
- background-color: #e6e6e6;
- }
- .tablesorter-default td.tertiary,
- .tablesorter-default tr.even td.tertiary {
- background-color: #f2f2f2;
- }
- /* caption */
- caption {
- background-color: #fff;
- }
- /* filter widget */
- .tablesorter-default .tablesorter-filter-row {
- background-color: #eee;
- }
- .tablesorter-default .tablesorter-filter-row td {
- background-color: #eee;
- line-height: normal;
- text-align: center; /* center the input */
- -webkit-transition: line-height 0.1s ease;
- -moz-transition: line-height 0.1s ease;
- -o-transition: line-height 0.1s ease;
- transition: line-height 0.1s ease;
- }
- /* optional disabled input styling */
- .tablesorter-default .tablesorter-filter-row .disabled {
- opacity: 0.5;
- filter: alpha(opacity=50);
- cursor: not-allowed;
- }
- /* hidden filter row */
- .tablesorter-default .tablesorter-filter-row.hideme td {
- /*** *********************************************** ***/
- /*** change this padding to modify the thickness ***/
- /*** of the closed filter row (height = padding x 2) ***/
- padding: 2px;
- /*** *********************************************** ***/
- margin: 0;
- line-height: 0;
- cursor: pointer;
- }
- .tablesorter-default .tablesorter-filter-row.hideme * {
- height: 1px;
- min-height: 0;
- border: 0;
- padding: 0;
- margin: 0;
- /* don't use visibility: hidden because it disables tabbing */
- opacity: 0;
- filter: alpha(opacity=0);
- }
- /* filters */
- .tablesorter-default input.tablesorter-filter,
- .tablesorter-default select.tablesorter-filter {
- width: 95%;
- height: auto;
- margin: 4px auto;
- padding: 4px;
- background-color: #fff;
- border: 1px solid #bbb;
- color: #333;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- -webkit-transition: height 0.1s ease;
- -moz-transition: height 0.1s ease;
- -o-transition: height 0.1s ease;
- transition: height 0.1s ease;
- }
- /* rows hidden by filtering (needed for child rows) */
- .tablesorter .filtered {
- display: none;
- }
- /* ajax error row */
- .tablesorter .tablesorter-errorRow td {
- text-align: center;
- cursor: pointer;
- background-color: #e6bf99;
- }
- .wrapper {
- position: relative;
- padding: 0 5px;
- height: 350px;
- overflow-y: auto;
- flex: 1;
- }
- textarea {
- resize: none;
- }
- .messages-wrapper {
- padding-top: 10px;
- position: relative;
- }
- .message {
- border-radius: 10px 10px 10px 10px;
- margin: 0 15px 10px;
- padding: 5px 10px;
- position: relative;
- }
- .message2 {
- border-radius: 10px 10px 10px 10px;
- margin: 0 10px 5px;
- padding: 2.5px 5px;
- position: relative;
- }
- .message.to {
- background-color: #2095FE;
- color: #fff;
- margin-left: 80px;
- }
- .message.from {
- background-color: #E5E4E9;
- color: #363636;
- margin-right: 80px;
- }
- .message2.to2 {
- background-color: #2095FE;
- color: #fff;
- margin-left: 30px;
- }
- .message2.from2 {
- background-color: #E5E4E9;
- color: #363636;
- margin-right: 30px;
- }
- .message.to + .message.to,
- .message.from + .message.from {
- margin-top: -7px;
- }
- .message:before {
- border-color: #2095FE;
- border-radius: 50% 50% 50% 50%;
- border-style: solid;
- border-width: 0 20px;
- bottom: 0;
- clip: rect(20px, 35px, 42px, 0px);
- content: " ";
- height: 40px;
- position: absolute;
- right: -50px;
- width: 30px;
- z-index: -1;
- }
- .message.from:before {
- border-color: #E5E4E9;
- left: -50px;
- transform: rotateY(180deg);
- }
- .alert-box {
- color:#555;
- border-radius:10px;
- font-family:Tahoma,Geneva,Arial,sans-serif;font-size:11px;
- padding:10px 36px;
- margin:10px;
- }
- .alert-box2 {
- color:#555;
- border-radius:10px;
- font-family:Tahoma,Geneva,Arial,sans-serif;font-size:11px;
- padding:5px 5px;
- margin:10px;
- }
- .alert-box span {
- font-weight:bold;
- text-transform:uppercase;
- }
- .error {
- background:#ffecec url('../img/notify_error.png') no-repeat 10px 50%;
- border:1px solid #f5aca6;
- }
- .success {
- background:#e9ffd9 url('../img/notify_success.png') no-repeat 10px 50%;
- border:1px solid #a6ca8a;
- }
- .warning {
- background:#fff8c4 url('../img/notify_warning.png') no-repeat 10px 50%;
- border:1px solid #f2c779;
- }
- .notice {
- background:#e3f7fc url('../img/notify_notice.png') no-repeat 10px 50%;
- border:1px solid #8ed9f6;
- }
- @keyframes pulse {
- 50% { background-color: #FFE5E5 }
- }
- @keyframes pulseR {
- 50% { background-color: #fff2e5 }
- }
- .navtable a
- {
- border-radius: 2px;
- background-color: #0a639d;
- text-decoration: none;
- color: #FFFFFF;
- width: 120px;
- margin-bottom:10px;
- }
- .navtable a:hover
- {
- border-radius: 2px;
- background-color: #0a639d;
- text-decoration: none;
- color: #FFFFFF;
- width: 120px;
- margin-bottom:10px;
- }
- #overlay {
- position: absolute;
- left: 0;
- top: 0;
- bottom: 0;
- right: 0;
- background: #FFFFFF;
- opacity: 0.8;
- filter: alpha(opacity=80);
- }
- #loading {
- width: 100px;
- height: 100px;
- position: absolute;
- top: 50%;
- left: 50%;
- margin: -50px 0 0 -50px;
- }
- .map a
- {
- background:transparent;
- }
- .map a:hover
- {
- background:transparent;
- }
- .controls a
- {
- text-align:center;
- display:block;
- margin:10px 5px 10px 10px;
- border:1px solid #0c6eb3;
- box-shadow:0 1px 0 #ced0d1, 0 1px 0px #8cd1fd inset;
- padding:10px;
- color:#fff;
- font-weight:bold;
- border-radius:3px;
- background: #159efd; /* Old browsers */
- background: -moz-linear-gradient(top, #159efd 0%, #018ff3 100%); /* FF3.6+ */
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#159efd), color-stop(100%,#018ff3)); /* Chrome,Safari4+ */
- background: -webkit-linear-gradient(top, #159efd 0%,#018ff3 100%); /* Chrome10+,Safari5.1+ */
- background: -o-linear-gradient(top, #159efd 0%,#018ff3 100%); /* Opera 11.10+ */
- background: -ms-linear-gradient(top, #159efd 0%,#018ff3 100%); /* IE10+ */
- background: linear-gradient(top, #159efd 0%,#018ff3 100%); /* W3C */
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#159efd', endColorstr='#018ff3',GradientType=0 ); /* IE6-9 */
- }
- .controls a:hover
- {
- text-align:center;
- display:block;
- margin:10px 5px 10px 10px;
- border:1px solid #0c6eb3;
- box-shadow:0 1px 0 #ced0d1, 0 1px 0px #8cd1fd inset;
- padding:10px;
- color:#fff;
- font-weight:bold;
- border-radius:3px;
- background: #159efd; /* Old browsers */
- background: -moz-linear-gradient(top, #159efd 0%, #018ff3 100%); /* FF3.6+ */
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#159efd), color-stop(100%,#018ff3)); /* Chrome,Safari4+ */
- background: -webkit-linear-gradient(top, #159efd 0%,#018ff3 100%); /* Chrome10+,Safari5.1+ */
- background: -o-linear-gradient(top, #159efd 0%,#018ff3 100%); /* Opera 11.10+ */
- background: -ms-linear-gradient(top, #159efd 0%,#018ff3 100%); /* IE10+ */
- background: linear-gradient(top, #159efd 0%,#018ff3 100%); /* W3C */
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#159efd', endColorstr='#018ff3',GradientType=0 ); /* IE6-9 */
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement