https://www.mediawiki.org/wiki/Special:Code/MediaWiki/111998
Revision: 111998
Author: jdlrobson
Date: 2012-02-21 10:15:42 +0000 (Tue, 21 Feb 2012)
Log Message:
-----------
move common css definitions into common files
warning: several of these rules were not present
in kindle.css or wii.css
they looked pretty harmless but these could be checked
in the rare case they produce any side effects
Modified Paths:
--------------
trunk/extensions/MobileFrontend/stylesheets/android.css
trunk/extensions/MobileFrontend/stylesheets/beta_common.css
trunk/extensions/MobileFrontend/stylesheets/blackberry.css
trunk/extensions/MobileFrontend/stylesheets/common.css
trunk/extensions/MobileFrontend/stylesheets/default.css
trunk/extensions/MobileFrontend/stylesheets/firefox.css
trunk/extensions/MobileFrontend/stylesheets/iphone.css
trunk/extensions/MobileFrontend/stylesheets/iphone2.css
trunk/extensions/MobileFrontend/stylesheets/kindle.css
trunk/extensions/MobileFrontend/stylesheets/nokia.css
trunk/extensions/MobileFrontend/stylesheets/operamini.css
trunk/extensions/MobileFrontend/stylesheets/palm_pre.css
trunk/extensions/MobileFrontend/stylesheets/psp.css
trunk/extensions/MobileFrontend/stylesheets/simple.css
trunk/extensions/MobileFrontend/stylesheets/webkit.css
trunk/extensions/MobileFrontend/stylesheets/wii.css
Modified: trunk/extensions/MobileFrontend/stylesheets/android.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/android.css 2012-02-21
09:59:39 UTC (rev 111997)
+++ trunk/extensions/MobileFrontend/stylesheets/android.css 2012-02-21
10:15:42 UTC (rev 111998)
@@ -1,154 +1,3 @@
-html {
- font-size: 0.8em;
-}
-
-body {
- line-height: 1;
- color: black;
- background: white;
- font-family: sans-serif;
- -webkit-text-size-adjust: none;
-}
-
-p, li, dl, #featured_article {
- line-height: 1.65;
-}
-
-pre {
- white-space: pre-wrap;
-}
-
-h2 {
- border-bottom: 1px solid #aaaaaa;
- padding-top: 0.3em;
-}
-
-a {
- text-decoration: none;
- color: #002bb8;
-}
-
-a:visited {
- color: #5a3696;
-}
-
-a:active {
- color: #faa700;
-}
-
-a:hover {
- text-decoration: underline;
-}
-
-a.new, a.new:visited, a.new:hover {
- color: red;
-}
-
-a.back_to_top, a.back_to_top:visited {
- margin-top: 7px;
- color: blue;
-}
-
-.links {
- float: left;
- padding: 10px;
-}
-
-#contentSub, .dablink {
- margin-bottom: 10px;
-}
-
-#firstHeading {
- font-size: 1.7em;
-}
-
-h2 {
- font-size: 1.3em;
-}
-
-.section_anchors a {
- display: block;
-}
-
-.section_anchor {
- height: 1px;
- width: 1px;
-}
-
-.printonly, .geo-multi-punct, .geo-nondefault {
- display: none;
-}
-
-#featured_article .noprint, .today .noprint {
- display: none;
-}
-
-.thumb {
- border: 1px solid #cccccc;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- background: #f9f9f9;
- margin-bottom: 10px;
-}
-
-.thumb .thumbinner[style] {
- margin: 5px auto;
-}
-
-.thumb .thumbcaption {
- width: 100%;
- margin: 5px 10px 0;
- text-align: center;
- width: auto !important;
-}
-
-img.thumbborder {
- border: 1px solid #cccccc;
-}
-
-.floatright {
- float: right;
-}
-
-#content_wrapper.home h1#firstHeading {
- display: none;
-}
-
-body {
- margin: 0;
-}
-
-#header {
- margin: 8px 8px 0 8px;
-}
-
-#content_wrapper {
- clear: both;
- margin: 0 8px;
-}
-
-#footer {
- margin: 0 8px;
-}
-
-#header img, #header form, #header input, #header button {
- vertical-align: middle;
- display: inline-block;
-}
-
-#searchbox {
- width: auto;
- padding: 5px;
- border: 1px solid #cccccc;
- -webkit-border-radius: 2px;
- -moz-border-radius: 2px;
-}
-
-#searchbox a, #searchbox img {
- border: 0px;
- vertical-align: middle;
-}
-
#searchbox #goButton {
border: 0;
background: url(images/s.gif) no-repeat top left;
@@ -167,71 +16,6 @@
}
}
-#searchbox #searchField {
- width: auto;
-}
-
-#nav {
- -webkit-border-radius: 2px;
- -moz-border-radius: 2px;
- clear: both;
- padding: 5px 0;
-}
-
-#nav form, #nav button {
- display: inline-block;
-}
-
-#nav button {
- background: url(images/buttonbg.gif) no-repeat center;
- border: 0;
- height: 23px;
- width: 83px;
-}
-
-#disableButtons {
- text-align: center;
-}
-
-#disableButtons button {
- background: url(images/buttonbg.gif) no-repeat center;
- border: 0;
- height: 23px;
- width: 83px;
-}
-
-#disableButtons #backButton {
- margin-top: 5em;
-}
-
-.mwm-message.mwm-notice {
- font-size: 1.1em;
-}
-
-#image_wrapper {
- margin: 8px 0 8px -3px;
-}
-
-#footer {
- padding-top: 1em;
-}
-
-#footer #perm {
- padding-top: 2em;
- font-size: 90%;
-}
-
-#footer #copyright {
- padding: 1em 0;
- font-size: 80%;
-}
-
-ol.references > li:target,
-sup.reference:target,
-span.citation:target, cite:target {
- background-color: #ddeeff;
-}
-
.content_block,
.section_anchors,
button.section_heading.hide {
@@ -252,7 +36,4 @@
padding: 0 5px 5px 5px;
}
-#search:focus {
- outline: none;
-}
Modified: trunk/extensions/MobileFrontend/stylesheets/beta_common.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/beta_common.css 2012-02-21
09:59:39 UTC (rev 111997)
+++ trunk/extensions/MobileFrontend/stylesheets/beta_common.css 2012-02-21
10:15:42 UTC (rev 111998)
@@ -422,3 +422,236 @@
table.admin {
width: 300px;
}
+
+html {
+ font-size: 0.8em;
+}
+
+body {
+ line-height: 1;
+ color: black;
+ background: white;
+ font-family: sans-serif;
+ -webkit-text-size-adjust: none;
+}
+
+p, li, dl,
+#featured_article {
+ line-height: 1.65;
+}
+
+pre {
+ white-space: pre-wrap;
+}
+
+h2 {
+ border-bottom: 1px solid #aaaaaa;
+ padding-top: 0.3em;
+}
+
+a {
+ text-decoration: none;
+ color: #002bb8;
+}
+
+a:visited {
+ color: #5a3696;
+}
+
+a:active {
+ color: #faa700;
+}
+
+a:hover {
+ text-decoration: underline;
+}
+
+a.new,
+a.new:visited,
+a.new:hover {
+ color: red;
+}
+
+a.back_to_top,
+a.back_to_top:visited {
+ margin-top: 7px;
+ color: blue;
+}
+
+.links {
+ float: left;
+ padding: 10px;
+}
+
+#contentSub,
+.dablink {
+ margin-bottom: 10px;
+}
+
+#firstHeading {
+ font-size: 1.7em;
+}
+
+h2 {
+ font-size: 1.3em;
+}
+
+.section_anchors a {
+ display: block;
+}
+
+.section_anchor {
+ height: 1px;
+ width: 1px;
+}
+
+.printonly,
+.geo-multi-punct,
+.geo-nondefault {
+ display: none;
+}
+
+#featured_article .noprint,
+.today .noprint {
+ display: none;
+}
+
+.thumb {
+ border: 1px solid #cccccc;
+ -webkit-border-radius: 5px;
+ -moz-border-radius: 5px;
+ background: #f9f9f9;
+ margin-bottom: 10px;
+}
+
+.thumb .thumbinner[style] {
+ margin: 5px auto;
+}
+
+.thumb .thumbcaption {
+ width: 100%;
+ margin: 5px 10px 0;
+ text-align: center;
+ width: auto !important;
+}
+
+img.thumbborder {
+ border: 1px solid #cccccc;
+}
+
+.floatright {
+ float: right;
+}
+
+#content_wrapper.home h1#firstHeading {
+ display: none;
+}
+
+body {
+ margin: 0;
+}
+
+#header {
+ margin: 8px 8px 0 8px;
+}
+
+#content_wrapper {
+ clear: both;
+ margin: 0 8px;
+}
+
+#footer {
+ margin: 0 8px;
+}
+
+#header img,
+#header form,
+#header input,
+#header button {
+ vertical-align: middle;
+ display: inline-block;
+}
+
+#searchbox {
+ width: auto;
+ padding: 5px;
+ border: 1px solid #cccccc;
+ -webkit-border-radius: 2px;
+ -moz-border-radius: 2px;
+}
+
+#searchbox a,
+#searchbox img {
+ border: 0px;
+ vertical-align: middle;
+}
+
+#search:focus {
+ outline: none;
+}
+
+#searchbox #searchField {
+ width: auto;
+}
+
+#nav {
+ -webkit-border-radius: 2px;
+ -moz-border-radius: 2px;
+ clear: both;
+ padding: 5px 0;
+}
+
+#nav form,
+#nav button {
+ display: inline-block;
+}
+
+#nav button {
+ background: url(images/buttonbg.gif) no-repeat center;
+ border: 0;
+ height: 23px;
+ width: 83px;
+}
+
+#disableButtons {
+ text-align: center;
+}
+
+#disableButtons button {
+ background: url(images/buttonbg.gif) no-repeat center;
+ border: 0;
+ height: 23px;
+ width: 83px;
+}
+
+#disableButtons #backButton {
+ margin-top: 5em;
+}
+
+.mwm-message.mwm-notice {
+ font-size: 1.1em;
+}
+
+#image_wrapper {
+ margin: 8px 0 8px -3px;
+}
+
+#footer {
+ padding-top: 1em;
+}
+
+#footer #perm {
+ padding-top: 2em;
+ font-size: 90%;
+}
+
+#footer #copyright {
+ padding: 1em 0;
+ font-size: 80%;
+}
+
+ol.references > li:target,
+sup.reference:target,
+span.citation:target, cite:target {
+ background-color: #ddeeff;
+}
Modified: trunk/extensions/MobileFrontend/stylesheets/blackberry.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/blackberry.css 2012-02-21
09:59:39 UTC (rev 111997)
+++ trunk/extensions/MobileFrontend/stylesheets/blackberry.css 2012-02-21
10:15:42 UTC (rev 111998)
@@ -2,157 +2,6 @@
test: 1;
}
-html {
- font-size: 0.8em;
-}
-
-body {
- line-height: 1;
- color: black;
- background: white;
- font-family: sans-serif;
- -webkit-text-size-adjust: none;
-}
-
-p, li, dl, #featured_article {
- line-height: 1.65;
-}
-
-pre {
- white-space: pre-wrap;
-}
-
-h2 {
- border-bottom: 1px solid #aaaaaa;
- padding-top: 0.3em;
-}
-
-a {
- text-decoration: none;
- color: #002bb8;
-}
-
-a:visited {
- color: #5a3696;
-}
-
-a:active {
- color: #faa700;
-}
-
-a:hover {
- text-decoration: underline;
-}
-
-a.new, a.new:visited, a.new:hover {
- color: red;
-}
-
-a.back_to_top, a.back_to_top:visited {
- margin-top: 7px;
- color: blue;
-}
-
-.links {
- float: left;
- padding: 10px;
-}
-
-#contentSub, .dablink {
- margin-bottom: 10px;
-}
-
-#firstHeading {
- font-size: 1.7em;
-}
-
-h2 {
- font-size: 1.3em;
-}
-
-.section_anchors a {
- display: block;
-}
-
-.section_anchor {
- height: 1px;
- width: 1px;
-}
-
-.printonly, .geo-multi-punct, .geo-nondefault {
- display: none;
-}
-
-#featured_article .noprint, .today .noprint {
- display: none;
-}
-
-.thumb {
- border: 1px solid #cccccc;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- background: #f9f9f9;
- margin-bottom: 10px;
-}
-
-.thumb .thumbinner[style] {
- margin: 5px auto;
-}
-
-.thumb .thumbcaption {
- width: 100%;
- margin: 5px 10px 0;
- text-align: center;
- width: auto !important;
-}
-
-img.thumbborder {
- border: 1px solid #cccccc;
-}
-
-.floatright {
- float: right;
-}
-
-#content_wrapper.home h1#firstHeading {
- display: none;
-}
-
-body {
- margin: 0;
-}
-
-#header {
- margin: 8px 8px 0 8px;
-}
-
-#content_wrapper {
- clear: both;
- margin: 0 8px;
-}
-
-#footer {
- margin: 0 8px;
-}
-
-#header img, #header form, #header input, #header button {
- vertical-align: middle;
- display: inline-block;
-}
-
-#searchbox {
- width: auto;
- padding: 5px;
- border: 1px solid #cccccc;
- -webkit-border-radius: 2px;
- -moz-border-radius: 2px;
-}
-
-#searchbox a, #searchbox img {
- border: 0px;
- vertical-align: middle;
-}
-
#searchbox #goButton {
border: 0;
background: url(images/s.gif) no-repeat top left;
@@ -160,71 +9,6 @@
width: 27px;
}
-#searchbox #searchField {
- width: auto;
-}
-
-#nav {
- -webkit-border-radius: 2px;
- -moz-border-radius: 2px;
- clear: both;
- padding: 5px 0;
-}
-
-#nav form, #nav button {
- display: inline-block;
-}
-
-#nav button {
- background: url(images/buttonbg.gif) no-repeat center;
- border: 0;
- height: 23px;
- width: 83px;
-}
-
-#disableButtons {
- text-align: center;
-}
-
-#disableButtons button {
- background: url(images/buttonbg.gif) no-repeat center;
- border: 0;
- height: 23px;
- width: 83px;
-}
-
-#disableButtons #backButton {
- margin-top: 5em;
-}
-
-.mwm-message.mwm-notice {
- font-size: 1.1em;
-}
-
-#image_wrapper {
- margin: 8px 0 8px -3px;
-}
-
-#footer {
- padding-top: 1em;
-}
-
-#footer #perm {
- padding-top: 2em;
- font-size: 90%;
-}
-
-#footer #copyright {
- padding: 1em 0;
- font-size: 80%;
-}
-
-ol.references > li:target,
-sup.reference:target,
-span.citation:target, cite:target {
- background-color: #ddeeff;
-}
-
.content_block,
.section_anchors,
button.section_heading.hide {
@@ -244,7 +28,3 @@
background: white;
padding: 0 5px 5px 5px;
}
-
-#search:focus {
- outline: none;
-}
Modified: trunk/extensions/MobileFrontend/stylesheets/common.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/common.css 2012-02-21
09:59:39 UTC (rev 111997)
+++ trunk/extensions/MobileFrontend/stylesheets/common.css 2012-02-21
10:15:42 UTC (rev 111998)
@@ -398,3 +398,235 @@
width: 300px;
}
+html {
+ font-size: 0.8em;
+}
+
+body {
+ line-height: 1;
+ color: black;
+ background: white;
+ font-family: sans-serif;
+ -webkit-text-size-adjust: none;
+}
+
+p, li, dl,
+#featured_article {
+ line-height: 1.65;
+}
+
+pre {
+ white-space: pre-wrap;
+}
+
+h2 {
+ border-bottom: 1px solid #aaaaaa;
+ padding-top: 0.3em;
+}
+
+a {
+ text-decoration: none;
+ color: #002bb8;
+}
+
+a:visited {
+ color: #5a3696;
+}
+
+a:active {
+ color: #faa700;
+}
+
+a:hover {
+ text-decoration: underline;
+}
+
+a.new,
+a.new:visited,
+a.new:hover {
+ color: red;
+}
+
+a.back_to_top,
+a.back_to_top:visited {
+ margin-top: 7px;
+ color: blue;
+}
+
+.links {
+ float: left;
+ padding: 10px;
+}
+
+#contentSub,
+.dablink {
+ margin-bottom: 10px;
+}
+
+#firstHeading {
+ font-size: 1.7em;
+}
+
+h2 {
+ font-size: 1.3em;
+}
+
+.section_anchors a {
+ display: block;
+}
+
+.section_anchor {
+ height: 1px;
+ width: 1px;
+}
+
+.printonly,
+.geo-multi-punct,
+.geo-nondefault {
+ display: none;
+}
+
+#featured_article .noprint,
+.today .noprint {
+ display: none;
+}
+
+.thumb {
+ border: 1px solid #cccccc;
+ -webkit-border-radius: 5px;
+ -moz-border-radius: 5px;
+ background: #f9f9f9;
+ margin-bottom: 10px;
+}
+
+.thumb .thumbinner[style] {
+ margin: 5px auto;
+}
+
+.thumb .thumbcaption {
+ width: 100%;
+ margin: 5px 10px 0;
+ text-align: center;
+ width: auto !important;
+}
+
+img.thumbborder {
+ border: 1px solid #cccccc;
+}
+
+.floatright {
+ float: right;
+}
+
+#content_wrapper.home h1#firstHeading {
+ display: none;
+}
+
+body {
+ margin: 0;
+}
+
+#header {
+ margin: 8px 8px 0 8px;
+}
+
+#content_wrapper {
+ clear: both;
+ margin: 0 8px;
+}
+
+#footer {
+ margin: 0 8px;
+}
+
+#header img,
+#header form,
+#header input,
+#header button {
+ vertical-align: middle;
+ display: inline-block;
+}
+
+#searchbox {
+ width: auto;
+ padding: 5px;
+ border: 1px solid #cccccc;
+ -webkit-border-radius: 2px;
+ -moz-border-radius: 2px;
+}
+
+#searchbox a,
+#searchbox img {
+ border: 0px;
+ vertical-align: middle;
+}
+
+#search:focus {
+ outline: none;
+}
+
+#searchbox #searchField {
+ width: auto;
+}
+
+#nav {
+ -webkit-border-radius: 2px;
+ -moz-border-radius: 2px;
+ clear: both;
+ padding: 5px 0;
+}
+
+#nav form,
+#nav button {
+ display: inline-block;
+}
+
+#nav button {
+ background: url(images/buttonbg.gif) no-repeat center;
+ border: 0;
+ height: 23px;
+ width: 83px;
+}
+
+#disableButtons {
+ text-align: center;
+}
+
+#disableButtons button {
+ background: url(images/buttonbg.gif) no-repeat center;
+ border: 0;
+ height: 23px;
+ width: 83px;
+}
+
+#disableButtons #backButton {
+ margin-top: 5em;
+}
+
+.mwm-message.mwm-notice {
+ font-size: 1.1em;
+}
+
+#image_wrapper {
+ margin: 8px 0 8px -3px;
+}
+
+#footer {
+ padding-top: 1em;
+}
+
+#footer #perm {
+ padding-top: 2em;
+ font-size: 90%;
+}
+
+#footer #copyright {
+ padding: 1em 0;
+ font-size: 80%;
+}
+
+ol.references > li:target,
+sup.reference:target,
+span.citation:target, cite:target {
+ background-color: #ddeeff;
+}
Modified: trunk/extensions/MobileFrontend/stylesheets/default.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/default.css 2012-02-21
09:59:39 UTC (rev 111997)
+++ trunk/extensions/MobileFrontend/stylesheets/default.css 2012-02-21
10:15:42 UTC (rev 111998)
@@ -1,154 +1,3 @@
-html {
- font-size: 0.8em;
-}
-
-body {
- line-height: 1;
- color: black;
- background: white;
- font-family: sans-serif;
- -webkit-text-size-adjust: none;
-}
-
-p, li, dl, #featured_article {
- line-height: 1.65;
-}
-
-pre {
- white-space: pre-wrap;
-}
-
-h2 {
- border-bottom: 1px solid #aaaaaa;
- padding-top: 0.3em;
-}
-
-a {
- text-decoration: none;
- color: #002bb8;
-}
-
-a:visited {
- color: #5a3696;
-}
-
-a:active {
- color: #faa700;
-}
-
-a:hover {
- text-decoration: underline;
-}
-
-a.new, a.new:visited, a.new:hover {
- color: red;
-}
-
-a.back_to_top, a.back_to_top:visited {
- margin-top: 7px;
- color: blue;
-}
-
-.links {
- float: left;
- padding: 10px;
-}
-
-#contentSub, .dablink {
- margin-bottom: 10px;
-}
-
-#firstHeading {
- font-size: 1.7em;
-}
-
-h2 {
- font-size: 1.3em;
-}
-
-.section_anchors a {
- display: block;
-}
-
-.section_anchor {
- height: 1px;
- width: 1px;
-}
-
-.printonly, .geo-multi-punct, .geo-nondefault {
- display: none;
-}
-
-#featured_article .noprint, .today .noprint {
- display: none;
-}
-
-.thumb {
- border: 1px solid #cccccc;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- background: #f9f9f9;
- margin-bottom: 10px;
-}
-
-.thumb .thumbinner[style] {
- margin: 5px auto;
-}
-
-.thumb .thumbcaption {
- width: 100%;
- margin: 5px 10px 0;
- text-align: center;
- width: auto !important;
-}
-
-img.thumbborder {
- border: 1px solid #cccccc;
-}
-
-.floatright {
- float: right;
-}
-
-#content_wrapper.home h1#firstHeading {
- display: none;
-}
-
-body {
- margin: 0;
-}
-
-#header {
- margin: 8px 8px 0 8px;
-}
-
-#content_wrapper {
- clear: both;
- margin: 0 8px;
-}
-
-#footer {
- margin: 0 8px;
-}
-
-#header img, #header form, #header input, #header button {
- vertical-align: middle;
- display: inline-block;
-}
-
-#searchbox {
- width: auto;
- padding: 5px;
- border: 1px solid #cccccc;
- -webkit-border-radius: 2px;
- -moz-border-radius: 2px;
-}
-
-#searchbox a, #searchbox img {
- border: 0px;
- vertical-align: middle;
-}
-
#searchbox #goButton {
border: 0;
background: url(images/s.gif) no-repeat top left;
@@ -157,78 +6,10 @@
width: 27px;
}
-#searchbox #searchField {
- width: auto;
-}
-
-#nav {
- -webkit-border-radius: 2px;
- -moz-border-radius: 2px;
- clear: both;
- padding: 5px 0;
-}
-
-#nav form, #nav button {
- display: inline-block;
-}
-
-#nav button {
- background: url(images/buttonbg.gif) no-repeat center;
- border: 0;
- height: 23px;
- width: 83px;
-}
-
-#disableButtons {
- text-align: center;
-}
-
-#disableButtons button {
- background: url(images/buttonbg.gif) no-repeat center;
- border: 0;
- height: 23px;
- width: 83px;
-}
-
-#disableButtons #backButton {
- margin-top: 5em;
-}
-
-.mwm-message.mwm-notice {
- font-size: 1.1em;
-}
-
-#image_wrapper {
- margin: 8px 0 8px -3px;
-}
-
-#footer {
- padding-top: 1em;
-}
-
-#footer #perm {
- padding-top: 2em;
- font-size: 90%;
-}
-
-#footer #copyright {
- padding: 1em 0;
- font-size: 80%;
-}
-
-ol.references > li:target,
-sup.reference:target,
-span.citation:target, cite:target {
- background-color: #ddeeff;
-}
-
.content_block,
.section_anchors,
button.section_heading.hide {
display: none;
}
-#search:focus {
- outline: none;
-}
Modified: trunk/extensions/MobileFrontend/stylesheets/firefox.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/firefox.css 2012-02-21
09:59:39 UTC (rev 111997)
+++ trunk/extensions/MobileFrontend/stylesheets/firefox.css 2012-02-21
10:15:42 UTC (rev 111998)
@@ -1,154 +1,3 @@
-html {
- font-size: 0.8em;
-}
-
-body {
- line-height: 1;
- color: black;
- background: white;
- font-family: sans-serif;
- -webkit-text-size-adjust: none;
-}
-
-p, li, dl, #featured_article {
- line-height: 1.65;
-}
-
-pre {
- white-space: pre-wrap;
-}
-
-h2 {
- border-bottom: 1px solid #aaaaaa;
- padding-top: 0.3em;
-}
-
-a {
- text-decoration: none;
- color: #002bb8;
-}
-
-a:visited {
- color: #5a3696;
-}
-
-a:active {
- color: #faa700;
-}
-
-a:hover {
- text-decoration: underline;
-}
-
-a.new, a.new:visited, a.new:hover {
- color: red;
-}
-
-a.back_to_top, a.back_to_top:visited {
- margin-top: 7px;
- color: blue;
-}
-
-.links {
- float: left;
- padding: 10px;
-}
-
-#contentSub, .dablink {
- margin-bottom: 10px;
-}
-
-#firstHeading {
- font-size: 1.7em;
-}
-
-h2 {
- font-size: 1.3em;
-}
-
-.section_anchors a {
- display: block;
-}
-
-.section_anchor {
- height: 1px;
- width: 1px;
-}
-
-.printonly, .geo-multi-punct, .geo-nondefault {
- display: none;
-}
-
-#featured_article .noprint, .today .noprint {
- display: none;
-}
-
-.thumb {
- border: 1px solid #cccccc;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- background: #f9f9f9;
- margin-bottom: 10px;
-}
-
-.thumb .thumbinner[style] {
- margin: 5px auto;
-}
-
-.thumb .thumbcaption {
- width: 100%;
- margin: 5px 10px 0;
- text-align: center;
- width: auto !important;
-}
-
-img.thumbborder {
- border: 1px solid #cccccc;
-}
-
-.floatright {
- float: right;
-}
-
-#content_wrapper.home h1#firstHeading {
- display: none;
-}
-
-body {
- margin: 0;
-}
-
-#header {
- margin: 8px 8px 0 8px;
-}
-
-#content_wrapper {
- clear: both;
- margin: 0 8px;
-}
-
-#footer {
- margin: 0 8px;
-}
-
-#header img, #header form, #header input, #header button {
- vertical-align: middle;
- display: inline-block;
-}
-
-#searchbox {
- width: auto;
- padding: 5px;
- border: 1px solid #cccccc;
- -webkit-border-radius: 2px;
- -moz-border-radius: 2px;
-}
-
-#searchbox a, #searchbox img {
- border: 0px;
- vertical-align: middle;
-}
-
#searchbox #goButton {
border: 0;
background: url(images/s.gif) no-repeat top left;
@@ -156,71 +5,6 @@
width: 27px;
}
-#searchbox #searchField {
- width: auto;
-}
-
-#nav {
- -webkit-border-radius: 2px;
- -moz-border-radius: 2px;
- clear: both;
- padding: 5px 0;
-}
-
-#nav form, #nav button {
- display: inline-block;
-}
-
-#nav button {
- background: url(images/buttonbg.gif) no-repeat center;
- border: 0;
- height: 23px;
- width: 83px;
-}
-
-#disableButtons {
- text-align: center;
-}
-
-#disableButtons button {
- background: url(images/buttonbg.gif) no-repeat center;
- border: 0;
- height: 23px;
- width: 83px;
-}
-
-#disableButtons #backButton {
- margin-top: 5em;
-}
-
-.mwm-message.mwm-notice {
- font-size: 1.1em;
-}
-
-#image_wrapper {
- margin: 8px 0 8px -3px;
-}
-
-#footer {
- padding-top: 1em;
-}
-
-#footer #perm {
- padding-top: 2em;
- font-size: 90%;
-}
-
-#footer #copyright {
- padding: 1em 0;
- font-size: 80%;
-}
-
-ol.references > li:target,
-sup.reference:target,
-span.citation:target, cite:target {
- background-color: #ddeeff;
-}
-
.content_block,
.section_anchors,
button.section_heading.hide {
@@ -245,7 +29,4 @@
margin-top: 8px;
}
-#search:focus {
- outline: none;
-}
Modified: trunk/extensions/MobileFrontend/stylesheets/iphone.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/iphone.css 2012-02-21
09:59:39 UTC (rev 111997)
+++ trunk/extensions/MobileFrontend/stylesheets/iphone.css 2012-02-21
10:15:42 UTC (rev 111998)
@@ -1,154 +1,3 @@
-html {
- font-size: 0.8em;
-}
-
-body {
- line-height: 1;
- color: black;
- background: white;
- font-family: sans-serif;
- -webkit-text-size-adjust: none;
-}
-
-p, li, dl, #featured_article {
- line-height: 1.65;
-}
-
-pre {
- white-space: pre-wrap;
-}
-
-h2 {
- border-bottom: 1px solid #aaaaaa;
- padding-top: 0.3em;
-}
-
-a {
- text-decoration: none;
- color: #002bb8;
-}
-
-a:visited {
- color: #5a3696;
-}
-
-a:active {
- color: #faa700;
-}
-
-a:hover {
- text-decoration: underline;
-}
-
-a.new, a.new:visited, a.new:hover {
- color: red;
-}
-
-a.back_to_top, a.back_to_top:visited {
- margin-top: 7px;
- color: blue;
-}
-
-.links {
- float: left;
- padding: 10px;
-}
-
-#contentSub, .dablink {
- margin-bottom: 10px;
-}
-
-#firstHeading {
- font-size: 1.7em;
-}
-
-h2 {
- font-size: 1.3em;
-}
-
-.section_anchors a {
- display: block;
-}
-
-.section_anchor {
- height: 1px;
- width: 1px;
-}
-
-.printonly, .geo-multi-punct, .geo-nondefault {
- display: none;
-}
-
-#featured_article .noprint, .today .noprint {
- display: none;
-}
-
-.thumb {
- border: 1px solid #cccccc;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- background: #f9f9f9;
- margin-bottom: 10px;
-}
-
-.thumb .thumbinner[style] {
- margin: 5px auto;
-}
-
-.thumb .thumbcaption {
- width: 100%;
- margin: 5px 10px 0;
- text-align: center;
- width: auto !important;
-}
-
-img.thumbborder {
- border: 1px solid #cccccc;
-}
-
-.floatright {
- float: right;
-}
-
-#content_wrapper.home h1#firstHeading {
- display: none;
-}
-
-body {
- margin: 0;
-}
-
-#header {
- margin: 8px 8px 0 8px;
-}
-
-#content_wrapper {
- clear: both;
- margin: 0 8px;
-}
-
-#footer {
- margin: 0 8px;
-}
-
-#header img, #header form, #header input, #header button {
- vertical-align: middle;
- display: inline-block;
-}
-
-#searchbox {
- width: auto;
- padding: 5px;
- border: 1px solid #cccccc;
- -webkit-border-radius: 2px;
- -moz-border-radius: 2px;
-}
-
-#searchbox a, #searchbox img {
- border: 0px;
- vertical-align: middle;
-}
-
#searchbox #goButton {
border: 0;
background: url(images/s.gif) no-repeat top left;
@@ -162,71 +11,6 @@
}
}
-#searchbox #searchField {
- width: auto;
-}
-
-#nav {
- -webkit-border-radius: 2px;
- -moz-border-radius: 2px;
- clear: both;
- padding: 5px 0;
-}
-
-#nav form, #nav button {
- display: inline-block;
-}
-
-#nav button {
- background: url(images/buttonbg.gif) no-repeat center;
- border: 0;
- height: 23px;
- width: 83px;
-}
-
-#disableButtons {
- text-align: center;
-}
-
-#disableButtons button {
- background: url(images/buttonbg.gif) no-repeat center;
- border: 0;
- height: 23px;
- width: 83px;
-}
-
-#disableButtons #backButton {
- margin-top: 5em;
-}
-
-.mwm-message.mwm-notice {
- font-size: 1.1em;
-}
-
-#image_wrapper {
- margin: 8px 0 8px -3px;
-}
-
-#footer {
- padding-top: 1em;
-}
-
-#footer #perm {
- padding-top: 2em;
- font-size: 90%;
-}
-
-#footer #copyright {
- padding: 1em 0;
- font-size: 80%;
-}
-
-ol.references > li:target,
-sup.reference:target,
-span.citation:target, cite:target {
- background-color: #ddeeff;
-}
-
#clearButton {
display: none;
}
@@ -253,11 +37,6 @@
-moz-border-radius: 2px;
}
-#searchbox a, #searchbox img {
- border: 0px;
- vertical-align: middle;
-}
-
#searchbox #goButton {
border: 0;
background: url(images/s.gif) no-repeat top left;
@@ -284,10 +63,6 @@
max-width: 290px;
}
-#search:focus {
- outline: none;
-}
-
#search {
height: 1.3em;
}
Modified: trunk/extensions/MobileFrontend/stylesheets/iphone2.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/iphone2.css 2012-02-21
09:59:39 UTC (rev 111997)
+++ trunk/extensions/MobileFrontend/stylesheets/iphone2.css 2012-02-21
10:15:42 UTC (rev 111998)
@@ -1,154 +1,3 @@
-html {
- font-size: 0.8em;
-}
-
-body {
- line-height: 1;
- color: black;
- background: white;
- font-family: sans-serif;
- -webkit-text-size-adjust: none;
-}
-
-p, li, dl, #featured_article {
- line-height: 1.65;
-}
-
-pre {
- white-space: pre-wrap;
-}
-
-h2 {
- border-bottom: 1px solid #aaaaaa;
- padding-top: 0.3em;
-}
-
-a {
- text-decoration: none;
- color: #002bb8;
-}
-
-a:visited {
- color: #5a3696;
-}
-
-a:active {
- color: #faa700;
-}
-
-a:hover {
- text-decoration: underline;
-}
-
-a.new, a.new:visited, a.new:hover {
- color: red;
-}
-
-a.back_to_top, a.back_to_top:visited {
- margin-top: 7px;
- color: blue;
-}
-
-.links {
- float: left;
- padding: 10px;
-}
-
-#contentSub, .dablink {
- margin-bottom: 10px;
-}
-
-#firstHeading {
- font-size: 1.7em;
-}
-
-h2 {
- font-size: 1.3em;
-}
-
-.section_anchors a {
- display: block;
-}
-
-.section_anchor {
- height: 1px;
- width: 1px;
-}
-
-.printonly, .geo-multi-punct, .geo-nondefault {
- display: none;
-}
-
-#featured_article .noprint, .today .noprint {
- display: none;
-}
-
-.thumb {
- border: 1px solid #cccccc;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- background: #f9f9f9;
- margin-bottom: 10px;
-}
-
-.thumb .thumbinner[style] {
- margin: 5px auto;
-}
-
-.thumb .thumbcaption {
- width: 100%;
- margin: 5px 10px 0;
- text-align: center;
- width: auto !important;
-}
-
-img.thumbborder {
- border: 1px solid #cccccc;
-}
-
-.floatright {
- float: right;
-}
-
-#content_wrapper.home h1#firstHeading {
- display: none;
-}
-
-body {
- margin: 0;
-}
-
-#header {
- margin: 8px 8px 0 8px;
-}
-
-#content_wrapper {
- clear: both;
- margin: 0 8px;
-}
-
-#footer {
- margin: 0 8px;
-}
-
-#header img, #header form, #header input, #header button {
- vertical-align: middle;
- display: inline-block;
-}
-
-#searchbox {
- width: auto;
- padding: 5px;
- border: 1px solid #cccccc;
- -webkit-border-radius: 2px;
- -moz-border-radius: 2px;
-}
-
-#searchbox a, #searchbox img {
- border: 0px;
- vertical-align: middle;
-}
-
#searchbox #goButton {
border: 0;
background: url(images/s.gif) no-repeat top left;
@@ -156,43 +5,6 @@
width: 27px;
}
-#searchbox #searchField {
- width: auto;
-}
-
-#nav {
- -webkit-border-radius: 2px;
- -moz-border-radius: 2px;
- clear: both;
- padding: 5px 0;
-}
-
-#nav form, #nav button {
- display: inline-block;
-}
-
-#nav button {
- background: url(images/buttonbg.gif) no-repeat center;
- border: 0;
- height: 23px;
- width: 83px;
-}
-
-#disableButtons {
- text-align: center;
-}
-
-#disableButtons button {
- background: url(images/buttonbg.gif) no-repeat center;
- border: 0;
- height: 23px;
- width: 83px;
-}
-
-#disableButtons #backButton {
- margin-top: 5em;
-}
-
.mwm-notice {
padding: 5px;
background: #dddddd;
@@ -202,34 +14,6 @@
border: 1px solid grey;
}
-.mwm-message.mwm-notice {
- font-size: 1.1em;
-}
-
-#image_wrapper {
- margin: 8px 0 8px -3px;
-}
-
-#footer {
- padding-top: 1em;
-}
-
-#footer #perm {
- padding-top: 2em;
- font-size: 90%;
-}
-
-#footer #copyright {
- padding: 1em 0;
- font-size: 80%;
-}
-
-ol.references > li:target,
-sup.reference:target,
-span.citation:target, cite:target {
- background-color: #ddeeff;
-}
-
.content_block,
.section_anchors,
button.section_heading.hide {
@@ -254,10 +38,6 @@
max-width: 290px;
}
-#search:focus {
- outline: none;
-}
-
#search {
height: 1.3em;
}
Modified: trunk/extensions/MobileFrontend/stylesheets/kindle.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/kindle.css 2012-02-21
09:59:39 UTC (rev 111997)
+++ trunk/extensions/MobileFrontend/stylesheets/kindle.css 2012-02-21
10:15:42 UTC (rev 111998)
@@ -9,7 +9,3 @@
body {
line-height: 120%;
}
-
-#search:focus {
- outline: none;
-}
Modified: trunk/extensions/MobileFrontend/stylesheets/nokia.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/nokia.css 2012-02-21
09:59:39 UTC (rev 111997)
+++ trunk/extensions/MobileFrontend/stylesheets/nokia.css 2012-02-21
10:15:42 UTC (rev 111998)
@@ -1,154 +1,3 @@
-html {
- font-size: 0.8em;
-}
-
-body {
- line-height: 1;
- color: black;
- background: white;
- font-family: sans-serif;
- -webkit-text-size-adjust: none;
-}
-
-p, li, dl, #featured_article {
- line-height: 1.65;
-}
-
-pre {
- white-space: pre-wrap;
-}
-
-h2 {
- border-bottom: 1px solid #aaaaaa;
- padding-top: 0.3em;
-}
-
-a {
- text-decoration: none;
- color: #002bb8;
-}
-
-a:visited {
- color: #5a3696;
-}
-
-a:active {
- color: #faa700;
-}
-
-a:hover {
- text-decoration: underline;
-}
-
-a.new, a.new:visited, a.new:hover {
- color: red;
-}
-
-a.back_to_top, a.back_to_top:visited {
- margin-top: 7px;
- color: blue;
-}
-
-.links {
- float: left;
- padding: 10px;
-}
-
-#contentSub, .dablink {
- margin-bottom: 10px;
-}
-
-#firstHeading {
- font-size: 1.7em;
-}
-
-h2 {
- font-size: 1.3em;
-}
-
-.section_anchors a {
- display: block;
-}
-
-.section_anchor {
- height: 1px;
- width: 1px;
-}
-
-.printonly, .geo-multi-punct, .geo-nondefault {
- display: none;
-}
-
-#featured_article .noprint, .today .noprint {
- display: none;
-}
-
-.thumb {
- border: 1px solid #cccccc;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- background: #f9f9f9;
- margin-bottom: 10px;
-}
-
-.thumb .thumbinner[style] {
- margin: 5px auto;
-}
-
-.thumb .thumbcaption {
- width: 100%;
- margin: 5px 10px 0;
- text-align: center;
- width: auto !important;
-}
-
-img.thumbborder {
- border: 1px solid #cccccc;
-}
-
-.floatright {
- float: right;
-}
-
-#content_wrapper.home h1#firstHeading {
- display: none;
-}
-
-body {
- margin: 0;
-}
-
-#header {
- margin: 8px 8px 0 8px;
-}
-
-#content_wrapper {
- clear: both;
- margin: 0 8px;
-}
-
-#footer {
- margin: 0 8px;
-}
-
-#header img, #header form, #header input, #header button {
- vertical-align: middle;
- display: inline-block;
-}
-
-#searchbox {
- width: auto;
- padding: 5px;
- border: 1px solid #cccccc;
- -webkit-border-radius: 2px;
- -moz-border-radius: 2px;
-}
-
-#searchbox a, #searchbox img {
- border: 0px;
- vertical-align: middle;
-}
-
#searchbox #goButton {
border: 0;
background: url(images/s.gif) no-repeat top left;
@@ -156,71 +5,6 @@
width: 27px;
}
-#searchbox #searchField {
- width: auto;
-}
-
-#nav {
- -webkit-border-radius: 2px;
- -moz-border-radius: 2px;
- clear: both;
- padding: 5px 0;
-}
-
-#nav form, #nav button {
- display: inline-block;
-}
-
-#nav button {
- background: url(images/buttonbg.gif) no-repeat center;
- border: 0;
- height: 23px;
- width: 83px;
-}
-
-#disableButtons {
- text-align: center;
-}
-
-#disableButtons button {
- background: url(images/buttonbg.gif) no-repeat center;
- border: 0;
- height: 23px;
- width: 83px;
-}
-
-#disableButtons #backButton {
- margin-top: 5em;
-}
-
-.mwm-message.mwm-notice {
- font-size: 1.1em;
-}
-
-#image_wrapper {
- margin: 8px 0 8px -3px;
-}
-
-#footer {
- padding-top: 1em;
-}
-
-#footer #perm {
- padding-top: 2em;
- font-size: 90%;
-}
-
-#footer #copyright {
- padding: 1em 0;
- font-size: 80%;
-}
-
-ol.references > li:target,
-sup.reference:target,
-span.citation:target, cite:target {
- background-color: #ddeeff;
-}
-
.content_block,
.section_anchors,
button.section_heading.hide {
@@ -245,6 +29,3 @@
padding: 0 5px 5px 5px;
}
-#search:focus {
- outline: none;
-}
Modified: trunk/extensions/MobileFrontend/stylesheets/operamini.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/operamini.css 2012-02-21
09:59:39 UTC (rev 111997)
+++ trunk/extensions/MobileFrontend/stylesheets/operamini.css 2012-02-21
10:15:42 UTC (rev 111998)
@@ -1,154 +1,3 @@
-html {
- font-size: 0.8em;
-}
-
-body {
- line-height: 1;
- color: black;
- background: white;
- font-family: sans-serif;
- -webkit-text-size-adjust: none;
-}
-
-p, li, dl, #featured_article {
- line-height: 1.65;
-}
-
-pre {
- white-space: pre-wrap;
-}
-
-h2 {
- border-bottom: 1px solid #aaaaaa;
- padding-top: 0.3em;
-}
-
-a {
- text-decoration: none;
- color: #002bb8;
-}
-
-a:visited {
- color: #5a3696;
-}
-
-a:active {
- color: #faa700;
-}
-
-a:hover {
- text-decoration: underline;
-}
-
-a.new, a.new:visited, a.new:hover {
- color: red;
-}
-
-a.back_to_top, a.back_to_top:visited {
- margin-top: 7px;
- color: blue;
-}
-
-.links {
- float: left;
- padding: 10px;
-}
-
-#contentSub, .dablink {
- margin-bottom: 10px;
-}
-
-#firstHeading {
- font-size: 1.7em;
-}
-
-h2 {
- font-size: 1.3em;
-}
-
-.section_anchors a {
- display: block;
-}
-
-.section_anchor {
- height: 1px;
- width: 1px;
-}
-
-.printonly, .geo-multi-punct, .geo-nondefault {
- display: none;
-}
-
-#featured_article .noprint, .today .noprint {
- display: none;
-}
-
-.thumb {
- border: 1px solid #cccccc;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- background: #f9f9f9;
- margin-bottom: 10px;
-}
-
-.thumb .thumbinner[style] {
- margin: 5px auto;
-}
-
-.thumb .thumbcaption {
- width: 100%;
- margin: 5px 10px 0;
- text-align: center;
- width: auto !important;
-}
-
-img.thumbborder {
- border: 1px solid #cccccc;
-}
-
-.floatright {
- float: right;
-}
-
-#content_wrapper.home h1#firstHeading {
- display: none;
-}
-
-body {
- margin: 0;
-}
-
-#header {
- margin: 8px 8px 0 8px;
-}
-
-#content_wrapper {
- clear: both;
- margin: 0 8px;
-}
-
-#footer {
- margin: 0 8px;
-}
-
-#header img, #header form, #header input, #header button {
- vertical-align: middle;
- display: inline-block;
-}
-
-#searchbox {
- width: auto;
- padding: 5px;
- border: 1px solid #cccccc;
- -webkit-border-radius: 2px;
- -moz-border-radius: 2px;
-}
-
-#searchbox a, #searchbox img {
- border: 0px;
- vertical-align: middle;
-}
-
#searchbox #goButton {
border: 0;
background: url(images/s.gif) no-repeat top left;
@@ -156,71 +5,6 @@
width: 27px;
}
-#searchbox #searchField {
- width: auto;
-}
-
-#nav {
- -webkit-border-radius: 2px;
- -moz-border-radius: 2px;
- clear: both;
- padding: 5px 0;
-}
-
-#nav form, #nav button {
- display: inline-block;
-}
-
-#nav button {
- background: url(images/buttonbg.gif) no-repeat center;
- border: 0;
- height: 23px;
- width: 83px;
-}
-
-#disableButtons {
- text-align: center;
-}
-
-#disableButtons button {
- background: url(images/buttonbg.gif) no-repeat center;
- border: 0;
- height: 23px;
- width: 83px;
-}
-
-#disableButtons #backButton {
- margin-top: 5em;
-}
-
-.mwm-message.mwm-notice {
- font-size: 1.1em;
-}
-
-#image_wrapper {
- margin: 8px 0 8px -3px;
-}
-
-#footer {
- padding-top: 1em;
-}
-
-#footer #perm {
- padding-top: 2em;
- font-size: 90%;
-}
-
-#footer #copyright {
- padding: 1em 0;
- font-size: 80%;
-}
-
-ol.references > li:target,
-sup.reference:target,
-span.citation:target, cite:target {
- background-color: #ddeeff;
-}
-
.content_block,
.section_anchors,
button.section_heading.hide {
@@ -284,7 +68,4 @@
display: none;
}
-#search:focus {
- outline: none;
-}
Modified: trunk/extensions/MobileFrontend/stylesheets/palm_pre.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/palm_pre.css 2012-02-21
09:59:39 UTC (rev 111997)
+++ trunk/extensions/MobileFrontend/stylesheets/palm_pre.css 2012-02-21
10:15:42 UTC (rev 111998)
@@ -1,154 +1,3 @@
-html {
- font-size: 0.8em;
-}
-
-body {
- line-height: 1;
- color: black;
- background: white;
- font-family: sans-serif;
- -webkit-text-size-adjust: none;
-}
-
-p, li, dl, #featured_article {
- line-height: 1.65;
-}
-
-pre {
- white-space: pre-wrap;
-}
-
-h2 {
- border-bottom: 1px solid #aaaaaa;
- padding-top: 0.3em;
-}
-
-a {
- text-decoration: none;
- color: #002bb8;
-}
-
-a:visited {
- color: #5a3696;
-}
-
-a:active {
- color: #faa700;
-}
-
-a:hover {
- text-decoration: underline;
-}
-
-a.new, a.new:visited, a.new:hover {
- color: red;
-}
-
-a.back_to_top, a.back_to_top:visited {
- margin-top: 7px;
- color: blue;
-}
-
-.links {
- float: left;
- padding: 10px;
-}
-
-#contentSub, .dablink {
- margin-bottom: 10px;
-}
-
-#firstHeading {
- font-size: 1.7em;
-}
-
-h2 {
- font-size: 1.3em;
-}
-
-.section_anchors a {
- display: block;
-}
-
-.section_anchor {
- height: 1px;
- width: 1px;
-}
-
-.printonly, .geo-multi-punct, .geo-nondefault {
- display: none;
-}
-
-#featured_article .noprint, .today .noprint {
- display: none;
-}
-
-.thumb {
- border: 1px solid #cccccc;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- background: #f9f9f9;
- margin-bottom: 10px;
-}
-
-.thumb .thumbinner[style] {
- margin: 5px auto;
-}
-
-.thumb .thumbcaption {
- width: 100%;
- margin: 5px 10px 0;
- text-align: center;
- width: auto !important;
-}
-
-img.thumbborder {
- border: 1px solid #cccccc;
-}
-
-.floatright {
- float: right;
-}
-
-#content_wrapper.home h1#firstHeading {
- display: none;
-}
-
-body {
- margin: 0;
-}
-
-#header {
- margin: 8px 8px 0 8px;
-}
-
-#content_wrapper {
- clear: both;
- margin: 0 8px;
-}
-
-#footer {
- margin: 0 8px;
-}
-
-#header img, #header form, #header input, #header button {
- vertical-align: middle;
- display: inline-block;
-}
-
-#searchbox {
- width: auto;
- padding: 5px;
- border: 1px solid #cccccc;
- -webkit-border-radius: 2px;
- -moz-border-radius: 2px;
-}
-
-#searchbox a, #searchbox img {
- border: 0px;
- vertical-align: middle;
-}
-
#searchbox #goButton {
border: 0;
background: url(images/s.gif) no-repeat top left;
@@ -156,71 +5,6 @@
width: 27px;
}
-#searchbox #searchField {
- width: auto;
-}
-
-#nav {
- -webkit-border-radius: 2px;
- -moz-border-radius: 2px;
- clear: both;
- padding: 5px 0;
-}
-
-#nav form, #nav button {
- display: inline-block;
-}
-
-#nav button {
- background: url(images/buttonbg.gif) no-repeat center;
- border: 0;
- height: 23px;
- width: 83px;
-}
-
-#disableButtons {
- text-align: center;
-}
-
-#disableButtons button {
- background: url(images/buttonbg.gif) no-repeat center;
- border: 0;
- height: 23px;
- width: 83px;
-}
-
-#disableButtons #backButton {
- margin-top: 5em;
-}
-
-.mwm-message.mwm-notice {
- font-size: 1.1em;
-}
-
-#image_wrapper {
- margin: 8px 0 8px -3px;
-}
-
-#footer {
- padding-top: 1em;
-}
-
-#footer #perm {
- padding-top: 2em;
- font-size: 90%;
-}
-
-#footer #copyright {
- padding: 1em 0;
- font-size: 80%;
-}
-
-ol.references > li:target,
-sup.reference:target,
-span.citation:target, cite:target {
- background-color: #ddeeff;
-}
-
.content_block,
.section_anchors,
button.section_heading.hide {
@@ -262,7 +46,4 @@
font-size: 14px;
}
-#search:focus {
- outline: none;
-}
Modified: trunk/extensions/MobileFrontend/stylesheets/psp.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/psp.css 2012-02-21 09:59:39 UTC
(rev 111997)
+++ trunk/extensions/MobileFrontend/stylesheets/psp.css 2012-02-21 10:15:42 UTC
(rev 111998)
@@ -1,154 +1,3 @@
-html {
- font-size: 0.8em;
-}
-
-body {
- line-height: 1;
- color: black;
- background: white;
- font-family: sans-serif;
- -webkit-text-size-adjust: none;
-}
-
-p, li, dl, #featured_article {
- line-height: 1.65;
-}
-
-pre {
- white-space: pre-wrap;
-}
-
-h2 {
- border-bottom: 1px solid #aaaaaa;
- padding-top: 0.3em;
-}
-
-a {
- text-decoration: none;
- color: #002bb8;
-}
-
-a:visited {
- color: #5a3696;
-}
-
-a:active {
- color: #faa700;
-}
-
-a:hover {
- text-decoration: underline;
-}
-
-a.new, a.new:visited, a.new:hover {
- color: red;
-}
-
-a.back_to_top, a.back_to_top:visited {
- margin-top: 7px;
- color: blue;
-}
-
-.links {
- float: left;
- padding: 10px;
-}
-
-#contentSub, .dablink {
- margin-bottom: 10px;
-}
-
-#firstHeading {
- font-size: 1.7em;
-}
-
-h2 {
- font-size: 1.3em;
-}
-
-.section_anchors a {
- display: block;
-}
-
-.section_anchor {
- height: 1px;
- width: 1px;
-}
-
-.printonly, .geo-multi-punct, .geo-nondefault {
- display: none;
-}
-
-#featured_article .noprint, .today .noprint {
- display: none;
-}
-
-.thumb {
- border: 1px solid #cccccc;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- background: #f9f9f9;
- margin-bottom: 10px;
-}
-
-.thumb .thumbinner[style] {
- margin: 5px auto;
-}
-
-.thumb .thumbcaption {
- width: 100%;
- margin: 5px 10px 0;
- text-align: center;
- width: auto !important;
-}
-
-img.thumbborder {
- border: 1px solid #cccccc;
-}
-
-.floatright {
- float: right;
-}
-
-#content_wrapper.home h1#firstHeading {
- display: none;
-}
-
-body {
- margin: 0;
-}
-
-#header {
- margin: 8px 8px 0 8px;
-}
-
-#content_wrapper {
- clear: both;
- margin: 0 8px;
-}
-
-#footer {
- margin: 0 8px;
-}
-
-#header img, #header form, #header input, #header button {
- vertical-align: middle;
- display: inline-block;
-}
-
-#searchbox {
- width: auto;
- padding: 5px;
- border: 1px solid #cccccc;
- -webkit-border-radius: 2px;
- -moz-border-radius: 2px;
-}
-
-#searchbox a, #searchbox img {
- border: 0px;
- vertical-align: middle;
-}
-
#searchbox #goButton {
border: 0;
background: url(images/s.gif) no-repeat top left;
@@ -156,71 +5,6 @@
width: 27px;
}
-#searchbox #searchField {
- width: auto;
-}
-
-#nav {
- -webkit-border-radius: 2px;
- -moz-border-radius: 2px;
- clear: both;
- padding: 5px 0;
-}
-
-#nav form, #nav button {
- display: inline-block;
-}
-
-#nav button {
- background: url(images/buttonbg.gif) no-repeat center;
- border: 0;
- height: 23px;
- width: 83px;
-}
-
-#disableButtons {
- text-align: center;
-}
-
-#disableButtons button {
- background: url(images/buttonbg.gif) no-repeat center;
- border: 0;
- height: 23px;
- width: 83px;
-}
-
-#disableButtons #backButton {
- margin-top: 5em;
-}
-
-.mwm-message.mwm-notice {
- font-size: 1.1em;
-}
-
-#image_wrapper {
- margin: 8px 0 8px -3px;
-}
-
-#footer {
- padding-top: 1em;
-}
-
-#footer #perm {
- padding-top: 2em;
- font-size: 90%;
-}
-
-#footer #copyright {
- padding: 1em 0;
- font-size: 80%;
-}
-
-ol.references > li:target,
-sup.reference:target,
-span.citation:target, cite:target {
- background-color: #ddeeff;
-}
-
.content_block,
.section_anchors,
button.section_heading.hide {
@@ -317,7 +101,4 @@
display: none;
}
-#search:focus {
- outline: none;
-}
Modified: trunk/extensions/MobileFrontend/stylesheets/simple.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/simple.css 2012-02-21
09:59:39 UTC (rev 111997)
+++ trunk/extensions/MobileFrontend/stylesheets/simple.css 2012-02-21
10:15:42 UTC (rev 111998)
@@ -1,154 +1,3 @@
-html {
- font-size: 0.8em;
-}
-
-body {
- line-height: 1;
- color: black;
- background: white;
- font-family: sans-serif;
- -webkit-text-size-adjust: none;
-}
-
-p, li, dl, #featured_article {
- line-height: 1.65;
-}
-
-pre {
- white-space: pre-wrap;
-}
-
-h2 {
- border-bottom: 1px solid #aaaaaa;
- padding-top: 0.3em;
-}
-
-a {
- text-decoration: none;
- color: #002bb8;
-}
-
-a:visited {
- color: #5a3696;
-}
-
-a:active {
- color: #faa700;
-}
-
-a:hover {
- text-decoration: underline;
-}
-
-a.new, a.new:visited, a.new:hover {
- color: red;
-}
-
-a.back_to_top, a.back_to_top:visited {
- margin-top: 7px;
- color: blue;
-}
-
-.links {
- float: left;
- padding: 10px;
-}
-
-#contentSub, .dablink {
- margin-bottom: 10px;
-}
-
-#firstHeading {
- font-size: 1.7em;
-}
-
-h2 {
- font-size: 1.3em;
-}
-
-.section_anchors a {
- display: block;
-}
-
-.section_anchor {
- height: 1px;
- width: 1px;
-}
-
-.printonly, .geo-multi-punct, .geo-nondefault {
- display: none;
-}
-
-#featured_article .noprint, .today .noprint {
- display: none;
-}
-
-.thumb {
- border: 1px solid #cccccc;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- background: #f9f9f9;
- margin-bottom: 10px;
-}
-
-.thumb .thumbinner[style] {
- margin: 5px auto;
-}
-
-.thumb .thumbcaption {
- width: 100%;
- margin: 5px 10px 0;
- text-align: center;
- width: auto !important;
-}
-
-img.thumbborder {
- border: 1px solid #cccccc;
-}
-
-.floatright {
- float: right;
-}
-
-#content_wrapper.home h1#firstHeading {
- display: none;
-}
-
-body {
- margin: 0;
-}
-
-#header {
- margin: 8px 8px 0 8px;
-}
-
-#content_wrapper {
- clear: both;
- margin: 0 8px;
-}
-
-#footer {
- margin: 0 8px;
-}
-
-#header img, #header form, #header input, #header button {
- vertical-align: middle;
- display: inline-block;
-}
-
-#searchbox {
- width: auto;
- padding: 5px;
- border: 1px solid #cccccc;
- -webkit-border-radius: 2px;
- -moz-border-radius: 2px;
-}
-
-#searchbox a, #searchbox img {
- border: 0px;
- vertical-align: middle;
-}
-
#searchbox #goButton {
border: 0;
background: url(images/s.gif) no-repeat top left;
@@ -156,71 +5,6 @@
width: 27px;
}
-#searchbox #searchField {
- width: auto;
-}
-
-#nav {
- -webkit-border-radius: 2px;
- -moz-border-radius: 2px;
- clear: both;
- padding: 5px 0;
-}
-
-#nav form, #nav button {
- display: inline-block;
-}
-
-#nav button {
- background: url(images/buttonbg.gif) no-repeat center;
- border: 0;
- height: 23px;
- width: 83px;
-}
-
-#disableButtons {
- text-align: center;
-}
-
-#disableButtons button {
- background: url(images/buttonbg.gif) no-repeat center;
- border: 0;
- height: 23px;
- width: 83px;
-}
-
-#disableButtons #backButton {
- margin-top: 5em;
-}
-
-.mwm-message.mwm-notice {
- font-size: 1.1em;
-}
-
-#image_wrapper {
- margin: 8px 0 8px -3px;
-}
-
-#footer {
- padding-top: 1em;
-}
-
-#footer #perm {
- padding-top: 2em;
- font-size: 90%;
-}
-
-#footer #copyright {
- padding: 1em 0;
- font-size: 80%;
-}
-
-ol.references > li:target,
-sup.reference:target,
-span.citation:target, cite:target {
- background-color: #ddeeff;
-}
-
.content_block,
.section_anchors,
button.section_heading.hide {
@@ -280,6 +64,3 @@
margin-right: 5px;
}
-#search:focus {
- outline: none;
-}
Modified: trunk/extensions/MobileFrontend/stylesheets/webkit.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/webkit.css 2012-02-21
09:59:39 UTC (rev 111997)
+++ trunk/extensions/MobileFrontend/stylesheets/webkit.css 2012-02-21
10:15:42 UTC (rev 111998)
@@ -1,154 +1,3 @@
-html {
- font-size: 0.8em;
-}
-
-body {
- line-height: 1;
- color: black;
- background: white;
- font-family: sans-serif;
- -webkit-text-size-adjust: none;
-}
-
-p, li, dl, #featured_article {
- line-height: 1.65;
-}
-
-pre {
- white-space: pre-wrap;
-}
-
-h2 {
- border-bottom: 1px solid #aaaaaa;
- padding-top: 0.3em;
-}
-
-a {
- text-decoration: none;
- color: #002bb8;
-}
-
-a:visited {
- color: #5a3696;
-}
-
-a:active {
- color: #faa700;
-}
-
-a:hover {
- text-decoration: underline;
-}
-
-a.new, a.new:visited, a.new:hover {
- color: red;
-}
-
-a.back_to_top, a.back_to_top:visited {
- margin-top: 7px;
- color: blue;
-}
-
-.links {
- float: left;
- padding: 10px;
-}
-
-#contentSub, .dablink {
- margin-bottom: 10px;
-}
-
-#firstHeading {
- font-size: 1.7em;
-}
-
-h2 {
- font-size: 1.3em;
-}
-
-.section_anchors a {
- display: block;
-}
-
-.section_anchor {
- height: 1px;
- width: 1px;
-}
-
-.printonly, .geo-multi-punct, .geo-nondefault {
- display: none;
-}
-
-#featured_article .noprint, .today .noprint {
- display: none;
-}
-
-.thumb {
- border: 1px solid #cccccc;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- background: #f9f9f9;
- margin-bottom: 10px;
-}
-
-.thumb .thumbinner[style] {
- margin: 5px auto;
-}
-
-.thumb .thumbcaption {
- width: 100%;
- margin: 5px 10px 0;
- text-align: center;
- width: auto !important;
-}
-
-img.thumbborder {
- border: 1px solid #cccccc;
-}
-
-.floatright {
- float: right;
-}
-
-#content_wrapper.home h1#firstHeading {
- display: none;
-}
-
-body {
- margin: 0;
-}
-
-#header {
- margin: 8px 8px 0 8px;
-}
-
-#content_wrapper {
- clear: both;
- margin: 0 8px;
-}
-
-#footer {
- margin: 0 8px;
-}
-
-#header img, #header form, #header input, #header button {
- vertical-align: middle;
- display: inline-block;
-}
-
-#searchbox {
- width: auto;
- padding: 5px;
- border: 1px solid #cccccc;
- -webkit-border-radius: 2px;
- -moz-border-radius: 2px;
-}
-
-#searchbox a, #searchbox img {
- border: 0px;
- vertical-align: middle;
-}
-
#searchbox #goButton {
border: 0;
background: url(images/s.gif) no-repeat top left;
@@ -167,71 +16,6 @@
}
}
-#searchbox #searchField {
- width: auto;
-}
-
-#nav {
- -webkit-border-radius: 2px;
- -moz-border-radius: 2px;
- clear: both;
- padding: 5px 0;
-}
-
-#nav form, #nav button {
- display: inline-block;
-}
-
-#nav button {
- background: url(images/buttonbg.gif) no-repeat center;
- border: 0;
- height: 23px;
- width: 83px;
-}
-
-#disableButtons {
- text-align: center;
-}
-
-#disableButtons button {
- background: url(images/buttonbg.gif) no-repeat center;
- border: 0;
- height: 23px;
- width: 83px;
-}
-
-#disableButtons #backButton {
- margin-top: 5em;
-}
-
-.mwm-message.mwm-notice {
- font-size: 1.1em;
-}
-
-#image_wrapper {
- margin: 8px 0 8px -3px;
-}
-
-#footer {
- padding-top: 1em;
-}
-
-#footer #perm {
- padding-top: 2em;
- font-size: 90%;
-}
-
-#footer #copyright {
- padding: 1em 0;
- font-size: 80%;
-}
-
-ol.references > li:target,
-sup.reference:target,
-span.citation:target, cite:target {
- background-color: #ddeeff;
-}
-
.content_block,
.section_anchors,
button.section_heading.hide {
@@ -252,6 +36,3 @@
padding: 0 5px 5px 5px;
}
-#search:focus {
- outline: none;
-}
Modified: trunk/extensions/MobileFrontend/stylesheets/wii.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/wii.css 2012-02-21 09:59:39 UTC
(rev 111997)
+++ trunk/extensions/MobileFrontend/stylesheets/wii.css 2012-02-21 10:15:42 UTC
(rev 111998)
@@ -1,120 +1,4 @@
-html {
- font-size: 0.8em;
-}
-
-body {
- line-height: 1;
- color: black;
- background: white;
- font-family: sans-serif;
- -webkit-text-size-adjust: none;
-}
-
-p, li, dl, #featured_article {
- line-height: 1.65;
-}
-
-pre {
- white-space: pre-wrap;
-}
-
-h2 {
- border-bottom: 1px solid #aaaaaa;
- padding-top: 0.3em;
-}
-
-a {
- text-decoration: none;
- color: #002bb8;
-}
-
-a:visited {
- color: #5a3696;
-}
-
-a:active {
- color: #faa700;
-}
-
-a:hover {
- text-decoration: underline;
-}
-
-a.new, a.new:visited, a.new:hover {
- color: red;
-}
-
-a.back_to_top, a.back_to_top:visited {
- margin-top: 7px;
- color: blue;
-}
-
-.links {
- float: left;
- padding: 10px;
-}
-
-#contentSub, .dablink {
- margin-bottom: 10px;
-}
-
-#firstHeading {
- font-size: 1.7em;
-}
-
-h2 {
- font-size: 1.3em;
-}
-
-.section_anchors a {
- display: block;
-}
-
-.section_anchor {
- height: 1px;
- width: 1px;
-}
-
-.printonly, .geo-multi-punct, .geo-nondefault {
- display: none;
-}
-
-#featured_article .noprint, .today .noprint {
- display: none;
-}
-
.thumb {
- border: 1px solid #cccccc;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- background: #f9f9f9;
- margin-bottom: 10px;
-}
-
-.thumb .thumbinner[style] {
- margin: 5px auto;
-}
-
-.thumb .thumbcaption {
- width: 100%;
- margin: 5px 10px 0;
- text-align: center;
- width: auto !important;
-}
-
-img.thumbborder {
- border: 1px solid #cccccc;
-}
-
-.floatright {
- float: right;
-}
-
-#content_wrapper.home h1#firstHeading {
- display: none;
-}
-
-.thumb {
margin: 0.5em 0;
}
@@ -143,10 +27,6 @@
margin: 0;
}
-body {
- margin: 0;
-}
-
#header {
padding: 8px;
}
@@ -210,18 +90,9 @@
font-size: 80%;
}
-ol.references > li:target,
-sup.reference:target,
-span.citation:target, cite:target {
- background-color: #ddeeff;
-}
-
.content_block,
.section_anchors,
button.section_heading.hide {
display: none;
}
-#search:focus {
- outline: none;
-}
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs