[textpattern] r5476 committed - Remove khtml prefixes

1 view
Skip to first unread message

textp...@googlecode.com

unread,
May 13, 2013, 12:49:06 PM5/13/13
to txp...@googlegroups.com
Revision: 5476
Author: ph...@designhive.com
Date: Mon May 13 09:48:42 2013
Log: Remove khtml prefixes
http://code.google.com/p/textpattern/source/detail?r=5476

Modified:
/development/4.x/textpattern/setup/txpsql.php
/development/4.x/textpattern/theme/classic/textpattern.css
/development/4.x/textpattern/theme/hive/css/textpattern.css

=======================================
--- /development/4.x/textpattern/setup/txpsql.php Sat May 11 08:21:40 2013
+++ /development/4.x/textpattern/setup/txpsql.php Mon May 13 09:48:42 2013
@@ -156,7 +156,7 @@
) $tabletype ";

// sql:txp_css
-$create_sql[] = "INSERT INTO `".PFX."txp_css`(`name`,`css`)
VALUES('default', '/*
==========================================================================\n
Styling and layout for all media\n
==========================================================================
*/\n\n\n/* correct block display not defined in IE8-9
*/\narticle,\naside,\ndetails,\nfigcaption,\nfigure,\nfooter,\nheader,\nhgroup,\nmain,\nnav,\nsection,\nsummary
{\n display: block;\n}\n\n/* correct `<summary>` not showing as clickable
*/\nsummary {\n cursor: pointer;\n}\n\n/* address styling for `hidden`
attribute not present in IE8-9 */\n[hidden] {\n display: none;\n}\n\n\n/*
Clearfix\n
==========================================================================
*/\n/* http://nicolasgallagher.com/micro-clearfix-hack/
*/\n\nheader:after,\nfooter:after,\nnav
ul:after,\n.container:after,\n.clearfix:after,\n.paginator:after {\n
content: \"\";\n display: table;\n clear: both;\n border-collapse:
collapse;\n}\n\n\n\n/*
==========================================================================\n
Styling and layout for screen media (mobile first)\n
==========================================================================
*/\n\n\n@media screen {\n\n\n/* Layout\n
==========================================================================
*/\n\nhtml {\n -webkit-tap-highlight-color: rgba(0, 102, 255, 0.5);\n /*
always force scrollbar padding so we don\'t get \'jumping\' */\n
overflow-y: scroll;\n /* prevent iOS text size adjust after orientation
change, without disabling user zoom */\n -webkit-text-size-adjust:
100%;\n /* as above, for Windows Phone */\n -ms-text-size-adjust:
100%;\n}\n\nbody {\n margin: 0;\n background: #f7f7f7;\n}\n\n.wrapper
{\n border-bottom: solid 1px #cccccc;\n padding: 1px 0;\n background:
white;\n}\n\nheader,\nfooter,\n.container {\n margin: 0 auto;\n /* 960px
/ 1024px */\n width: 93.75%;\n max-width: 86em;\n}\n\nheader {\n
padding: 1em 0;\n}\n\nheader h1 {\n margin: 0;\n}\n\nheader h3 {\n /*
16px margin top */\n margin: 0.66667em 0 0;\n}\n\n.site-navigation {\n
border-top: solid 1px #bbbbbb;\n border-bottom: solid 1px #bbbbbb;\n
-webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.25);\n
-moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.25);\n box-shadow:
inset 0 1px 0 0 rgba(255, 255, 255, 0.25);\n background-color: #e4e4e4;\n
/* Safari5.1+, Chrome10+ */\n background-image:
-webkit-linear-gradient(#e4e4e4, #cccccc);\n /* Firefox3.6 */\n
background-image: -moz-linear-gradient(#e4e4e4, #cccccc);\n /* Opera11.10+
*/\n background-image: -o-linear-gradient(#e4e4e4, #cccccc);\n /* CSS3
Compliant */\n background-image: linear-gradient(#e4e4e4,
#cccccc);\n}\n\n.site-navigation ul {\n margin: 0 auto;\n padding: 0;\n
max-width: 86em;\n list-style: none;\n}\n\n.site-navigation li {\n
margin: 0;\n border-bottom: solid 1px #bbbbbb;\n}\n\n.site-navigation
li:last-child {\n border-bottom: 0;\n}\n\n.site-navigation
li:hover,\n.site-navigation li.active {\n background-color: #f1f1f1;\n /*
Safari5.1+, Chrome10+ */\n background-image:
-webkit-linear-gradient(#f1f1f1, #d9d9d9);\n /* Firefox3.6 */\n
background-image: -moz-linear-gradient(#f1f1f1, #d9d9d9);\n /* Opera11.10+
*/\n background-image: -o-linear-gradient(#f1f1f1, #d9d9d9);\n /* CSS3
Compliant */\n background-image: linear-gradient(#f1f1f1,
#d9d9d9);\n}\n\n.site-navigation li:active {\n color: #1a1a1a;\n
-webkit-box-shadow: inset 0 0.2em 0.25em rgba(0, 0, 0, 0.15);\n
-moz-box-shadow: inset 0 0.2em 0.25em rgba(0, 0, 0, 0.15);\n box-shadow:
inset 0 0.2em 0.25em rgba(0, 0, 0, 0.15);\n background-color: #bfbfbf;\n
/* Safari5.1+, Chrome10+ */\n background-image:
-webkit-linear-gradient(#bfbfbf, #d7d7d7);\n /* Firefox3.6 */\n
background-image: -moz-linear-gradient(#bfbfbf, #d7d7d7);\n /* Opera11.10+
*/\n background-image: -o-linear-gradient(#bfbfbf, #d7d7d7);\n /* CSS3
Compliant */\n background-image: linear-gradient(#bfbfbf,
#d7d7d7);\n}\n\n.site-navigation li a {\n text-shadow: 1px 1px 0 rgba(255,
255, 255, 0.5);\n display: block;\n padding: 0.5em 3.125%;\n color:
#333333;\n text-decoration: none;\n}\n\n[role=\"article\"] {\n
margin-bottom: 2em;\n}\n\n[role=\"complementary\"] {\n margin: 2em 0;\n
border-top: dashed 2px #cccccc;\n padding-top:
1em;\n}\n\n[role=\"search\"] p {\n margin-top: 0;\n}\n\nfooter {\n
padding: 0.5em 0;\n}\n\n/* address differences between Firefox and other
browsers */\nhr {\n -webkit-box-sizing: content-box;\n -moz-box-sizing:
content-box;\n box-sizing: content-box;\n height: 0;\n}\n\n\n/* Links\n
==========================================================================
*/\n\na {\n text-decoration: none;\n color:
#114eb1;\n}\n\na:hover,\na:active {\n /* improve readability when focused
and also mouse hovered in all browsers */\n outline: 0;\n
text-decoration: underline;\n color: #0066ff;\n}\n\na:focus {\n outline:
thin dotted #0066ff;\n}\n\na:visited {\n color: #183082;\n}\n\nheader a
{\n color: #333333;\n -moz-border-radius: 0.125em;\n border-radius:
0.125em;\n}\n\nheader a:hover,\nheader a:active {\n background:
#e8e8e8;\n}\n\nh1 a {\n color: #333333;\n -moz-border-radius: 0.125em;\n
border-radius: 0.125em;\n}\n\nh1 a:visited {\n color: #333333;\n}\n\nh1
a:hover,\nh1 a:active {\n text-decoration: none;\n color: #333333;\n
background: #ededed;\n}\n\n.paginator {\n margin-bottom:
2em;\n}\n\n.paginator-prev {\n float: left;\n}\n\n.paginator-next {\n
float: right;\n}\n\n\n/* Typography\n
==========================================================================
*/\n\nbody {\n font-family: \"PT Serif\", Georgia, serif;\n /* 14px /
16px */\n font-size: 16px;\n line-height: 1.5;\n color:
#333333;\n}\n\n.site-navigation {\n font-family: Arial, Helvetica,
sans-serif;\n font-weight: bold;\n}\n\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n
clear: both;\n font-family: Arial, Helvetica, sans-serif;\n}\n\nh1 {\n /*
40px / 16px */\n font-size: 2.5em;\n /* 48px / 40px */\n line-height:
1.2;\n /* 30px margin top/bottom */\n margin: 0.625em 0;\n}\n\nh2 {\n /*
32px / 16px */\n font-size: 2em;\n /* 40px / 32px */\n line-height:
1.25;\n /* 24px margin top/bottom */\n margin: 0.75em 0;\n}\n\nh3 {\n /*
24px / 16px */\n font-size: 1.5em;\n /* 32px / 24px */\n line-height:
1.33333;\n /* 20px margin top/bottom */\n margin: 0.83333em 0;\n}\n\nh4
{\n /* 20px / 16px */\n font-size: 1.25em;\n /* 28px / 20px */\n
line-height: 1.4;\n /* 16px margin top/bottom */\n margin: 0.8em
0;\n}\n\n/* address style set to `bolder` in Firefox4+, Safari5, and Chrome
*/\nb,\nstrong {\n font-weight: bold;\n}\n\naddress {\n margin: 1em
0;\n}\n\nblockquote {\n /* 18px / 16px */\n font-size: 1.125em;\n
font-style: italic;\n /* 16px / 18px */\n margin: 0.88889em 0 0.88889em
0;\n border-left: 3px solid #cccccc;\n padding: 0 0 0 0.88889em;\n}\n\n/*
sets consistent quote types */\nq {\n quotes: \"\\\\201C\" \"\\\\201D\"
\"\\\\2018\" \"\\\\2019\";\n}\n\n/* address styling not present in Safari5
and Chrome */\ndfn {\n font-style: italic;\n}\n\n/* address styling not
present in IE8-9, Safari5, Chrome */\nabbr[title],\ndfn[title] {\n
border-bottom: dotted 1px;\n cursor: help;\n}\n\nmark,\nvar {\n padding:
0 0.25em;\n /* 4px / 16px */\n -moz-border-radius: 0.25em;\n
border-radius: 0.25em;\n color: #333333;\n background:
#e8f0fd;\n}\n\npre,\ncode,\nkbd,\nsamp {\n font-family: Cousine, Consolas,
\"Lucida Console\", Monaco, monospace;\n}\n\ncode,\nkbd,\nsamp {\n /* 14px
/ 16px */\n font-size: 0.875em;\n border: 1px solid #e3e3e3;\n /* 2px /
14px + 3px / 14px */\n padding: 0.07143em 0.21429em;\n /* 4px / 14px
*/\n -moz-border-radius: 0.28571em;\n border-radius: 0.28571em;\n
background: #f7f7f7;\n}\n\npre {\n /* 14px / 16px */\n font-size:
0.875em;\n overflow-x: auto;\n border: 1px solid #e3e3e3;\n padding:
1em;\n /* 8px / 14px */\n -moz-border-radius: 0.57143em;\n
border-radius: 0.57143em;\n background: #f7f7f7;\n /* set tab size to 4
spaces */\n tab-size: 4;\n}\n\npre code {\n /* 14px */\n font-size:
1em;\n border: 0;\n padding: 0;\n background: none;\n}\n\n/* prevent
`<sub>` and `<sup>` affecting line height in all browsers */\nsub,\nsup
{\n /* 13px / 16px */\n font-size: 0.8125em;\n line-height: 0;\n
position: relative;\n vertical-align: baseline;\n}\n\nsup {\n top:
-0.5em;\n}\n\nsub {\n bottom:
-0.25em;\n}\n\nsmall,\nfigcaption,\ntfoot,\n.footnote {\n /* 13px / 16px
*/\n font-size: 0.8125em;\n}\n\nfigcaption,\ntfoot,\n.footnote {\n color:
#999999;\n}\n\nfigcaption {\n margin-top: 0.5em;\n font-style:
italic;\n}\n\n\n/* Support for non-latin languages (can be removed if not
required)\n
==========================================================================
*/\n\nhtml[lang=\"ja-jp\"] {\n font-family: \"Hiragino Kaku Gothic Pro\",
Meiryo, sans-serif;\n}\n\nhtml[lang=\"ko-kr\"] {\n font-family: GulimChe,
Gulim, sans-serif;\n}\n\nhtml[lang=\"zh-cn\"] {\n font-family: SimHei,
sans-serif;\n}\n\nhtml[lang=\"zh-tw\"] {\n font-family: PMingLiU,
sans-serif;\n}\n\n\n/* Embedded content\n
==========================================================================
*/\n\n/* correct `inline-block` display not defined in IE8-9
*/\naudio,\ncanvas,\nvideo {\n display: inline-block;\n}\n\n/* make
embedded elements responsive */\nimg,\nembed,\nobject,\nvideo {\n
max-width: 100%;\n height: auto;\n}\n\nimg {\n /* remove border when
inside `<a>` element in IE8-9 */\n border: 0;\n}\n\nimg.align-left {\n
float: left;\n margin: 1em 1em 1em 0;\n}\n\nimg.align-right {\n float:
right;\n margin: 1em 0 1em 1em;\n}\n\nimg.align-center {\n display:
block;\n margin: 1em auto;\n}\n\n/* address margin not present in IE8-9
and Safari5 */\nfigure {\n margin: 0;\n}\n\n/* prevent modern browsers
from displaying `<audio>` without controls, remove excess height in iOS5
devices */\naudio:not([controls]) {\n display: none;\n height:
0;\n}\n\n/* correct overflow displayed oddly in IE9 */\nsvg:not(:root) {\n
overflow: hidden;\n}\n\n\n/* Tables\n
==========================================================================
*/\n\n/* consistent tables */\ntable {\n margin-bottom: 1em;\n
border-collapse: collapse;\n border-spacing: 0;\n width:
100%;\n}\n\ncaption {\n font-style: italic;\n text-align: left;\n
margin-bottom: 0.5em;\n}\n\nth,\ntd {\n /* make table cells align top and
left by default */\n vertical-align: top;\n text-align: left;\n
border-bottom: solid 1px #cccccc;\n padding: 0.25em 0.5em 0.25em
0;\n}\n\nth:last-child,\ntd:last-child {\n padding-right: 0;\n}\n\nthead
th,\nthead td {\n border-bottom: solid 2px #cccccc;\n}\n\ntfoot th,\ntfoot
td {\n border-bottom: 0;\n padding: 0.325em 0.61538em 0.325em
0;\n}\n\ntfoot:last-child {\n padding-right: 0;\n}\n\n\n/* Lists\n
==========================================================================
*/\n\n/* address paddings set differently */\nmenu,\nol,\nul {\n padding:
0 0 0 2em;\n}\n\n/* remove margins from nested lists */\ndl dl,\nul ul,\nol
ol {\n margin: 0;\n}\n\ndd {\n margin: 0 0 0 2em;\n}\n\ndt {\n
font-style: italic;\n}\n\n.article-list {\n list-style: none;\n margin: 0
0 2em 0;\n padding: 0;\n border-top: solid 1px
#cccccc;\n}\n\n.article-list li {\n border-bottom: solid 1px #cccccc;\n
margin-bottom: 0;\n}\n\n\n/* Forms\n
==========================================================================
*/\n\n/* zero out fieldsets */\nfieldset {\n margin: 0;\n border: 0;\n
padding: 0;\n}\n\n/* zero out legends */\nlegend {\n border: 0;\n
padding: 0;\n}\n\nbutton,\ninput,\nselect,\ntextarea {\n /* address
margins set differently in Firefox4+, Safari5+, and Chrome */\n margin:
0;\n font-family: Arial, Helvetica, sans-serif;\n /* correct font size
not being inherited in all browsers */\n font-size: 100%;\n font-size:
0.875em;\n line-height: 1.4;\n vertical-align: baseline;\n}\n\n/* colour
placeholder text (WebKit and Mozilla only, so far)
*/\ninput::-webkit-input-placeholder,\ntextarea::-webkit-input-placeholder
{\n color:
#999999;\n}\n\ninput:-moz-placeholder,\ntextarea:-moz-placeholder {\n
color: #999999;\n}\n\n/* remove inner padding and border in Firefox 4+
*/\nbutton::-moz-focus-inner,\ninput::-moz-focus-inner {\n border: 0;\n
padding: 0;\n}\n\n/* remove inner padding and search cancel button in
Safari5+ and Chrome on OS X
*/\ninput[type=\"search\"]::-webkit-search-cancel-button,\ninput[type=\"search\"]::-webkit-search-decoration
{\n -webkit-appearance:
none;\n}\n\ninput[type=\"color\"],\ninput[type=\"date\"],\ninput[type=\"datetime\"],\ninput[type=\"datetime-local\"],\ninput[type=\"email\"],\ninput[type=\"month\"],\ninput[type=\"number\"],\ninput[type=\"password\"],\ninput[type=\"search\"],\ninput[type=\"tel\"],\ninput[type=\"text\"],\ninput[type=\"time\"],\ninput[type=\"url\"],\ninput[type=\"week\"],\nselect,\ntextarea
{\n /* remove iOS Safari default styling */\n -webkit-appearance:
none;\n text-align: left;\n border: solid 1px #cccccc;\n padding:
0.5em;\n background: #fff;\n outline: 0;\n -moz-border-radius: 0;\n
border-radius: 0;\n -webkit-box-sizing: border-box;\n -moz-box-sizing:
border-box;\n box-sizing:
border-box;\n}\n\ninput[type=\"color\"]:focus,\ninput[type=\"date\"]:focus,\ninput[type=\"datetime\"]:focus,\ninput[type=\"datetime-local\"]:focus,\ninput[type=\"email\"]:focus,\ninput[type=\"month\"]:focus,\ninput[type=\"number\"]:focus,\ninput[type=\"password\"]:focus,\ninput[type=\"search\"]:focus,\ninput[type=\"tel\"]:focus,\ninput[type=\"text\"]:focus,\ninput[type=\"time\"]:focus,\ninput[type=\"url\"]:focus,\ninput[type=\"week\"]:focus,\nselect:focus,\ntextarea:focus
{\n /* better form focus glows */\n outline: 0;\n -webkit-box-shadow: 0
0 7px #0066ff;\n -moz-box-shadow: 0 0 7px #0066ff;\n box-shadow: 0 0 7px
#0066ff;\n /* Opera fix */\n z-index: 1;\n}\n\ninput[type=\"color\"] {\n
padding: 0;\n /* 35px / 14px */\n height: 2.5em;\n}\n\n/* address box
sizing set to `content-box` and excess padding in IE8-9
*/\ninput[type=\"checkbox\"],\ninput[type=\"radio\"] {\n padding: 0;\n
box-sizing: border-box;\n}\n\n[role=\"complementary\"]
input[type=\"search\"] {\n margin-right: 2px;\n width: 66%;\n display:
inline-block;\n}\n\n/* address inconsistent `text-transform` inheritance
for `select` in Firefox 4+ and Opera */\nselect {\n text-transform:
none;\n}\n\nselect[size],\nselect[multiple] {\n height:
auto;\n}\n\nselect[size=\"0\"],\nselect[size=\"1\"] {\n /* 35px / 14px
*/\n height: 2.5em;\n}\n\noptgroup {\n font-family: Arial, Helvetica,
sans-serif;\n font-style: normal;\n font-weight: normal;\n color:
#333333;\n}\n\n/* kill phantom spacing and dotted border that appears in
Firefox */\noptgroup::-moz-focus-inner {\n border: 0;\n padding:
0;\n}\n\ntextarea {\n height: auto;\n min-height: 3em;\n /* remove
default vertical scrollbar in IE8-9 */\n overflow: auto;\n resize:
vertical;\n width: 100%;\n}\n\n/* make sure disable elements really are
disabled */\nbutton[disabled],\nhtml
input[disabled],\ninput[type=\"button\"][disabled],\ninput[type=\"reset\"][disabled],\ninput[type=\"submit\"][disabled],\nselect[disabled],\nselect[disabled]
option,\nselect[disabled] optgroup,\ntextarea[disabled],\nspan.disabled
{\n opacity: 1;\n -webkit-user-select: none;\n -khtml-user-select:
none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select:
none;\n border-color: #e3e3e3 !important;\n text-shadow:
none !important;\n color: #999999 !important;\n background:
#eeeeee !important;\n cursor: default !important;\n top:
0 !important;\n}\n\n.large input {\n width: 50%;\n min-width:
302px;\n}\n\n.large textarea {\n height: 156px;\n}\n\n.small input {\n
width: 25%;\n min-width: 151px;\n}\n\n.small textarea {\n height:
5.5em;\n}\n\n\n/* Buttons\n
==========================================================================
*/\n\n/* address inconsistent `text-transform` inheritance for `button` in
Chrome, Safari5+, and IE6+ */\nbutton {\n text-transform:
none;\n}\n\nbutton,\ninput[type=\"button\"],\ninput[type=\"reset\"],\ninput[type=\"submit\"]
{\n /* remove iOS Safari default styling */\n -webkit-appearance:
none;\n width: auto;\n overflow: visible;\n font-family: Arial,
Helvetica, sans-serif;\n font-weight: normal;\n text-align: center;\n
text-decoration: none;\n text-shadow: 1px 1px 0 rgba(255, 255, 255,
0.5);\n cursor: pointer;\n border: solid 1px #bbbbbb;\n
-moz-border-radius: 0.5em;\n border-radius: 0.5em;\n padding: 0.5em
1em;\n display: inline-block;\n color: #333333;\n -webkit-box-shadow:
inset 0 1px 0 0 rgba(255, 255, 255, 0.25);\n -moz-box-shadow: inset 0 1px
0 0 rgba(255, 255, 255, 0.25);\n box-shadow: inset 0 1px 0 0 rgba(255,
255, 255, 0.25);\n -webkit-background-clip: padding;\n
-khtml-background-clip: padding-box;\n -moz-background-clip: padding;\n
background-clip: padding-box;\n -webkit-box-sizing: border-box;\n
-moz-box-sizing: border-box;\n box-sizing: border-box;\n
background-color: #e4e4e4;\n /* Safari5.1+, Chrome10+ */\n
background-image: -webkit-linear-gradient(#e4e4e4, #cccccc);\n /*
Firefox3.6 */\n background-image: -moz-linear-gradient(#e4e4e4,
#cccccc);\n /* Opera11.10+ */\n background-image:
-o-linear-gradient(#e4e4e4, #cccccc);\n /* CSS3 Compliant */\n
background-image: linear-gradient(#e4e4e4,
#cccccc);\n}\n\nbutton:hover,\ninput[type=\"button\"]:hover,\ninput[type=\"reset\"]:hover,\ninput[type=\"submit\"]:hover
{\n background-color: #f1f1f1;\n /* Safari5.1+, Chrome10+ */\n
background-image: -webkit-linear-gradient(#f1f1f1, #d9d9d9);\n /*
Firefox3.6 */\n background-image: -moz-linear-gradient(#f1f1f1,
#d9d9d9);\n /* Opera11.10+ */\n background-image:
-o-linear-gradient(#f1f1f1, #d9d9d9);\n /* CSS3 Compliant */\n
background-image: linear-gradient(#f1f1f1,
#d9d9d9);\n}\n\nbutton:active,\ninput[type=\"button\"]:active,\ninput[type=\"reset\"]:active,\ninput[type=\"submit\"]:active
{\n color: #1a1a1a;\n -webkit-box-shadow: inset 0 0.2em 0.25em rgba(0, 0,
0, 0.15);\n -moz-box-shadow: inset 0 0.2em 0.25em rgba(0, 0, 0, 0.15);\n
box-shadow: inset 0 0.2em 0.25em rgba(0, 0, 0, 0.15);\n background-color:
#bfbfbf;\n /* Safari5.1+, Chrome10+ */\n background-image:
-webkit-linear-gradient(#bfbfbf, #d7d7d7);\n /* Firefox3.6 */\n
background-image: -moz-linear-gradient(#bfbfbf, #d7d7d7);\n /* Opera11.10+
*/\n background-image: -o-linear-gradient(#bfbfbf, #d7d7d7);\n /* CSS3
Compliant */\n background-image: linear-gradient(#bfbfbf,
#d7d7d7);\n}\n\nbutton:focus,\ninput[type=\"button\"]:focus,\ninput[type=\"reset\"]:focus,\ninput[type=\"submit\"]:focus
{\n /* better button focus glows */\n outline: 0;\n -webkit-box-shadow:
0 0 7px #0066ff;\n -moz-box-shadow: 0 0 7px #0066ff;\n box-shadow: 0 0
7px #0066ff;\n z-index: 1;\n}\n\n\n/* Comments\n
==========================================================================
*/\n\n.comments {\n margin-bottom: 1em;\n -moz-border-radius: 0.5em;\n
border-radius: 0.5em;\n padding: 1px 1em;\n background: #f7f7f7;\n
word-wrap: break-word;\n}\n\n.comments h4 .is-author {\n font-weight:
normal;\n}\n\n.comments h4 .comment-anchor {\n float: right;\n
font-weight: normal;\n}\n\n.comments-author {\n background:
#efefef;\n}\n\n#cpreview {\n margin-bottom: 2px;\n -moz-border-radius:
0.5em;\n border-radius: 0.5em;\n padding: 1em;\n background:
#fff3d6;\n}\n\n.comments_error {\n background:
#f2dede !important;\n}\n\n.required,\n.error_message li {\n color:
#9d261d;\n}\n\n.required {\n cursor: help;\n}\n\n\n/* Popup comments (can
be removed if you don\'t use popups)\n
==========================================================================
*/\n\n#popup-page .container {\n max-width: 52em;\n}\n\n\n} /* end of
@media screen */\n\n\n\n/*
==========================================================================\n
addresses `<select>` alignment in Safari/Chrome\n
==========================================================================
*/\n\n\n@media screen and (-webkit-min-device-pixel-ratio: 0)
{\n\n\nselect[size],\nselect[multiple],\nselect[multiple][size] {\n
background-image: none;\n padding-right:
0.5em;\n}\n\nselect,\nselect[size=\"0\"],\nselect[size=\"1\"] {\n
background: white url(\"data:image/svg+xml,<svg version=\'1.1\'
baseProfile=\'full\' xmlns=\'http://www.w3.org/2000/svg\'
xmlns:xlink=\'http://www.w3.org/1999/xlink\' x=\'0px\' y=\'0px\'
width=\'21px\' height=\'7px\' viewBox=\'0 0 21 7\' enable-background=\'new
0 0 21 7\' xml:space=\'preserve\'><polygon fill=\'#333333\' points=\'2,0
7,7 12,0\'/></svg>\") no-repeat right center;\n padding-right: 2.25em;\n
-webkit-background-size: 1.5em 0.5em;\n background-size: 1.5em
0.5em;\n}\n\n\n} /* end of @media screen and
(-webkit-min-device-pixel-ratio: 0) */\n\n\n\n/*
==========================================================================\n
Additional layout for screen media 576px and up\n
==========================================================================
*/\n\n\n@media only screen and (min-width: 36em) {\n\n\n.site-navigation ul
{\n width: 93.75%;\n}\n\n.site-navigation li {\n float: left;\n
border-right: solid 1px #bbbbbb;\n border-bottom:
0;\n}\n\n.site-navigation li:first-child {\n border-left: solid 1px
#bbbbbb;\n}\n\n.site-navigation li a {\n padding: 0.5em 1em;\n}\n\n\n} /*
end of @media screen and (min-width: 36em) */\n\n\n\n/*
==========================================================================\n
Additional layout for screen media 864px and up\n
==========================================================================
*/\n\n\n@media only screen and (min-width: 54em) {\n\n\nmain {\n float:
left;\n width: 62.5%;\n}\n\n[role=\"complementary\"] {\n float: right;\n
border: solid 1px #e3e3e3;\n -moz-border-radius: 0.5em;\n border-radius:
0.5em;\n padding: 0 1em;\n width: 30%;\n background: #f7f7f7;\n}\n\n\n}
/* end of @media screen and (min-width: 54em) */\n\n\n\n/*
==========================================================================\n
Additional layout for screen media 1280px and up\n
==========================================================================
*/\n\n\n@media only screen and (min-width: 82em)
{\n\n\nheader,\nfooter,\n.container,\n.site-navigation ul {\n /* 1200px /
1280px */\n width: 93.75%;\n}\n\n\n} /* end of @media screen and
(min-width: 82em) */\n\n\n\n/*
==========================================================================\n
Fix for reponsive embedded content in IE8\n
==========================================================================
*/\n\n\n@media \\\\0screen {\n\n\nimg,\nvideo {\n width: auto;\n}\n\n\n}
/* end of @media \\\\0screen */\n\n\n\n/*
==========================================================================\n
Styling and layout for print media\n
==========================================================================
*/\n\n\n@media print {\n\n\n* {\n /* black prints faster -
http://sanbeiji.com/archives/953 */\n color: black !important;\n
text-shadow: none !important;\n background: transparent !important;\n
-webkit-box-shadow: none !important;\n -moz-box-shadow:
none !important;\n box-shadow: none !important;\n}\n\nbody {\n
font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n
font-size: 8pt;\n line-height: 1.5;\n margin: 0.5cm;\n padding: 2em
5em;\n}\n\nheader {\n border-bottom: solid 1pt black;\n}\n\nfooter {\n
margin-top: 12pt;\n border-top: solid 1pt black;\n}\n\n/* hide unnecessary
content from print
*/\nnav,\naudio,\nvideo,\nform,\n[role=\"complementary\"],\n#comments-form,\n.comments
h4 a:last-child,\n.paginator {\n display: none;\n}\n\na {\n
text-decoration: none;\n}\n\n/* show URLs for certain links in print
*/\na[href]:after {\n content: \" (\" attr(href) \")\";\n}\n\nh1
a[href]:after,\nh2 a[href]:after,\nh3 a[href]:after,\nsup
a[href]:after,\na[itemprop=\"discussionUrl\"]:after,\na[rel=\"tag\"]:after
{\n content: \"\";\n}\n\n/* show long-form for abbreviations in print
*/\nabbr[title]:after {\n content: \" (\" attr(title) \")\";\n}\n\nh1 {\n
font-size: 32pt;\n line-height: 36pt;\n font-weight: normal;\n margin:
0.5em 0;\n}\n\nh2 {\n font-size: 18pt;\n line-height: 23pt;\n
page-break-after: avoid;\n orphans: 3;\n widows: 3;\n margin: 0.66667em
0;\n}\n\nh3 {\n font-size: 12pt;\n line-height: 17pt;\n
page-break-after: avoid;\n orphans: 3;\n widows: 3;\n margin: 0.75em
0;\n}\n\nh4 {\n font-size: 10pt;\n line-height: 14pt;\n
page-break-after: avoid;\n orphans: 3;\n widows: 3;\n margin: 0.875em
0;\n}\n\np {\n orphans: 3;\n widows:
3;\n}\n\nfooter,\nfigcaption,\ntfoot,\nsmall,\n.footnote {\n font-size:
6pt;\n}\n\nblockquote {\n font-size: 16pt;\n border-left: 3pt solid
black;\n padding: 0 0 0 8pt;\n page-break-inside: avoid;\n}\n\npre {\n
margin-bottom: 8pt;\n border: solid 1pt black;\n padding:
8pt;\n}\n\n.comments {\n page-break-inside:
avoid;\n}\n\npre,\ncode,\nkbd,\nsamp,\nvar {\n font-family: \"Courier
New\", Courier, monospace;\n}\n\ndfn,\nq,\ndt {\n font-style:
italic;\n}\n\nimg {\n max-width: 100% !important;\n page-break-inside:
avoid;\n}\n\nimg.align-left {\n float: left;\n margin: 1em 1em 1em
0;\n}\n\nimg.align-right {\n float: right;\n margin: 1em 0 1em
1em;\n}\n\nimg.align-center {\n display: block;\n margin: 1em
auto;\n}\n\nfigure {\n margin-bottom: 8pt;\n}\n\nfigcaption {\n
margin-top: 4pt;\n}\n\nul {\n list-style: square;\n margin: 0 0 8pt
1.8em;\n}\n\nol {\n list-style: decimal;\n margin: 0 0 8pt
1.8em;\n}\n\ndl {\n margin: 0 0 8pt 1.8em;\n}\n\ntable {\n margin-bottom:
8pt;\n width: 100%;\n}\n\ncaption {\n font-weight: bold;\n text-align:
left;\n margin-bottom: 4pt;\n}\n\n/* display table head across multi-page
tables */\nthead {\n display: table-header-group;\n}\n\nthead th {\n
border-top: solid 1pt black;\n}\n\ntr {\n page-break-inside:
avoid;\n}\n\nth,\ntd {\n border-bottom: solid 1pt black;\n padding: 4pt
8pt;\n}\n\n\n} /* end of @media print */\n')";
+$create_sql[] = "INSERT INTO `".PFX."txp_css`(`name`,`css`)
VALUES('default', '/*
==========================================================================\n
Styling and layout for all media\n
==========================================================================
*/\n\n\n/* correct block display not defined in IE8-9
*/\narticle,\naside,\ndetails,\nfigcaption,\nfigure,\nfooter,\nheader,\nhgroup,\nmain,\nnav,\nsection,\nsummary
{\n display: block;\n}\n\n/* correct `<summary>` not showing as clickable
*/\nsummary {\n cursor: pointer;\n}\n\n/* address styling for `hidden`
attribute not present in IE8-9 */\n[hidden] {\n display: none;\n}\n\n\n/*
Clearfix\n
==========================================================================
*/\n/* http://nicolasgallagher.com/micro-clearfix-hack/
*/\n\nheader:after,\nfooter:after,\nnav
ul:after,\n.container:after,\n.clearfix:after,\n.paginator:after {\n
content: \"\";\n display: table;\n clear: both;\n border-collapse:
collapse;\n}\n\n\n\n/*
==========================================================================\n
Styling and layout for screen media (mobile first)\n
==========================================================================
*/\n\n\n@media screen {\n\n\n/* Layout\n
==========================================================================
*/\n\nhtml {\n -webkit-tap-highlight-color: rgba(0, 102, 255, 0.5);\n /*
always force scrollbar padding so we don\'t get \'jumping\' */\n
overflow-y: scroll;\n /* prevent iOS text size adjust after orientation
change, without disabling user zoom */\n -webkit-text-size-adjust:
100%;\n /* as above, for Windows Phone */\n -ms-text-size-adjust:
100%;\n}\n\nbody {\n margin: 0;\n background: #f7f7f7;\n}\n\n.wrapper
{\n border-bottom: solid 1px #cccccc;\n padding: 1px 0;\n background:
white;\n}\n\nheader,\nfooter,\n.container {\n margin: 0 auto;\n /* 960px
/ 1024px */\n width: 93.75%;\n max-width: 86em;\n}\n\nheader {\n
padding: 1em 0;\n}\n\nheader h1 {\n margin: 0;\n}\n\nheader h3 {\n /*
16px margin top */\n margin: 0.66667em 0 0;\n}\n\n.site-navigation {\n
border-top: solid 1px #bbbbbb;\n border-bottom: solid 1px #bbbbbb;\n
-webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.25);\n
-moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.25);\n box-shadow:
inset 0 1px 0 0 rgba(255, 255, 255, 0.25);\n background-color: #e4e4e4;\n
/* Safari5.1+, Chrome10+ */\n background-image:
-webkit-linear-gradient(#e4e4e4, #cccccc);\n /* Firefox3.6 */\n
background-image: -moz-linear-gradient(#e4e4e4, #cccccc);\n /* Opera11.10+
*/\n background-image: -o-linear-gradient(#e4e4e4, #cccccc);\n /* CSS3
Compliant */\n background-image: linear-gradient(#e4e4e4,
#cccccc);\n}\n\n.site-navigation ul {\n margin: 0 auto;\n padding: 0;\n
max-width: 86em;\n list-style: none;\n}\n\n.site-navigation li {\n
margin: 0;\n border-bottom: solid 1px #bbbbbb;\n}\n\n.site-navigation
li:last-child {\n border-bottom: 0;\n}\n\n.site-navigation
li:hover,\n.site-navigation li.active {\n background-color: #f1f1f1;\n /*
Safari5.1+, Chrome10+ */\n background-image:
-webkit-linear-gradient(#f1f1f1, #d9d9d9);\n /* Firefox3.6 */\n
background-image: -moz-linear-gradient(#f1f1f1, #d9d9d9);\n /* Opera11.10+
*/\n background-image: -o-linear-gradient(#f1f1f1, #d9d9d9);\n /* CSS3
Compliant */\n background-image: linear-gradient(#f1f1f1,
#d9d9d9);\n}\n\n.site-navigation li:active {\n color: #1a1a1a;\n
-webkit-box-shadow: inset 0 0.2em 0.25em rgba(0, 0, 0, 0.15);\n
-moz-box-shadow: inset 0 0.2em 0.25em rgba(0, 0, 0, 0.15);\n box-shadow:
inset 0 0.2em 0.25em rgba(0, 0, 0, 0.15);\n background-color: #bfbfbf;\n
/* Safari5.1+, Chrome10+ */\n background-image:
-webkit-linear-gradient(#bfbfbf, #d7d7d7);\n /* Firefox3.6 */\n
background-image: -moz-linear-gradient(#bfbfbf, #d7d7d7);\n /* Opera11.10+
*/\n background-image: -o-linear-gradient(#bfbfbf, #d7d7d7);\n /* CSS3
Compliant */\n background-image: linear-gradient(#bfbfbf,
#d7d7d7);\n}\n\n.site-navigation li a {\n text-shadow: 1px 1px 0 rgba(255,
255, 255, 0.5);\n display: block;\n padding: 0.5em 3.125%;\n color:
#333333;\n text-decoration: none;\n}\n\n[role=\"article\"] {\n
margin-bottom: 2em;\n}\n\n[role=\"complementary\"] {\n margin: 2em 0;\n
border-top: dashed 2px #cccccc;\n padding-top:
1em;\n}\n\n[role=\"search\"] p {\n margin-top: 0;\n}\n\nfooter {\n
padding: 0.5em 0;\n}\n\n/* address differences between Firefox and other
browsers */\nhr {\n -webkit-box-sizing: content-box;\n -moz-box-sizing:
content-box;\n box-sizing: content-box;\n height: 0;\n}\n\n\n/* Links\n
==========================================================================
*/\n\na {\n text-decoration: none;\n color:
#114eb1;\n}\n\na:hover,\na:active {\n /* improve readability when focused
and also mouse hovered in all browsers */\n outline: 0;\n
text-decoration: underline;\n color: #0066ff;\n}\n\na:focus {\n outline:
thin dotted #0066ff;\n}\n\na:visited {\n color: #183082;\n}\n\nheader a
{\n color: #333333;\n -moz-border-radius: 0.125em;\n border-radius:
0.125em;\n}\n\nheader a:hover,\nheader a:active {\n background:
#e8e8e8;\n}\n\nh1 a {\n color: #333333;\n -moz-border-radius: 0.125em;\n
border-radius: 0.125em;\n}\n\nh1 a:visited {\n color: #333333;\n}\n\nh1
a:hover,\nh1 a:active {\n text-decoration: none;\n color: #333333;\n
background: #ededed;\n}\n\n.paginator {\n margin-bottom:
2em;\n}\n\n.paginator-prev {\n float: left;\n}\n\n.paginator-next {\n
float: right;\n}\n\n\n/* Typography\n
==========================================================================
*/\n\nbody {\n font-family: \"PT Serif\", Georgia, serif;\n /* 14px /
16px */\n font-size: 16px;\n line-height: 1.5;\n color:
#333333;\n}\n\n.site-navigation {\n font-family: Arial, Helvetica,
sans-serif;\n font-weight: bold;\n}\n\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n
clear: both;\n font-family: Arial, Helvetica, sans-serif;\n}\n\nh1 {\n /*
40px / 16px */\n font-size: 2.5em;\n /* 48px / 40px */\n line-height:
1.2;\n /* 30px margin top/bottom */\n margin: 0.625em 0;\n}\n\nh2 {\n /*
32px / 16px */\n font-size: 2em;\n /* 40px / 32px */\n line-height:
1.25;\n /* 24px margin top/bottom */\n margin: 0.75em 0;\n}\n\nh3 {\n /*
24px / 16px */\n font-size: 1.5em;\n /* 32px / 24px */\n line-height:
1.33333;\n /* 20px margin top/bottom */\n margin: 0.83333em 0;\n}\n\nh4
{\n /* 20px / 16px */\n font-size: 1.25em;\n /* 28px / 20px */\n
line-height: 1.4;\n /* 16px margin top/bottom */\n margin: 0.8em
0;\n}\n\n/* address style set to `bolder` in Firefox4+, Safari5, and Chrome
*/\nb,\nstrong {\n font-weight: bold;\n}\n\naddress {\n margin: 1em
0;\n}\n\nblockquote {\n /* 18px / 16px */\n font-size: 1.125em;\n
font-style: italic;\n /* 16px / 18px */\n margin: 0.88889em 0 0.88889em
0;\n border-left: 3px solid #cccccc;\n padding: 0 0 0 0.88889em;\n}\n\n/*
sets consistent quote types */\nq {\n quotes: \"\\\\201C\" \"\\\\201D\"
\"\\\\2018\" \"\\\\2019\";\n}\n\n/* address styling not present in Safari5
and Chrome */\ndfn {\n font-style: italic;\n}\n\n/* address styling not
present in IE8-9, Safari5, Chrome */\nabbr[title],\ndfn[title] {\n
border-bottom: dotted 1px;\n cursor: help;\n}\n\nmark,\nvar {\n padding:
0 0.25em;\n /* 4px / 16px */\n -moz-border-radius: 0.25em;\n
border-radius: 0.25em;\n color: #333333;\n background:
#e8f0fd;\n}\n\npre,\ncode,\nkbd,\nsamp {\n font-family: Cousine, Consolas,
\"Lucida Console\", Monaco, monospace;\n}\n\ncode,\nkbd,\nsamp {\n /* 14px
/ 16px */\n font-size: 0.875em;\n border: 1px solid #e3e3e3;\n /* 2px /
14px + 3px / 14px */\n padding: 0.07143em 0.21429em;\n /* 4px / 14px
*/\n -moz-border-radius: 0.28571em;\n border-radius: 0.28571em;\n
background: #f7f7f7;\n}\n\npre {\n /* 14px / 16px */\n font-size:
0.875em;\n overflow-x: auto;\n border: 1px solid #e3e3e3;\n padding:
1em;\n /* 8px / 14px */\n -moz-border-radius: 0.57143em;\n
border-radius: 0.57143em;\n background: #f7f7f7;\n /* set tab size to 4
spaces */\n tab-size: 4;\n}\n\npre code {\n /* 14px */\n font-size:
1em;\n border: 0;\n padding: 0;\n background: none;\n}\n\n/* prevent
`<sub>` and `<sup>` affecting line height in all browsers */\nsub,\nsup
{\n /* 13px / 16px */\n font-size: 0.8125em;\n line-height: 0;\n
position: relative;\n vertical-align: baseline;\n}\n\nsup {\n top:
-0.5em;\n}\n\nsub {\n bottom:
-0.25em;\n}\n\nsmall,\nfigcaption,\ntfoot,\n.footnote {\n /* 13px / 16px
*/\n font-size: 0.8125em;\n}\n\nfigcaption,\ntfoot,\n.footnote {\n color:
#999999;\n}\n\nfigcaption {\n margin-top: 0.5em;\n font-style:
italic;\n}\n\n\n/* Support for non-latin languages (can be removed if not
required)\n
==========================================================================
*/\n\nhtml[lang=\"ja-jp\"] {\n font-family: \"Hiragino Kaku Gothic Pro\",
Meiryo, sans-serif;\n}\n\nhtml[lang=\"ko-kr\"] {\n font-family: GulimChe,
Gulim, sans-serif;\n}\n\nhtml[lang=\"zh-cn\"] {\n font-family: SimHei,
sans-serif;\n}\n\nhtml[lang=\"zh-tw\"] {\n font-family: PMingLiU,
sans-serif;\n}\n\n\n/* Embedded content\n
==========================================================================
*/\n\n/* correct `inline-block` display not defined in IE8-9
*/\naudio,\ncanvas,\nvideo {\n display: inline-block;\n}\n\n/* make
embedded elements responsive */\nimg,\nembed,\nobject,\nvideo {\n
max-width: 100%;\n height: auto;\n}\n\nimg {\n /* remove border when
inside `<a>` element in IE8-9 */\n border: 0;\n}\n\nimg.align-left {\n
float: left;\n margin: 1em 1em 1em 0;\n}\n\nimg.align-right {\n float:
right;\n margin: 1em 0 1em 1em;\n}\n\nimg.align-center {\n display:
block;\n margin: 1em auto;\n}\n\n/* address margin not present in IE8-9
and Safari5 */\nfigure {\n margin: 0;\n}\n\n/* prevent modern browsers
from displaying `<audio>` without controls, remove excess height in iOS5
devices */\naudio:not([controls]) {\n display: none;\n height:
0;\n}\n\n/* correct overflow displayed oddly in IE9 */\nsvg:not(:root) {\n
overflow: hidden;\n}\n\n\n/* Tables\n
==========================================================================
*/\n\n/* consistent tables */\ntable {\n margin-bottom: 1em;\n
border-collapse: collapse;\n border-spacing: 0;\n width:
100%;\n}\n\ncaption {\n font-style: italic;\n text-align: left;\n
margin-bottom: 0.5em;\n}\n\nth,\ntd {\n /* make table cells align top and
left by default */\n vertical-align: top;\n text-align: left;\n
border-bottom: solid 1px #cccccc;\n padding: 0.25em 0.5em 0.25em
0;\n}\n\nth:last-child,\ntd:last-child {\n padding-right: 0;\n}\n\nthead
th,\nthead td {\n border-bottom: solid 2px #cccccc;\n}\n\ntfoot th,\ntfoot
td {\n border-bottom: 0;\n padding: 0.325em 0.61538em 0.325em
0;\n}\n\ntfoot:last-child {\n padding-right: 0;\n}\n\n\n/* Lists\n
==========================================================================
*/\n\n/* address paddings set differently */\nmenu,\nol,\nul {\n padding:
0 0 0 2em;\n}\n\n/* remove margins from nested lists */\ndl dl,\nul ul,\nol
ol {\n margin: 0;\n}\n\ndd {\n margin: 0 0 0 2em;\n}\n\ndt {\n
font-style: italic;\n}\n\n.article-list {\n list-style: none;\n margin: 0
0 2em 0;\n padding: 0;\n border-top: solid 1px
#cccccc;\n}\n\n.article-list li {\n border-bottom: solid 1px #cccccc;\n
margin-bottom: 0;\n}\n\n\n/* Forms\n
==========================================================================
*/\n\n/* zero out fieldsets */\nfieldset {\n margin: 0;\n border: 0;\n
padding: 0;\n}\n\n/* zero out legends */\nlegend {\n border: 0;\n
padding: 0;\n}\n\nbutton,\ninput,\nselect,\ntextarea {\n /* address
margins set differently in Firefox4+, Safari5+, and Chrome */\n margin:
0;\n font-family: Arial, Helvetica, sans-serif;\n /* correct font size
not being inherited in all browsers */\n font-size: 100%;\n font-size:
0.875em;\n line-height: 1.4;\n vertical-align: baseline;\n}\n\n/* colour
placeholder text (WebKit and Mozilla only, so far)
*/\ninput::-webkit-input-placeholder,\ntextarea::-webkit-input-placeholder
{\n color:
#999999;\n}\n\ninput:-moz-placeholder,\ntextarea:-moz-placeholder {\n
color: #999999;\n}\n\n/* remove inner padding and border in Firefox 4+
*/\nbutton::-moz-focus-inner,\ninput::-moz-focus-inner {\n border: 0;\n
padding: 0;\n}\n\n/* remove inner padding and search cancel button in
Safari5+ and Chrome on OS X
*/\ninput[type=\"search\"]::-webkit-search-cancel-button,\ninput[type=\"search\"]::-webkit-search-decoration
{\n -webkit-appearance:
none;\n}\n\ninput[type=\"color\"],\ninput[type=\"date\"],\ninput[type=\"datetime\"],\ninput[type=\"datetime-local\"],\ninput[type=\"email\"],\ninput[type=\"month\"],\ninput[type=\"number\"],\ninput[type=\"password\"],\ninput[type=\"search\"],\ninput[type=\"tel\"],\ninput[type=\"text\"],\ninput[type=\"time\"],\ninput[type=\"url\"],\ninput[type=\"week\"],\nselect,\ntextarea
{\n /* remove iOS Safari default styling */\n -webkit-appearance:
none;\n text-align: left;\n border: solid 1px #cccccc;\n padding:
0.5em;\n background: #fff;\n outline: 0;\n -moz-border-radius: 0;\n
border-radius: 0;\n -webkit-box-sizing: border-box;\n -moz-box-sizing:
border-box;\n box-sizing:
border-box;\n}\n\ninput[type=\"color\"]:focus,\ninput[type=\"date\"]:focus,\ninput[type=\"datetime\"]:focus,\ninput[type=\"datetime-local\"]:focus,\ninput[type=\"email\"]:focus,\ninput[type=\"month\"]:focus,\ninput[type=\"number\"]:focus,\ninput[type=\"password\"]:focus,\ninput[type=\"search\"]:focus,\ninput[type=\"tel\"]:focus,\ninput[type=\"text\"]:focus,\ninput[type=\"time\"]:focus,\ninput[type=\"url\"]:focus,\ninput[type=\"week\"]:focus,\nselect:focus,\ntextarea:focus
{\n /* better form focus glows */\n outline: 0;\n -webkit-box-shadow: 0
0 7px #0066ff;\n -moz-box-shadow: 0 0 7px #0066ff;\n box-shadow: 0 0 7px
#0066ff;\n /* Opera fix */\n z-index: 1;\n}\n\ninput[type=\"color\"] {\n
padding: 0;\n /* 35px / 14px */\n height: 2.5em;\n}\n\n/* address box
sizing set to `content-box` and excess padding in IE8-9
*/\ninput[type=\"checkbox\"],\ninput[type=\"radio\"] {\n padding: 0;\n
box-sizing: border-box;\n}\n\n[role=\"complementary\"]
input[type=\"search\"] {\n margin-right: 2px;\n width: 66%;\n display:
inline-block;\n}\n\n/* address inconsistent `text-transform` inheritance
for `select` in Firefox 4+ and Opera */\nselect {\n text-transform:
none;\n}\n\nselect[size],\nselect[multiple] {\n height:
auto;\n}\n\nselect[size=\"0\"],\nselect[size=\"1\"] {\n /* 35px / 14px
*/\n height: 2.5em;\n}\n\noptgroup {\n font-family: Arial, Helvetica,
sans-serif;\n font-style: normal;\n font-weight: normal;\n color:
#333333;\n}\n\n/* kill phantom spacing and dotted border that appears in
Firefox */\noptgroup::-moz-focus-inner {\n border: 0;\n padding:
0;\n}\n\ntextarea {\n height: auto;\n min-height: 3em;\n /* remove
default vertical scrollbar in IE8-9 */\n overflow: auto;\n resize:
vertical;\n width: 100%;\n}\n\n/* make sure disable elements really are
disabled */\nbutton[disabled],\nhtml
input[disabled],\ninput[type=\"button\"][disabled],\ninput[type=\"reset\"][disabled],\ninput[type=\"submit\"][disabled],\nselect[disabled],\nselect[disabled]
option,\nselect[disabled] optgroup,\ntextarea[disabled],\nspan.disabled
{\n opacity: 1;\n -webkit-user-select: none;\n -moz-user-select:
none;\n -ms-user-select: none;\n user-select: none;\n border-color:
#e3e3e3 !important;\n text-shadow: none !important;\n color:
#999999 !important;\n background: #eeeeee !important;\n cursor:
default !important;\n top: 0 !important;\n}\n\n.large input {\n width:
50%;\n min-width: 302px;\n}\n\n.large textarea {\n height:
156px;\n}\n\n.small input {\n width: 25%;\n min-width:
151px;\n}\n\n.small textarea {\n height: 5.5em;\n}\n\n\n/* Buttons\n
==========================================================================
*/\n\n/* address inconsistent `text-transform` inheritance for `button` in
Chrome, Safari5+, and IE6+ */\nbutton {\n text-transform:
none;\n}\n\nbutton,\ninput[type=\"button\"],\ninput[type=\"reset\"],\ninput[type=\"submit\"]
{\n /* remove iOS Safari default styling */\n -webkit-appearance:
none;\n width: auto;\n overflow: visible;\n font-family: Arial,
Helvetica, sans-serif;\n font-weight: normal;\n text-align: center;\n
text-decoration: none;\n text-shadow: 1px 1px 0 rgba(255, 255, 255,
0.5);\n cursor: pointer;\n border: solid 1px #bbbbbb;\n
-moz-border-radius: 0.5em;\n border-radius: 0.5em;\n padding: 0.5em
1em;\n display: inline-block;\n color: #333333;\n -webkit-box-shadow:
inset 0 1px 0 0 rgba(255, 255, 255, 0.25);\n -moz-box-shadow: inset 0 1px
0 0 rgba(255, 255, 255, 0.25);\n box-shadow: inset 0 1px 0 0 rgba(255,
255, 255, 0.25);\n -webkit-background-clip: padding;\n
-moz-background-clip: padding;\n background-clip: padding-box;\n
-webkit-box-sizing: border-box;\n -moz-box-sizing: border-box;\n
box-sizing: border-box;\n background-color: #e4e4e4;\n /* Safari5.1+,
Chrome10+ */\n background-image: -webkit-linear-gradient(#e4e4e4,
#cccccc);\n /* Firefox3.6 */\n background-image:
-moz-linear-gradient(#e4e4e4, #cccccc);\n /* Opera11.10+ */\n
background-image: -o-linear-gradient(#e4e4e4, #cccccc);\n /* CSS3
Compliant */\n background-image: linear-gradient(#e4e4e4,
#cccccc);\n}\n\nbutton:hover,\ninput[type=\"button\"]:hover,\ninput[type=\"reset\"]:hover,\ninput[type=\"submit\"]:hover
{\n background-color: #f1f1f1;\n /* Safari5.1+, Chrome10+ */\n
background-image: -webkit-linear-gradient(#f1f1f1, #d9d9d9);\n /*
Firefox3.6 */\n background-image: -moz-linear-gradient(#f1f1f1,
#d9d9d9);\n /* Opera11.10+ */\n background-image:
-o-linear-gradient(#f1f1f1, #d9d9d9);\n /* CSS3 Compliant */\n
background-image: linear-gradient(#f1f1f1,
#d9d9d9);\n}\n\nbutton:active,\ninput[type=\"button\"]:active,\ninput[type=\"reset\"]:active,\ninput[type=\"submit\"]:active
{\n color: #1a1a1a;\n -webkit-box-shadow: inset 0 0.2em 0.25em rgba(0, 0,
0, 0.15);\n -moz-box-shadow: inset 0 0.2em 0.25em rgba(0, 0, 0, 0.15);\n
box-shadow: inset 0 0.2em 0.25em rgba(0, 0, 0, 0.15);\n background-color:
#bfbfbf;\n /* Safari5.1+, Chrome10+ */\n background-image:
-webkit-linear-gradient(#bfbfbf, #d7d7d7);\n /* Firefox3.6 */\n
background-image: -moz-linear-gradient(#bfbfbf, #d7d7d7);\n /* Opera11.10+
*/\n background-image: -o-linear-gradient(#bfbfbf, #d7d7d7);\n /* CSS3
Compliant */\n background-image: linear-gradient(#bfbfbf,
#d7d7d7);\n}\n\nbutton:focus,\ninput[type=\"button\"]:focus,\ninput[type=\"reset\"]:focus,\ninput[type=\"submit\"]:focus
{\n /* better button focus glows */\n outline: 0;\n -webkit-box-shadow:
0 0 7px #0066ff;\n -moz-box-shadow: 0 0 7px #0066ff;\n box-shadow: 0 0
7px #0066ff;\n z-index: 1;\n}\n\n\n/* Comments\n
==========================================================================
*/\n\n.comments {\n margin-bottom: 1em;\n -moz-border-radius: 0.5em;\n
border-radius: 0.5em;\n padding: 1px 1em;\n background: #f7f7f7;\n
word-wrap: break-word;\n}\n\n.comments h4 .is-author {\n font-weight:
normal;\n}\n\n.comments h4 .comment-anchor {\n float: right;\n
font-weight: normal;\n}\n\n.comments-author {\n background:
#efefef;\n}\n\n#cpreview {\n margin-bottom: 2px;\n -moz-border-radius:
0.5em;\n border-radius: 0.5em;\n padding: 1em;\n background:
#fff3d6;\n}\n\n.comments_error {\n background:
#f2dede !important;\n}\n\n.required,\n.error_message li {\n color:
#9d261d;\n}\n\n.required {\n cursor: help;\n}\n\n\n/* Popup comments (can
be removed if you don\'t use popups)\n
==========================================================================
*/\n\n#popup-page .container {\n max-width: 52em;\n}\n\n\n} /* end of
@media screen */\n\n\n\n/*
==========================================================================\n
addresses `<select>` alignment in Safari/Chrome\n
==========================================================================
*/\n\n\n@media screen and (-webkit-min-device-pixel-ratio: 0)
{\n\n\nselect[size],\nselect[multiple],\nselect[multiple][size] {\n
background-image: none;\n padding-right:
0.5em;\n}\n\nselect,\nselect[size=\"0\"],\nselect[size=\"1\"] {\n
background: white url(\"data:image/svg+xml,<svg version=\'1.1\'
baseProfile=\'full\' xmlns=\'http://www.w3.org/2000/svg\'
xmlns:xlink=\'http://www.w3.org/1999/xlink\' x=\'0px\' y=\'0px\'
width=\'21px\' height=\'7px\' viewBox=\'0 0 21 7\' enable-background=\'new
0 0 21 7\' xml:space=\'preserve\'><polygon fill=\'#333333\' points=\'2,0
7,7 12,0\'/></svg>\") no-repeat right center;\n padding-right: 2.25em;\n
-webkit-background-size: 1.5em 0.5em;\n background-size: 1.5em
0.5em;\n}\n\n\n} /* end of @media screen and
(-webkit-min-device-pixel-ratio: 0) */\n\n\n\n/*
==========================================================================\n
Additional layout for screen media 576px and up\n
==========================================================================
*/\n\n\n@media only screen and (min-width: 36em) {\n\n\n.site-navigation ul
{\n width: 93.75%;\n}\n\n.site-navigation li {\n float: left;\n
border-right: solid 1px #bbbbbb;\n border-bottom:
0;\n}\n\n.site-navigation li:first-child {\n border-left: solid 1px
#bbbbbb;\n}\n\n.site-navigation li a {\n padding: 0.5em 1em;\n}\n\n\n} /*
end of @media screen and (min-width: 36em) */\n\n\n\n/*
==========================================================================\n
Additional layout for screen media 864px and up\n
==========================================================================
*/\n\n\n@media only screen and (min-width: 54em) {\n\n\nmain {\n float:
left;\n width: 62.5%;\n}\n\n[role=\"complementary\"] {\n float: right;\n
border: solid 1px #e3e3e3;\n -moz-border-radius: 0.5em;\n border-radius:
0.5em;\n padding: 0 1em;\n width: 30%;\n background: #f7f7f7;\n}\n\n\n}
/* end of @media screen and (min-width: 54em) */\n\n\n\n/*
==========================================================================\n
Additional layout for screen media 1280px and up\n
==========================================================================
*/\n\n\n@media only screen and (min-width: 82em)
{\n\n\nheader,\nfooter,\n.container,\n.site-navigation ul {\n /* 1200px /
1280px */\n width: 93.75%;\n}\n\n\n} /* end of @media screen and
(min-width: 82em) */\n\n\n\n/*
==========================================================================\n
Fix for reponsive embedded content in IE8\n
==========================================================================
*/\n\n\n@media \\\\0screen {\n\n\nimg,\nvideo {\n width: auto;\n}\n\n\n}
/* end of @media \\\\0screen */\n\n\n\n/*
==========================================================================\n
Styling and layout for print media\n
==========================================================================
*/\n\n\n@media print {\n\n\n* {\n /* black prints faster -
http://sanbeiji.com/archives/953 */\n color: black !important;\n
text-shadow: none !important;\n background: transparent !important;\n
-webkit-box-shadow: none !important;\n -moz-box-shadow:
none !important;\n box-shadow: none !important;\n}\n\nbody {\n
font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n
font-size: 8pt;\n line-height: 1.5;\n margin: 0.5cm;\n padding: 2em
5em;\n}\n\nheader {\n border-bottom: solid 1pt black;\n}\n\nfooter {\n
margin-top: 12pt;\n border-top: solid 1pt black;\n}\n\n/* hide unnecessary
content from print
*/\nnav,\naudio,\nvideo,\nform,\n[role=\"complementary\"],\n#comments-form,\n.comments
h4 a:last-child,\n.paginator {\n display: none;\n}\n\na {\n
text-decoration: none;\n}\n\n/* show URLs for certain links in print
*/\na[href]:after {\n content: \" (\" attr(href) \")\";\n}\n\nh1
a[href]:after,\nh2 a[href]:after,\nh3 a[href]:after,\nsup
a[href]:after,\na[itemprop=\"discussionUrl\"]:after,\na[rel=\"tag\"]:after
{\n content: \"\";\n}\n\n/* show long-form for abbreviations in print
*/\nabbr[title]:after {\n content: \" (\" attr(title) \")\";\n}\n\nh1 {\n
font-size: 32pt;\n line-height: 36pt;\n font-weight: normal;\n margin:
0.5em 0;\n}\n\nh2 {\n font-size: 18pt;\n line-height: 23pt;\n
page-break-after: avoid;\n orphans: 3;\n widows: 3;\n margin: 0.66667em
0;\n}\n\nh3 {\n font-size: 12pt;\n line-height: 17pt;\n
page-break-after: avoid;\n orphans: 3;\n widows: 3;\n margin: 0.75em
0;\n}\n\nh4 {\n font-size: 10pt;\n line-height: 14pt;\n
page-break-after: avoid;\n orphans: 3;\n widows: 3;\n margin: 0.875em
0;\n}\n\np {\n orphans: 3;\n widows:
3;\n}\n\nfooter,\nfigcaption,\ntfoot,\nsmall,\n.footnote {\n font-size:
6pt;\n}\n\nblockquote {\n font-size: 16pt;\n border-left: 3pt solid
black;\n padding: 0 0 0 8pt;\n page-break-inside: avoid;\n}\n\npre {\n
margin-bottom: 8pt;\n border: solid 1pt black;\n padding:
8pt;\n}\n\n.comments {\n page-break-inside:
avoid;\n}\n\npre,\ncode,\nkbd,\nsamp,\nvar {\n font-family: \"Courier
New\", Courier, monospace;\n}\n\ndfn,\nq,\ndt {\n font-style:
italic;\n}\n\nimg {\n max-width: 100% !important;\n page-break-inside:
avoid;\n}\n\nimg.align-left {\n float: left;\n margin: 1em 1em 1em
0;\n}\n\nimg.align-right {\n float: right;\n margin: 1em 0 1em
1em;\n}\n\nimg.align-center {\n display: block;\n margin: 1em
auto;\n}\n\nfigure {\n margin-bottom: 8pt;\n}\n\nfigcaption {\n
margin-top: 4pt;\n}\n\nul {\n list-style: square;\n margin: 0 0 8pt
1.8em;\n}\n\nol {\n list-style: decimal;\n margin: 0 0 8pt
1.8em;\n}\n\ndl {\n margin: 0 0 8pt 1.8em;\n}\n\ntable {\n margin-bottom:
8pt;\n width: 100%;\n}\n\ncaption {\n font-weight: bold;\n text-align:
left;\n margin-bottom: 4pt;\n}\n\n/* display table head across multi-page
tables */\nthead {\n display: table-header-group;\n}\n\nthead th {\n
border-top: solid 1pt black;\n}\n\ntr {\n page-break-inside:
avoid;\n}\n\nth,\ntd {\n border-bottom: solid 1pt black;\n padding: 4pt
8pt;\n}\n\n\n} /* end of @media print */\n')";
// /sql:txp_css

$create_sql[] = "CREATE TABLE `".PFX."txp_discuss` (
=======================================
--- /development/4.x/textpattern/theme/classic/textpattern.css Sat May 11
07:25:50 2013
+++ /development/4.x/textpattern/theme/classic/textpattern.css Mon May 13
09:48:42 2013
@@ -584,7 +584,6 @@
-webkit-appearance: none;
border-radius: 0;
-webkit-background-clip: padding;
- -khtml-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
margin: 0;
@@ -659,7 +658,6 @@
color: #bbb !important;
background-color: #fafafa !important;
cursor: default;
- -khtml-user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
@@ -727,7 +725,6 @@
display: inline-block;
-webkit-appearance: none;
-webkit-background-clip: padding;
- -khtml-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
cursor: pointer;
=======================================
--- /development/4.x/textpattern/theme/hive/css/textpattern.css Mon May 13
09:29:50 2013
+++ /development/4.x/textpattern/theme/hive/css/textpattern.css Mon May 13
09:48:42 2013
@@ -872,7 +872,6 @@
box-shadow: none !important;
cursor: default;
-webkit-user-select: none;
- -khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
Reply all
Reply to author
Forward
0 new messages