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-94f89814c4dfmaster
parent
9f16494b9a
commit
b20e748817
|
|
@ -139,7 +139,6 @@ We are using some Webfonts. The fonts are from the Fontsquirrel
|
|||
background-color: #fff;
|
||||
/*background-color: rgba(255,255,255,0.9);*/
|
||||
border: 2px solid #213175;
|
||||
color: #000000;
|
||||
display: block;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
|
|
@ -647,6 +646,13 @@ We are using some Webfonts. The fonts are from the Fontsquirrel
|
|||
margin-bottom: 3em;
|
||||
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 {
|
||||
background-color: #f2f2f2;
|
||||
border: 1px solid #213175;
|
||||
|
|
|
|||
|
|
@ -646,6 +646,13 @@ We are using some Webfonts. The fonts are from the Fontsquirrel
|
|||
margin-bottom: 3em;
|
||||
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 {
|
||||
background-color: #f2f2f2;
|
||||
border: 1px solid #0976a0;
|
||||
|
|
|
|||
|
|
@ -139,7 +139,6 @@ We are using some Webfonts. The fonts are from the Fontsquirrel
|
|||
background-color: #fff;
|
||||
/*background-color: rgba(255,255,255,0.9);*/
|
||||
border: 2px solid #828a58;
|
||||
color: #000000;
|
||||
display: block;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
|
|
@ -647,6 +646,13 @@ We are using some Webfonts. The fonts are from the Fontsquirrel
|
|||
margin-bottom: 3em;
|
||||
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 {
|
||||
background-color: #f2f2f2;
|
||||
border: 1px solid #828a58;
|
||||
|
|
|
|||
|
|
@ -139,7 +139,6 @@ We are using some Webfonts. The fonts are from the Fontsquirrel
|
|||
background-color: #fff;
|
||||
/*background-color: rgba(255,255,255,0.9);*/
|
||||
border: 2px solid #0a9793;
|
||||
color: #000000;
|
||||
display: block;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
|
|
@ -647,6 +646,13 @@ We are using some Webfonts. The fonts are from the Fontsquirrel
|
|||
margin-bottom: 3em;
|
||||
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 {
|
||||
background-color: #f2f2f2;
|
||||
border: 1px solid #0a9793;
|
||||
|
|
|
|||
|
|
@ -139,7 +139,6 @@ We are using some Webfonts. The fonts are from the Fontsquirrel
|
|||
background-color: #fff;
|
||||
/*background-color: rgba(255,255,255,0.9);*/
|
||||
border: 2px solid #0072bb;
|
||||
color: #000000;
|
||||
display: block;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
|
|
@ -647,6 +646,13 @@ We are using some Webfonts. The fonts are from the Fontsquirrel
|
|||
margin-bottom: 3em;
|
||||
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 {
|
||||
background-color: #f2f2f2;
|
||||
border: 1px solid #0072bb;
|
||||
|
|
|
|||
|
|
@ -196,8 +196,6 @@ We are using some Webfonts. The fonts are from the Fontsquirrel
|
|||
|
||||
border: 2px solid @color-nav-background2;
|
||||
|
||||
color: @color-main-text;
|
||||
|
||||
display: block;
|
||||
|
||||
position: absolute;
|
||||
|
|
@ -848,6 +846,12 @@ We are using some Webfonts. The fonts are from the Fontsquirrel
|
|||
padding: 1em;
|
||||
}
|
||||
|
||||
div.navigation-quicklinks {
|
||||
.mixin-main();
|
||||
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
div.news-date {
|
||||
background-color: @color-main-background;
|
||||
|
||||
|
|
|
|||
|
|
@ -360,10 +360,10 @@
|
|||
-->
|
||||
|
||||
<div id="footer-logo-wrapper">
|
||||
<a href-static="http://www.scientificcms.org">
|
||||
<a href-static="http://www.librecms.org">
|
||||
<img id="footer-logo"
|
||||
class="img-responsive"
|
||||
src-static="images/scientificcms.png"/>
|
||||
src-static="images/logo.png"/>
|
||||
</a>
|
||||
</div>
|
||||
<ul id="footer-links">
|
||||
|
|
|
|||
|
|
@ -53,6 +53,8 @@
|
|||
</ul>
|
||||
</paginator>
|
||||
</object-list>
|
||||
|
||||
<include file="fragments/navigation-quick-links.xml" />
|
||||
</main>
|
||||
|
||||
<navigation min-level="2" max-level="99">
|
||||
|
|
@ -72,7 +74,7 @@
|
|||
</nav>
|
||||
</navigation>
|
||||
|
||||
<include file="fragments/navigation-quick-links.xml" />
|
||||
|
||||
|
||||
</block>
|
||||
|
||||
|
|
|
|||
|
|
@ -56,6 +56,8 @@
|
|||
</ul>
|
||||
</paginator>
|
||||
</object-list>
|
||||
|
||||
<include file="fragments/navigation-quick-links.xml" />
|
||||
</div>
|
||||
|
||||
<aside>
|
||||
|
|
@ -86,9 +88,11 @@
|
|||
</object-list>
|
||||
</aside>
|
||||
|
||||
|
||||
|
||||
</main>
|
||||
|
||||
<include file="fragments/navigation-quick-links.xml" />
|
||||
|
||||
|
||||
|
||||
</block>
|
||||
|
|
|
|||
Loading…
Reference in New Issue