From: <var...@us...> - 2012-04-10 12:17:23
|
Revision: 8262 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8262&view=rev Author: vargenau Date: 2012-04-10 12:17:12 +0000 (Tue, 10 Apr 2012) Log Message: ----------- Two new generic classes: tt and strike Modified Paths: -------------- trunk/themes/Crao/crao.css trunk/themes/Hawaiian/Hawaiian.css trunk/themes/MacOSX/MacOSX.css trunk/themes/MonoBook/main.css trunk/themes/Portland/portland.css trunk/themes/Sidebar/sidebar.css trunk/themes/SpaceWiki/SpaceWiki.css trunk/themes/Wordpress/Wordpress.css trunk/themes/blog/Kubrick.css trunk/themes/default/phpwiki.css trunk/themes/shamino_com/shamino_com.css Modified: trunk/themes/Crao/crao.css =================================================================== --- trunk/themes/Crao/crao.css 2012-04-06 14:17:01 UTC (rev 8261) +++ trunk/themes/Crao/crao.css 2012-04-10 12:17:12 UTC (rev 8262) @@ -64,6 +64,9 @@ /* generic classes ----------------------------------------------- */ +.tt { font-family: monospace; } +.strike { text-decoration:line-through; } + .align-left {text-align: left;} .align-right {text-align: right;} .align-center {text-align: center;} Modified: trunk/themes/Hawaiian/Hawaiian.css =================================================================== --- trunk/themes/Hawaiian/Hawaiian.css 2012-04-06 14:17:01 UTC (rev 8261) +++ trunk/themes/Hawaiian/Hawaiian.css 2012-04-10 12:17:12 UTC (rev 8262) @@ -35,6 +35,9 @@ /* generic classes ----------------------------------------------- */ +.tt { font-family: monospace; } +.strike { text-decoration:line-through; } + .align-left {text-align: left;} .align-right {text-align: right;} .align-center {text-align: center;} Modified: trunk/themes/MacOSX/MacOSX.css =================================================================== --- trunk/themes/MacOSX/MacOSX.css 2012-04-06 14:17:01 UTC (rev 8261) +++ trunk/themes/MacOSX/MacOSX.css 2012-04-10 12:17:12 UTC (rev 8262) @@ -61,6 +61,9 @@ /* generic classes ----------------------------------------------- */ +.tt { font-family: monospace; } +.strike { text-decoration:line-through; } + .align-left {text-align: left;} .align-right {text-align: right;} .align-center {text-align: center;} Modified: trunk/themes/MonoBook/main.css =================================================================== --- trunk/themes/MonoBook/main.css 2012-04-06 14:17:01 UTC (rev 8261) +++ trunk/themes/MonoBook/main.css 2012-04-10 12:17:12 UTC (rev 8262) @@ -221,6 +221,9 @@ /* generic classes ----------------------------------------------- */ +.tt { font-family: monospace; } +.strike { text-decoration:line-through; } + .align-left {text-align: left;} .align-right {text-align: right;} .align-center {text-align: center;} Modified: trunk/themes/Portland/portland.css =================================================================== --- trunk/themes/Portland/portland.css 2012-04-06 14:17:01 UTC (rev 8261) +++ trunk/themes/Portland/portland.css 2012-04-10 12:17:12 UTC (rev 8262) @@ -29,6 +29,9 @@ /* generic classes ----------------------------------------------- */ +.tt { font-family: monospace; } +.strike { text-decoration:line-through; } + .align-left {text-align: left;} .align-right {text-align: right;} .align-center {text-align: center;} Modified: trunk/themes/Sidebar/sidebar.css =================================================================== --- trunk/themes/Sidebar/sidebar.css 2012-04-06 14:17:01 UTC (rev 8261) +++ trunk/themes/Sidebar/sidebar.css 2012-04-10 12:17:12 UTC (rev 8262) @@ -213,6 +213,9 @@ /* generic classes ----------------------------------------------- */ +.tt { font-family: monospace; } +.strike { text-decoration:line-through; } + .align-left {text-align: left;} .align-right {text-align: right;} .align-center {text-align: center;} Modified: trunk/themes/SpaceWiki/SpaceWiki.css =================================================================== --- trunk/themes/SpaceWiki/SpaceWiki.css 2012-04-06 14:17:01 UTC (rev 8261) +++ trunk/themes/SpaceWiki/SpaceWiki.css 2012-04-10 12:17:12 UTC (rev 8262) @@ -50,6 +50,9 @@ /* generic classes ----------------------------------------------- */ +.tt { font-family: monospace; } +.strike { text-decoration:line-through; } + .align-left {text-align: left;} .align-right {text-align: right;} .align-center {text-align: center;} Modified: trunk/themes/Wordpress/Wordpress.css =================================================================== --- trunk/themes/Wordpress/Wordpress.css 2012-04-06 14:17:01 UTC (rev 8261) +++ trunk/themes/Wordpress/Wordpress.css 2012-04-10 12:17:12 UTC (rev 8262) @@ -17,6 +17,9 @@ /* generic classes ----------------------------------------------- */ +.tt { font-family: monospace; } +.strike { text-decoration:line-through; } + .align-left {text-align: left;} .align-right {text-align: right;} .align-center {text-align: center;} Modified: trunk/themes/blog/Kubrick.css =================================================================== --- trunk/themes/blog/Kubrick.css 2012-04-06 14:17:01 UTC (rev 8261) +++ trunk/themes/blog/Kubrick.css 2012-04-10 12:17:12 UTC (rev 8262) @@ -224,6 +224,9 @@ /* generic classes ----------------------------------------------- */ +.tt { font-family: monospace; } +.strike { text-decoration:line-through; } + .align-left {text-align: left;} .align-right {text-align: right;} .align-center {text-align: center;} Modified: trunk/themes/default/phpwiki.css =================================================================== --- trunk/themes/default/phpwiki.css 2012-04-06 14:17:01 UTC (rev 8261) +++ trunk/themes/default/phpwiki.css 2012-04-10 12:17:12 UTC (rev 8262) @@ -33,6 +33,9 @@ /* generic classes ----------------------------------------------- */ +.tt { font-family: monospace; } +.strike { text-decoration:line-through; } + .align-left {text-align: left;} .align-right {text-align: right;} .align-center {text-align: center;} Modified: trunk/themes/shamino_com/shamino_com.css =================================================================== --- trunk/themes/shamino_com/shamino_com.css 2012-04-06 14:17:01 UTC (rev 8261) +++ trunk/themes/shamino_com/shamino_com.css 2012-04-10 12:17:12 UTC (rev 8262) @@ -123,6 +123,9 @@ /* generic classes ----------------------------------------------- */ +.tt { font-family: monospace; } +.strike { text-decoration:line-through; } + .align-left {text-align: left;} .align-right {text-align: right;} .align-center {text-align: center;} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |