Assume all web browsers have CSS3 support nowadays (if they support CSS)
This commit is contained in:
parent
cc3841a623
commit
ddb836533e
|
@ -84,10 +84,6 @@ h6 {font-size: 1em;}
|
|||
|
||||
#footer {
|
||||
top: -6px;
|
||||
-webkit-border-top-left-radius: 6px;
|
||||
-webkit-border-top-right-radius: 6px;
|
||||
-moz-border-radius-topleft: 6px;
|
||||
-moz-border-radius-topright: 6px;
|
||||
border-top-left-radius: 6px;
|
||||
border-top-right-radius: 6px;
|
||||
}
|
||||
|
@ -96,8 +92,6 @@ h6 {font-size: 1em;}
|
|||
|
||||
#site_nav_global_primary {
|
||||
top: 10px;
|
||||
-webkit-border-top-right-radius: 6px;
|
||||
-moz-border-radius-topright: 6px;
|
||||
border-top-right-radius: 6px;
|
||||
background: #364A84;
|
||||
background: -moz-linear-gradient(top, #516499 0%, #364a84 100%);
|
||||
|
@ -144,8 +138,6 @@ h6 {font-size: 1em;}
|
|||
height: 12px;
|
||||
margin-right: 10px;
|
||||
padding: 2px 22px 2px 6px;
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
border: none;
|
||||
font-size: 0.88em;
|
||||
|
@ -165,8 +157,6 @@ h6 {font-size: 1em;}
|
|||
}
|
||||
|
||||
#site_notice {
|
||||
-webkit-border-radius: 6px;
|
||||
-moz-border-radius: 6px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -186,8 +176,6 @@ h6 {font-size: 1em;}
|
|||
display: block;
|
||||
float: left;
|
||||
padding: 0px 10px 1px 10px;
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
border: 1px solid #ECECF2;
|
||||
font-weight: bold;
|
||||
|
@ -225,8 +213,6 @@ h6 {font-size: 1em;}
|
|||
.form_notice .error,
|
||||
.form_notice .success,
|
||||
.form_notice .notice-status {
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
|
@ -235,12 +221,8 @@ h6 {font-size: 1em;}
|
|||
.input_form .form_settings li input,
|
||||
.input_form .form_settings li textarea,
|
||||
.threaded-replies .placeholder { /* TODO combine all these declarations */
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
|
||||
-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
|
||||
-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
.input_form .form_settings .submit {
|
||||
|
@ -264,8 +246,6 @@ h6 {font-size: 1em;}
|
|||
display: block;
|
||||
width: 118px;
|
||||
padding: 0px 10px 1px 10px;
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
text-transform: uppercase;
|
||||
text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
|
||||
|
@ -342,8 +322,6 @@ h6 {font-size: 1em;}
|
|||
font-size: 14px;
|
||||
display: block;
|
||||
padding: 0px 0px 1px 10px;
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
text-transform: uppercase;
|
||||
text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
|
||||
|
@ -390,8 +368,6 @@ h6 {font-size: 1em;}
|
|||
|
||||
.section .avatar {
|
||||
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
|
||||
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
|
||||
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
.invite_button {
|
||||
|
@ -406,8 +382,6 @@ h6 {font-size: 1em;}
|
|||
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
|
||||
border: 1px solid #d7621c;
|
||||
border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
background: #FB6104;
|
||||
background: -moz-linear-gradient(top, #ff9d63 0%, #fb6104 100%);
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9d63), color-stop(100%,#fb6104));
|
||||
|
@ -472,12 +446,8 @@ h6 {font-size: 1em;}
|
|||
.notice-options .form_repeat.dialogbox {
|
||||
margin-right: 0px;
|
||||
border: 1px solid #aaa;
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
|
||||
-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
|
||||
-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
|
||||
.notice-options .form_repeat.dialogbox legend {
|
||||
|
@ -490,8 +460,6 @@ h6 {font-size: 1em;}
|
|||
|
||||
#content .threaded-replies .notice .author .photo {
|
||||
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
|
||||
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
|
||||
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
.user_in.realtime-popup .notice div.entry-content {
|
||||
|
@ -536,16 +504,12 @@ h6 {font-size: 1em;}
|
|||
.entity_actions a, .entity_actions p, .entity_actions .entity_subscribe input, .entity_actions .entity_block input, .entity_actions .entity_moderation input, .entity_actions .entity_role input, .entity_actions .entity_nudge input, .entity_actions .entity_delete input, .entity_actions input.submit {
|
||||
text-shadow:0 1px 0 rgba(255,255,255,0.4);
|
||||
border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
background-color: #CDD1DD !important;
|
||||
}
|
||||
|
||||
.entity_moderation:hover ul,
|
||||
.entity_role:hover ul {
|
||||
border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
}
|
||||
|
||||
.entity_send-a-message .form_notice legend {
|
||||
|
@ -563,12 +527,8 @@ h6 {font-size: 1em;}
|
|||
|
||||
.entity_subscribe .dialogbox, .entity_tag .dialogbox {
|
||||
border: 1px solid #aaa;
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
|
||||
-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
|
||||
-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
|
||||
.entity_subscribe .dialogbox input.submit_dialogbox, .entity_tag .dialogbox input.submit_dialogbox {
|
||||
|
@ -583,8 +543,6 @@ h6 {font-size: 1em;}
|
|||
#pagination {
|
||||
height: 1.2em;
|
||||
padding-bottom: 12px;
|
||||
-webkit-border-radius: 6px;
|
||||
-moz-border-radius: 6px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -602,8 +560,6 @@ h6 {font-size: 1em;}
|
|||
}
|
||||
|
||||
.error, .success, .notice-status {
|
||||
-webkit-border-radius: 6px;
|
||||
-moz-border-radius: 6px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -622,8 +578,6 @@ h6 {font-size: 1em;}
|
|||
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
|
||||
border: 1px solid #d7621c;
|
||||
border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
background: #FB6104;
|
||||
background: -moz-linear-gradient(top, #ff9d63 0%, #fb6104 100%);
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9d63), color-stop(100%,#fb6104));
|
||||
|
@ -693,12 +647,8 @@ h6 {font-size: 1em;}
|
|||
width: 250px;
|
||||
padding: 5px;
|
||||
border: 1px solid #a6a6a6;
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
|
||||
-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
|
||||
-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
#form_invite textarea {
|
||||
|
@ -888,18 +838,12 @@ h4.blog-entry-title {
|
|||
width: 196px;
|
||||
padding: 10px;
|
||||
border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
border: 1px solid #516499;
|
||||
background: #fafafa;
|
||||
}
|
||||
|
||||
#onboard_section H2 {
|
||||
-webkit-border-top-left-radius: 4px;
|
||||
-moz-border-radius-topleft: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
-webkit-border-top-right-radius: 4px;
|
||||
-moz-border-radius-topright: 4px;
|
||||
border-top-right-radius: 4px;
|
||||
position: relative;
|
||||
top: -11px;
|
||||
|
@ -1099,8 +1043,6 @@ td.entity_profile {
|
|||
line-height: 1.3em;
|
||||
border: 1px solid #A6ADBF;
|
||||
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
|
||||
-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
|
||||
-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
/* SNOD CompanyLogo styling */
|
||||
|
|
Loading…
Reference in New Issue
Block a user