Ported QuickLinks styling from ccm-theme-libre-flex to scicms-default theme

git-svn-id: https://svn.libreccm.org/ccm/trunk@3732 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2015-11-17 13:19:35 +00:00
parent 9f16494b9a
commit b20e748817
9 changed files with 51 additions and 10 deletions

View File

@ -139,7 +139,6 @@ We are using some Webfonts. The fonts are from the Fontsquirrel
background-color: #fff; background-color: #fff;
/*background-color: rgba(255,255,255,0.9);*/ /*background-color: rgba(255,255,255,0.9);*/
border: 2px solid #213175; border: 2px solid #213175;
color: #000000;
display: block; display: block;
position: absolute; position: absolute;
left: 0; left: 0;
@ -647,6 +646,13 @@ We are using some Webfonts. The fonts are from the Fontsquirrel
margin-bottom: 3em; margin-bottom: 3em;
padding: 1em; padding: 1em;
} }
main div.navigation-quicklinks {
background-color: #f2f2f2;
border-radius: 0.5em;
box-shadow: 0.1em 0.2em 0.35em 0 rgba(0, 0, 0, 0.35);
padding: 1em;
margin-bottom: 2em;
}
main div.news-date { main div.news-date {
background-color: #f2f2f2; background-color: #f2f2f2;
border: 1px solid #213175; border: 1px solid #213175;

View File

@ -646,6 +646,13 @@ We are using some Webfonts. The fonts are from the Fontsquirrel
margin-bottom: 3em; margin-bottom: 3em;
padding: 1em; padding: 1em;
} }
main div.navigation-quicklinks {
background-color: #f2f2f2;
border-radius: 0.5em;
box-shadow: 0.1em 0.2em 0.35em 0 rgba(0, 0, 0, 0.35);
padding: 1em;
margin-bottom: 2em;
}
main div.news-date { main div.news-date {
background-color: #f2f2f2; background-color: #f2f2f2;
border: 1px solid #0976a0; border: 1px solid #0976a0;

View File

@ -139,7 +139,6 @@ We are using some Webfonts. The fonts are from the Fontsquirrel
background-color: #fff; background-color: #fff;
/*background-color: rgba(255,255,255,0.9);*/ /*background-color: rgba(255,255,255,0.9);*/
border: 2px solid #828a58; border: 2px solid #828a58;
color: #000000;
display: block; display: block;
position: absolute; position: absolute;
left: 0; left: 0;
@ -647,6 +646,13 @@ We are using some Webfonts. The fonts are from the Fontsquirrel
margin-bottom: 3em; margin-bottom: 3em;
padding: 1em; padding: 1em;
} }
main div.navigation-quicklinks {
background-color: #f2f2f2;
border-radius: 0.5em;
box-shadow: 0.1em 0.2em 0.35em 0 rgba(0, 0, 0, 0.35);
padding: 1em;
margin-bottom: 2em;
}
main div.news-date { main div.news-date {
background-color: #f2f2f2; background-color: #f2f2f2;
border: 1px solid #828a58; border: 1px solid #828a58;

View File

@ -139,7 +139,6 @@ We are using some Webfonts. The fonts are from the Fontsquirrel
background-color: #fff; background-color: #fff;
/*background-color: rgba(255,255,255,0.9);*/ /*background-color: rgba(255,255,255,0.9);*/
border: 2px solid #0a9793; border: 2px solid #0a9793;
color: #000000;
display: block; display: block;
position: absolute; position: absolute;
left: 0; left: 0;
@ -647,6 +646,13 @@ We are using some Webfonts. The fonts are from the Fontsquirrel
margin-bottom: 3em; margin-bottom: 3em;
padding: 1em; padding: 1em;
} }
main div.navigation-quicklinks {
background-color: #f2f2f2;
border-radius: 0.5em;
box-shadow: 0.1em 0.2em 0.35em 0 rgba(0, 0, 0, 0.35);
padding: 1em;
margin-bottom: 2em;
}
main div.news-date { main div.news-date {
background-color: #f2f2f2; background-color: #f2f2f2;
border: 1px solid #0a9793; border: 1px solid #0a9793;

View File

@ -139,7 +139,6 @@ We are using some Webfonts. The fonts are from the Fontsquirrel
background-color: #fff; background-color: #fff;
/*background-color: rgba(255,255,255,0.9);*/ /*background-color: rgba(255,255,255,0.9);*/
border: 2px solid #0072bb; border: 2px solid #0072bb;
color: #000000;
display: block; display: block;
position: absolute; position: absolute;
left: 0; left: 0;
@ -647,6 +646,13 @@ We are using some Webfonts. The fonts are from the Fontsquirrel
margin-bottom: 3em; margin-bottom: 3em;
padding: 1em; padding: 1em;
} }
main div.navigation-quicklinks {
background-color: #f2f2f2;
border-radius: 0.5em;
box-shadow: 0.1em 0.2em 0.35em 0 rgba(0, 0, 0, 0.35);
padding: 1em;
margin-bottom: 2em;
}
main div.news-date { main div.news-date {
background-color: #f2f2f2; background-color: #f2f2f2;
border: 1px solid #0072bb; border: 1px solid #0072bb;

View File

@ -196,8 +196,6 @@ We are using some Webfonts. The fonts are from the Fontsquirrel
border: 2px solid @color-nav-background2; border: 2px solid @color-nav-background2;
color: @color-main-text;
display: block; display: block;
position: absolute; position: absolute;
@ -848,6 +846,12 @@ We are using some Webfonts. The fonts are from the Fontsquirrel
padding: 1em; padding: 1em;
} }
div.navigation-quicklinks {
.mixin-main();
margin-bottom: 2em;
}
div.news-date { div.news-date {
background-color: @color-main-background; background-color: @color-main-background;

View File

@ -360,10 +360,10 @@
--> -->
<div id="footer-logo-wrapper"> <div id="footer-logo-wrapper">
<a href-static="http://www.scientificcms.org"> <a href-static="http://www.librecms.org">
<img id="footer-logo" <img id="footer-logo"
class="img-responsive" class="img-responsive"
src-static="images/scientificcms.png"/> src-static="images/logo.png"/>
</a> </a>
</div> </div>
<ul id="footer-links"> <ul id="footer-links">

View File

@ -53,6 +53,8 @@
</ul> </ul>
</paginator> </paginator>
</object-list> </object-list>
<include file="fragments/navigation-quick-links.xml" />
</main> </main>
<navigation min-level="2" max-level="99"> <navigation min-level="2" max-level="99">
@ -72,7 +74,7 @@
</nav> </nav>
</navigation> </navigation>
<include file="fragments/navigation-quick-links.xml" />
</block> </block>

View File

@ -56,6 +56,8 @@
</ul> </ul>
</paginator> </paginator>
</object-list> </object-list>
<include file="fragments/navigation-quick-links.xml" />
</div> </div>
<aside> <aside>
@ -86,9 +88,11 @@
</object-list> </object-list>
</aside> </aside>
</main> </main>
<include file="fragments/navigation-quick-links.xml" />
</block> </block>