http://www.mediawiki.org/wiki/Special:Code/MediaWiki/97959
Revision: 97959
Author: catrope
Date: 2011-09-23 21:32:16 +0000 (Fri, 23 Sep 2011)
Log Message:
-----------
MoodBar: Copy CSS and images from extensions/FeedbackDashboard
Added Paths:
-----------
trunk/extensions/MoodBar/modules/ext.moodBar.dashboard/
trunk/extensions/MoodBar/modules/ext.moodBar.dashboard/images/
trunk/extensions/MoodBar/modules/ext.moodBar.dashboard/page.css
Copied: trunk/extensions/MoodBar/modules/ext.moodBar.dashboard/page.css (from
rev 97909, trunk/extensions/FeedbackDashboard/modules/templates/page.css)
===================================================================
--- trunk/extensions/MoodBar/modules/ext.moodBar.dashboard/page.css
(rev 0)
+++ trunk/extensions/MoodBar/modules/ext.moodBar.dashboard/page.css
2011-09-23 21:32:16 UTC (rev 97959)
@@ -0,0 +1,174 @@
+/* MediaWiki-ish stuff */
+
+body {
+ font-size: 1em;
+ font-family: sans-serif;
+ margin: 0;
+ padding: 0;
+}
+#content {
+ font-size: 0.8em;
+ line-height: 1.5em;
+ margin: 0;
+ padding: 1em;
+}
+a {
+ text-decoration: none;
+}
+
+/* Filters */
+
+#fbd-filters {
+ position: absolute;
+ width: 12em;
+}
+
+#fbd-filters form {
+ margin: 0;
+ padding: 1em;
+ background-color: #e8f2f8;
+}
+
+#fbd-about {
+ display: inline-block;
+ font-size: 0.8em;
+ margin-top: 0.5em;
+}
+
+#fbd-filters-title {
+ font-size: 1.2em;
+ margin: 0;
+ padding: 0;
+ border-bottom: solid 1px black;
+}
+
+#fbd-filters-types {
+ margin: 0.5em 0 0 0;
+ padding: 0;
+ border: none;
+}
+
+.fbd-filters-label {
+ display: block;
+ margin: 0.5em 0 0 0;
+ padding: 0;
+ font-weight: bold;
+}
+
+.fbd-filters-input {
+ margin: 0.25em 0 0.25em 0.75em;
+ width: 10em;
+}
+
+#fbd-filters-types ul {
+ margin: 0;
+ padding: 0;
+ list-style: none;
+}
+
+#fbd-filters-types li {
+ margin: 0 0 0 0.75em;
+ padding: 0;
+ list-style: none;
+}
+
+#fbd-filters-types label {
+ padding-left: 18px;
+ background-position: left 45%;
+ background-repeat: no-repeat;
+}
+
+#fbd-filters-type-praise-label {
+ background-image: url(../images/filter-praise.png)
+}
+
+#fbd-filters-type-confusion-label {
+ background-image: url(../images/filter-confusion.png)
+}
+
+#fbd-filters-type-issues-label {
+ background-image: url(../images/filter-issues.png)
+}
+
+#fbd-filters-set {
+ margin: 1em 0 0 0;
+}
+
+/* List */
+
+#fbd-list {
+ margin: 0 0 0 13em;
+ padding: 0;
+ list-style: none;
+}
+
+#fbd-list-more {
+ margin: 1em 0 0 13em;
+ padding: 0.5em;
+ background-color: #e8f2f8;
+ text-align: center;
+}
+
+#fbd-list-more a {
+ font-size: 1.4em;
+ padding-left: 20px;
+ background-image: url(../images/page-more.png);
+ background-position: left center;
+ background-repeat: no-repeat;
+}
+
+.fbd-item {
+ border-bottom: solid 1px silver;
+ position: relative;
+}
+
+.fbd-item-emoticon {
+ float: left;
+ margin-right: 0.5em;
+ width: 75px;
+ height: 90px;
+ background-position: center top;
+ background-repeat: no-repeat;
+}
+
+.fbd-item-emoticon-label {
+ display: block;
+ margin-top: 60px;
+ text-align: center;
+}
+
+.fbd-item-emoticon-happy {
+ background-image: url(../images/emoticon-happy.png);
+}
+.fbd-item-emoticon-confused {
+ background-image: url(../images/emoticon-confused.png);
+}
+.fbd-item-emoticon-sad {
+ background-image: url(../images/emoticon-sad.png);
+}
+
+.fbd-item-userName {
+ font-size: 1.2em;
+ margin: 0;
+ padding: 0;
+}
+
+.fbd-item-userLinks {
+ font-size: 0.5em;
+}
+
+.fbd-item-time {
+ font-size: 1.2em;
+ float: right;
+ font-weight: bold;
+}
+
+.fbd-item-message {
+ font-size: 1.4em;
+ margin-top: 0.25em;
+}
+
+.fbd-item-permalink {
+ float: right;
+ font-size: 0.8em;
+}
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs