[textpattern] r5473 committed - Add -moz-box-shadow and older webkit gradient syntax to Hive

2 views
Skip to first unread message

textp...@googlecode.com

unread,
May 11, 2013, 11:37:48 AM5/11/13
to txp...@googlegroups.com
Revision: 5473
Author: ph...@designhive.com
Date: Sat May 11 08:37:24 2013
Log: Add -moz-box-shadow and older webkit gradient syntax to Hive
http://code.google.com/p/textpattern/source/detail?r=5473

Modified:
/development/4.x/textpattern/theme/hive/css/textpattern.css

=======================================
--- /development/4.x/textpattern/theme/hive/css/textpattern.css Sat May 11
07:18:18 2013
+++ /development/4.x/textpattern/theme/hive/css/textpattern.css Sat May 11
08:37:24 2013
@@ -396,11 +396,13 @@
padding: 4px;
background: #fff;
-webkit-box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.2);
+ -moz-box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.2);
box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.2);
}
a:hover .content-image {
border: solid 1px #0066ff;
-webkit-box-shadow: 0 0 0.5em rgba(0, 102, 255, 0.4);
+ -moz-box-shadow: 0 0 0.5em rgba(0, 102, 255, 0.4);
box-shadow: 0 0 0.5em rgba(0, 102, 255, 0.4);
}

@@ -476,6 +478,7 @@
max-width: 53.15385em;
color: #fff;
-webkit-box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.2);
+ -moz-box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.2);
box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.2);
}
#messagepane span.success {
@@ -595,17 +598,15 @@
height: 2em;
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
-webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.25);
+ -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.25);
box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.25);
border-top: 1px solid #dddddd;
border-bottom: 1px solid #bebebe;
background-color: #eeeeee;
- /* Safari5.1+, Chrome10+ */
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%,
color-stop(0%, #eeeeee), color-stop(100%, #dddddd));
background-image: -webkit-linear-gradient(#eeeeee, #dddddd);
- /* Firefox3.6 */
background-image: -moz-linear-gradient(#eeeeee, #dddddd);
- /* Opera11.10+ */
background-image: -o-linear-gradient(#eeeeee, #dddddd);
- /* CSS3 Compliant */
background-image: linear-gradient(#eeeeee, #dddddd);
}

@@ -670,17 +671,15 @@
padding: 1em 1em 1em 4em;
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
-webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.25);
+ -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.25);
box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.25);
border-top: 1px solid #dddddd;
border-bottom: 1px solid #bebebe;
background-color: #eeeeee;
- /* Safari5.1+, Chrome10+ */
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%,
color-stop(0%, #eeeeee), color-stop(100%, #dddddd));
background-image: -webkit-linear-gradient(#eeeeee, #dddddd);
- /* Firefox3.6 */
background-image: -moz-linear-gradient(#eeeeee, #dddddd);
- /* Opera11.10+ */
background-image: -o-linear-gradient(#eeeeee, #dddddd);
- /* CSS3 Compliant */
background-image: linear-gradient(#eeeeee, #dddddd);
border-right: 1px solid #e3e3e3;
border-left: 1px solid #e3e3e3;
@@ -689,13 +688,10 @@
border-top: 1px solid #f8c225;
border-bottom: 1px solid #d9a307;
background-color: #ffda44;
- /* Safari5.1+, Chrome10+ */
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%,
color-stop(0%, #ffda44), color-stop(100%, #f8c225));
background-image: -webkit-linear-gradient(#ffda44, #f8c225);
- /* Firefox3.6 */
- background-image: -moz-linear-gradient(#ffda44, #f8c225);
- /* Opera11.10+ */
+ background-image: -moz-linear-gradient(#ffda44, #f8c225);
background-image: -o-linear-gradient(#ffda44, #f8c225);
- /* CSS3 Compliant */
background-image: linear-gradient(#ffda44, #f8c225);
border-right: 1px solid #f8c225;
border-left: 1px solid #f8c225;
@@ -784,6 +780,7 @@
.boxshadow textarea:focus {
outline: 0;
-webkit-box-shadow: 0 0 7px #0066ff;
+ -moz-box-shadow: 0 0 7px #0066ff;
box-shadow: 0 0 7px #0066ff;
/* Opera */
z-index: 1;
@@ -799,6 +796,7 @@
.boxshadow .txp-buttons a:focus {
outline: 0;
-webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.25), 0 0 7px
#0066ff;
+ -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.25), 0 0 7px
#0066ff;
box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.25), 0 0 7px #0066ff;
/* Opera */
z-index: 1;
@@ -902,6 +900,7 @@
background: #eee !important;
text-shadow: none !important;
-webkit-box-shadow: none !important;
+ -moz-box-shadow: none !important;
box-shadow: none !important;
-khtml-user-select: none;
-webkit-user-select: none;
@@ -983,15 +982,13 @@
display: inline-block;
color: #333333;
-webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.25);
+ -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.25);
box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.25);
background-color: #eeeeee;
- /* Safari5.1+, Chrome10+ */
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%,
color-stop(0%, #eeeeee), color-stop(100%, #dddddd));
background-image: -webkit-linear-gradient(#eeeeee, #dddddd);
- /* Firefox3.6 */
background-image: -moz-linear-gradient(#eeeeee, #dddddd);
- /* Opera11.10+ */
background-image: -o-linear-gradient(#eeeeee, #dddddd);
- /* CSS3 Compliant */
background-image: linear-gradient(#eeeeee, #dddddd);
}
button:hover,
@@ -1008,13 +1005,10 @@
color: #333333;
text-decoration: none;
background-color: #f8f8f8;
- /* Safari5.1+, Chrome10+ */
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%,
color-stop(0%, #f8f8f8), color-stop(100%, #e7e7e7));
background-image: -webkit-linear-gradient(#f8f8f8, #e7e7e7);
- /* Firefox3.6 */
background-image: -moz-linear-gradient(#f8f8f8, #e7e7e7);
- /* Opera11.10+ */
background-image: -o-linear-gradient(#f8f8f8, #e7e7e7);
- /* CSS3 Compliant */
background-image: linear-gradient(#f8f8f8, #e7e7e7);
}
button:active,
@@ -1029,15 +1023,13 @@
border: 1px solid #aaaaaa;
border-bottom-color: #919191;
-webkit-box-shadow: inset 0 0.2em 0.25em rgba(0, 0, 0, 0.15);
+ -moz-box-shadow: inset 0 0.2em 0.25em rgba(0, 0, 0, 0.15);
box-shadow: inset 0 0.2em 0.25em rgba(0, 0, 0, 0.15);
background-color: #e6e6e6;
- /* Safari5.1+, Chrome10+ */
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%,
color-stop(0%, #e6e6e6), color-stop(100%, #d5d5d5));
background-image: -webkit-linear-gradient(#e6e6e6, #d5d5d5);
- /* Firefox3.6 */
background-image: -moz-linear-gradient(#e6e6e6, #d5d5d5);
- /* Opera11.10+ */
background-image: -o-linear-gradient(#e6e6e6, #d5d5d5);
- /* CSS3 Compliant */
background-image: linear-gradient(#e6e6e6, #d5d5d5);
}

@@ -1049,13 +1041,10 @@
border: 1px solid #f8c225;
border-bottom-color: #d9a307;
background-color: #ffe168;
- /* Safari5.1+, Chrome10+ */
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%,
color-stop(0%, #ffe168), color-stop(100%, #f9cc48));
background-image: -webkit-linear-gradient(#ffe168, #f9cc48);
- /* Firefox3.6 */
background-image: -moz-linear-gradient(#ffe168, #f9cc48);
- /* Opera11.10+ */
background-image: -o-linear-gradient(#ffe168, #f9cc48);
- /* CSS3 Compliant */
background-image: linear-gradient(#ffe168, #f9cc48);
}
input[type="submit"].publish:hover,
@@ -1064,13 +1053,10 @@
border: 1px solid #e3ab07;
border-bottom-color: #b68906;
background-color: #ffe88b;
- /* Safari5.1+, Chrome10+ */
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%,
color-stop(0%, #ffe88b), color-stop(100%, #fad56a));
background-image: -webkit-linear-gradient(#ffe88b, #fad56a);
- /* Firefox3.6 */
background-image: -moz-linear-gradient(#ffe88b, #fad56a);
- /* Opera11.10+ */
background-image: -o-linear-gradient(#ffe88b, #fad56a);
- /* CSS3 Compliant */
background-image: linear-gradient(#ffe88b, #fad56a);
}
input[type="submit"].publish:active,
@@ -1079,13 +1065,10 @@
border: 1px solid #e3ab07;
border-bottom-color: #b68906;
background-color: #ffdc4e;
- /* Safari5.1+, Chrome10+ */
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%,
color-stop(0%, #ffdc4e), color-stop(100%, #f8c52f));
background-image: -webkit-linear-gradient(#ffdc4e, #f8c52f);
- /* Firefox3.6 */
background-image: -moz-linear-gradient(#ffdc4e, #f8c52f);
- /* Opera11.10+ */
background-image: -o-linear-gradient(#ffdc4e, #f8c52f);
- /* CSS3 Compliant */
background-image: linear-gradient(#ffdc4e, #f8c52f);
}

@@ -1101,13 +1084,10 @@
border-top: 1px solid #9d261d;
border-bottom: 1px solid #691913;
background-color: #dc4e44;
- /* Safari5.1+, Chrome10+ */
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%,
color-stop(0%, #dc4e44), color-stop(100%, #9d261d));
background-image: -webkit-linear-gradient(#dc4e44, #9d261d);
- /* Firefox3.6 */
background-image: -moz-linear-gradient(#dc4e44, #9d261d);
- /* Opera11.10+ */
background-image: -o-linear-gradient(#dc4e44, #9d261d);
- /* CSS3 Compliant */
background-image: linear-gradient(#dc4e44, #9d261d);
}
input[type="submit"].destroy:hover,
@@ -1118,13 +1098,10 @@
border-top: 1px solid #c83025;
border-bottom: 1px solid #94241b;
background-color: #e36f66;
- /* Safari5.1+, Chrome10+ */
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%,
color-stop(0%, #e36f66), color-stop(100%, #c83025));
background-image: -webkit-linear-gradient(#e36f66, #c83025);
- /* Firefox3.6 */
background-image: -moz-linear-gradient(#e36f66, #c83025);
- /* Opera11.10+ */
background-image: -o-linear-gradient(#e36f66, #c83025);
- /* CSS3 Compliant */
background-image: linear-gradient(#e36f66, #c83025);
}
input[type="submit"].destroy:active,
@@ -1134,13 +1111,10 @@
border-top: 1px solid #8c221a;
border-bottom: 1px solid #581510;
background-color: #d93e32;
- /* Safari5.1+, Chrome10+ */
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%,
color-stop(0%, #d93e32), color-stop(100%, #8c221a));
background-image: -webkit-linear-gradient(#d93e32, #8c221a);
- /* Firefox3.6 */
background-image: -moz-linear-gradient(#d93e32, #8c221a);
- /* Opera11.10+ */
background-image: -o-linear-gradient(#d93e32, #8c221a);
- /* CSS3 Compliant */
background-image: linear-gradient(#d93e32, #8c221a);
}

@@ -1200,39 +1174,30 @@
border-color: #a3bef3;
border-bottom-color: #769eed;
background-color: #e3edfc;
- /* Safari5.1+, Chrome10+ */
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%,
color-stop(0%, #e3edfc), color-stop(100%, #bed4f9));
background-image: -webkit-linear-gradient(#e3edfc, #bed4f9);
- /* Firefox3.6 */
background-image: -moz-linear-gradient(#e3edfc, #bed4f9);
- /* Opera11.10+ */
background-image: -o-linear-gradient(#e3edfc, #bed4f9);
- /* CSS3 Compliant */
background-image: linear-gradient(#e3edfc, #bed4f9);
}
.nav-tertiary .navlink-active:hover {
border-color: #97b0ef;
border-bottom-color: #6b8fe8;
background-color: #f1f6fe;
- /* Safari5.1+, Chrome10+ */
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%,
color-stop(0%, #f1f6fe), color-stop(100%, #ccdefa));
background-image: -webkit-linear-gradient(#f1f6fe, #ccdefa);
- /* Firefox3.6 */
background-image: -moz-linear-gradient(#f1f6fe, #ccdefa);
- /* Opera11.10+ */
background-image: -o-linear-gradient(#f1f6fe, #ccdefa);
- /* CSS3 Compliant */
background-image: linear-gradient(#f1f6fe, #ccdefa);
}
.nav-tertiary .navlink-active:active {
border-color: #97b0ef;
border-bottom-color: #6b8fe8;
background-color: #d5e4fb;
- /* Safari5.1+, Chrome10+ */
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%,
color-stop(0%, #d5e4fb), color-stop(100%, #b0cbf7));
background-image: -webkit-linear-gradient(#d5e4fb, #b0cbf7);
- /* Firefox3.6 */
background-image: -moz-linear-gradient(#d5e4fb, #b0cbf7);
- /* Opera11.10+ */
background-image: -o-linear-gradient(#d5e4fb, #b0cbf7);
- /* CSS3 Compliant */
background-image: linear-gradient(#d5e4fb, #b0cbf7);
}

@@ -1349,13 +1314,10 @@
.txp-list thead th {
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
background-color: #eeeeee;
- /* Safari5.1+, Chrome10+ */
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%,
color-stop(0%, #eeeeee), color-stop(100%, #dddddd));
background-image: -webkit-linear-gradient(#eeeeee, #dddddd);
- /* Firefox3.6 */
background-image: -moz-linear-gradient(#eeeeee, #dddddd);
- /* Opera11.10+ */
background-image: -o-linear-gradient(#eeeeee, #dddddd);
- /* CSS3 Compliant */
background-image: linear-gradient(#eeeeee, #dddddd);
border-top: 1px solid #dddddd;
border-right: 1px solid #d0d0d0;
@@ -1363,13 +1325,10 @@
}
.txp-list thead th.asc, .txp-list thead th.desc {
background-color: lightgrey;
- /* Safari5.1+, Chrome10+ */
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%,
color-stop(0%, lightgrey), color-stop(100%, #e4e4e4));
background-image: -webkit-linear-gradient(lightgrey, #e4e4e4);
- /* Firefox3.6 */
background-image: -moz-linear-gradient(lightgrey, #e4e4e4);
- /* Opera11.10+ */
background-image: -o-linear-gradient(lightgrey, #e4e4e4);
- /* CSS3 Compliant */
background-image: linear-gradient(lightgrey, #e4e4e4);
}
.txp-list thead th:first-child {
@@ -1453,17 +1412,15 @@
height: 3em;
min-width: 71.3846153846154em;
-webkit-box-shadow: 0 0.2em 0.25em rgba(0, 0, 0, 0.15);
+ -moz-box-shadow: 0 0.2em 0.25em rgba(0, 0, 0, 0.15);
box-shadow: 0 0.2em 0.25em rgba(0, 0, 0, 0.15);
border-top: 1px solid #f8c225;
border-bottom: 1px solid #d9a307;
background-color: #ffda44;
- /* Safari5.1+, Chrome10+ */
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%,
color-stop(0%, #ffda44), color-stop(100%, #f8c225));
background-image: -webkit-linear-gradient(#ffda44, #f8c225);
- /* Firefox3.6 */
background-image: -moz-linear-gradient(#ffda44, #f8c225);
- /* Opera11.10+ */
background-image: -o-linear-gradient(#ffda44, #f8c225);
- /* CSS3 Compliant */
background-image: linear-gradient(#ffda44, #f8c225);
}
.txp-header h1 {
@@ -1588,6 +1545,7 @@
-moz-border-radius: 0 .5em .5em .5em;
border-radius: 0 .5em .5em .5em;
-webkit-box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.2);
+ -moz-box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.2);
box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.2);
}
.dropdown-menu li:first-child {
@@ -1860,17 +1818,15 @@
z-index: 1000;
padding: .5em 1em;
-webkit-box-shadow: 0 0.2em 0.25em rgba(0, 0, 0, 0.15);
+ -moz-box-shadow: 0 0.2em 0.25em rgba(0, 0, 0, 0.15);
box-shadow: 0 0.2em 0.25em rgba(0, 0, 0, 0.15);
border-top: 1px solid #f8c225;
border-bottom: 1px solid #d9a307;
background-color: #ffda44;
- /* Safari5.1+, Chrome10+ */
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%,
color-stop(0%, #ffda44), color-stop(100%, #f8c225));
background-image: -webkit-linear-gradient(#ffda44, #f8c225);
- /* Firefox3.6 */
background-image: -moz-linear-gradient(#ffda44, #f8c225);
- /* Opera11.10+ */
background-image: -o-linear-gradient(#ffda44, #f8c225);
- /* CSS3 Compliant */
background-image: linear-gradient(#ffda44, #f8c225);
}
#tag-event th,
@@ -2193,6 +2149,7 @@
padding: .25em 1em;
background: #fff6d3;
-webkit-box-shadow: 0 0.2em 0.25em rgba(0, 0, 0, 0.15);
+ -moz-box-shadow: 0 0.2em 0.25em rgba(0, 0, 0, 0.15);
box-shadow: 0 0.2em 0.25em rgba(0, 0, 0, 0.15);
}

Reply all
Reply to author
Forward
0 new messages