You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by aj...@apache.org on 2008/08/03 14:26:19 UTC

svn commit: r682150 - in /incubator/jspwiki/trunk/src/webdocs/templates/default/skins: OrderedList/skin.css Smart/skin.css

Author: ajaquith
Date: Sun Aug  3 05:26:18 2008
New Revision: 682150

URL: http://svn.apache.org/viewvc?rev=682150&view=rev
Log:
Massive re-factoring to make Stripes less invasive.

Modified:
    incubator/jspwiki/trunk/src/webdocs/templates/default/skins/OrderedList/skin.css
    incubator/jspwiki/trunk/src/webdocs/templates/default/skins/Smart/skin.css

Modified: incubator/jspwiki/trunk/src/webdocs/templates/default/skins/OrderedList/skin.css
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/webdocs/templates/default/skins/OrderedList/skin.css?rev=682150&r1=682149&r2=682150&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/webdocs/templates/default/skins/OrderedList/skin.css (original)
+++ incubator/jspwiki/trunk/src/webdocs/templates/default/skins/OrderedList/skin.css Sun Aug  3 05:26:18 2008
@@ -61,7 +61,6 @@
 	background:#202326;
 	color:#6cf;
 }
-
 /* +++ 220 Lists and bullets +++ */
 /* +++ 225 Forms, Labels, form-values and form-help +++ */
 /* +++ 230 Horizontal rules +++ */
@@ -308,7 +307,6 @@
 #tools .collapsetitle:hover {
 	background:#fc3;
 }
-
 #toolbuttons span {
 	border:1px solid #fc3;
 }
@@ -392,9 +390,7 @@
 	color:#c7ff70;
 	border-bottom:none;
 }
-
 /* +++ 625 Table of contents plugin +++ */
-
 /* +++ 630 Weblog and weblogarchive plugins +++ */
 .weblogentryheading, .weblogentryfooter {
 	color:#c7ff70;
@@ -424,7 +420,6 @@
 }
 
 /* +++ 800 JSPWiki JSP Taglibs +++ */
-
 /* +++ 805 CalendarTag +++ */
 table.calendar * {
 	font-size:0.9em;
@@ -514,7 +509,6 @@
 	color:#c30 !important;
 }
 
-
 /* +++ 920 Collapsible lists +++ */
 .collapseBullet,
 .collapseOpen,

Modified: incubator/jspwiki/trunk/src/webdocs/templates/default/skins/Smart/skin.css
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/webdocs/templates/default/skins/Smart/skin.css?rev=682150&r1=682149&r2=682150&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/webdocs/templates/default/skins/Smart/skin.css (original)
+++ incubator/jspwiki/trunk/src/webdocs/templates/default/skins/Smart/skin.css Sun Aug  3 05:26:18 2008
@@ -79,14 +79,6 @@
 h2,h3,h4 { 
 	color:#c00;
 }
-.editsection a:link, .editsection a:active, .editsection a:visited {
-	border:none;
-	color:#ccc;
-}
-.editsection a:hover {
-	background:#fff7c0;
-	color:#999;
-}
 
 /* +++ 220 Lists and bullets +++ */
 /* +++ 225 Forms, Labels, form-values and form-help +++ */
@@ -184,16 +176,6 @@
 .textarea-resizer {
 	background:#fad112; 
 }
-#findSuggestionMenu {
-	color:#c30;
-	background-color:#fad112;
-	border:4px solid #fad112;
-}
-#findSuggestionMenu .hover { 
-	background-color:#fff7c0;
-}
-
-
 /* +++ 440 Favorites +++ */
 .userbox .username {
 	padding:4px 0 4px 22px;
@@ -265,6 +247,58 @@
 a.tool:hover, .btn:hover {
 	background-color:#fad112 !important;
 }
+#toolbar a.tool { 
+	border:none; 
+	background-repeat:no-repeat;
+	background-color:transparent;
+	background-position:3px 3px;
+	height:16px; 
+	width:16px; 
+	text-indent:20px; 
+	overflow:hidden;
+}
+#tbH1 		{ background-image:url("images/text_heading_1.png");  }
+#tbH2 		{ background-image:url("images/text_heading_2.png");  }
+#tbH3 		{ background-image:url("images/text_heading_3.png");  }
+#tbB  		{ background-image:url("images/text_bold.png");  }
+#tbI  		{ background-image:url("images/text_italic.png");  }
+#tbLink   	{ background-image:url("images/link.png");  }
+#tbMONO   	{ background-image:url("images/text_allcaps.png");  }
+/*
+#tbColor  	{ background-image:url("images/paintbrush.png");  }
+#tbBackground { background-image:url("images/paintcan.png");  }
+*/
+#tbPRE   	{ background-image:url("images/page_white_code.png");  }
+#tbCODE   	{ background-image:url("images/page_white_code_red.png");  }
+#tbHR 		{ background-image:url("images/text_horizontalrule.png");  }
+#tbBR 		{ background-image:url("images/pilcrow.png");  }
+#tbDL 		{ background-image:url("images/application_form.png");  }
+#tbSUP		{ background-image:url("images/text_superscript.png");  }
+#tbSUB		{ background-image:url("images/text_subscript.png");  }
+#tbSTRIKE 	{ background-image:url("images/text_strikethrough.png");  }
+#tbUL 		{ background-image:url("images/text_list_bullets.png");  }
+#tbOL 		{ background-image:url("images/text_list_numbers.png");  }
+#tbLEFT   	{ background-image:url("images/text_align_left.png");  }
+#tbCENTER 	{ background-image:url("images/text_align_center.png");  }
+#tbRIGHT  	{ background-image:url("images/text_align_right.png");  }
+#tbJUST   	{ background-image:url("images/text_align_justify.png");  }
+#tbQUOTE  	{ background-image:url("images/text_padding_left.png");  }
+#tbIMG		{ background-image:url("images/picture.png");  }
+#tbTABLE  	{ background-image:url("images/table.png");  }
+#tbTOC		{ background-image:url("images/book.png");  }
+#tbTAB		{ background-image:url("images/tab.png");  }
+#tbSIGN		{ background-image:url("images/text_signature.png");  }
+
+/*
+#tbTIME   	{ background-image:url("images/time.png");  }
+#tbPLUGIN 	{ background-image:url("images/plugin.png");  }
+#tbCUT		{ background-image:url("images/cut.png");  }
+#tbCOPY   	{ background-image:url("images/page_copy.png");  }
+#tbPASTE  	{ background-image:url("images/page_white_paste.png");  }
+#tbPASTE.mark { background-image:url("images/page_paste.png"); }
+#tbUNDO   	{ }
+#tbREDO   	{ }
+*/
 
 /* +++ 475 PageContent.jsp +++ */
 .banner {
@@ -275,9 +309,6 @@
 	color:white;
 	padding:0.5em 0.25em;
 }
-#sneakpreviewheader {
-	background-color:#fff7c0;
-}  
 
 /* +++ 475 PreviewContent - "This is a preview" comment +++ */
 /* +++ 480 PreferencesContent, LoginContent, GroupContent +++ */
@@ -462,8 +493,9 @@
 }
 .categoryTitle, .categoryText {
 	background:#fad112;
+	margin:0;
 }
-.categoryPopup .hover { 
+.categoryTitle:hover, .categoryText li:hover { 
 	background:#fff7c0;
 }
 .categoryLink:link, .categoryLink:active, .categoryLink:hover, .categoryLink:visited {