- foundry-base is not the default theme

- Changed background-color in the Content Centre the #fff, and the color to #000


git-svn-id: https://svn.libreccm.org/ccm/trunk@3083 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2015-01-17 08:07:01 +00:00
parent e0c1bebdd3
commit a2d007d41b
4 changed files with 9 additions and 4 deletions

View File

@ -36,7 +36,7 @@
version="2.0"> version="2.0">
<!-- Import the Foundry main templates all other things are defined there --> <!-- Import the Foundry main templates all other things are defined there -->
<xsl:import href="../../foundry/start.xsl"/> <xsl:import href="/themes/foundry/start.xsl"/>
<!-- Import custom extensions --> <!-- Import custom extensions -->
<xsl:import href="user/user.xsl"/> <xsl:import href="user/user.xsl"/>

View File

@ -152,6 +152,7 @@
<xsl:choose> <xsl:choose>
<xsl:when test="$template-map/content-item[@oid = $oid]"> <xsl:when test="$template-map/content-item[@oid = $oid]">
<xsl:message> <xsl:message>
<xsl:value-of select="foundry:message-info('Found template for this special item.')"/> <xsl:value-of select="foundry:message-info('Found template for this special item.')"/>
</xsl:message> </xsl:message>

View File

@ -551,7 +551,7 @@ div#left div.column-content{
div#right{ div#right{
width: 75%; width: 75%;
margin: 0; margin: 0;
background-color: #f2f0ff; background-color: #fff;
} }
div#right div.column-head { div#right div.column-head {
@ -1548,7 +1548,7 @@ input#draft_search:active {
border: 0 !important; border: 0 !important;
padding: 0 !important; padding: 0 !important;
min-height: inherit; min-height: inherit;
color: #4a4a4a; color: #000;
background-color: inherit; background-color: inherit;
line-height: 1.75em; line-height: 1.75em;
font-family: 'DejaVuSansMono',Verdana, Helvetica, Arial, sans-serif; font-family: 'DejaVuSansMono',Verdana, Helvetica, Arial, sans-serif;

View File

@ -17,7 +17,11 @@ http://::host::/::webapp::/themes/::themedir::/::theme::/start.xsl
# Theme with single entry point (e.g Mandalay) unmanaged default # Theme with single entry point (e.g Mandalay) unmanaged default
#http://::host::/resource/::webapp::/themes/mandalay/start.xsl #http://::host::/resource/::webapp::/themes/mandalay/start.xsl
http://::host::/::webapp::/themes/mandalay/start.xsl #http://::host::/::webapp::/themes/mandalay/start.xsl
# Theme with single entry point (e.g Mandalay) unmanaged default
#http://::host::/resource/::webapp::/themes/mandalay/start.xsl
http://::host::/::webapp::/themes/foundry-base/start.xsl