Template:Biomod/2013/Aarhus/Nano Creators/footer: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 18: Line 18:
.footer-section {
.footer-section {
padding: 10px;
padding: 10px;
display: inline-table;
display: table-cell;
text-align: left;
text-align: left;
}
}
Line 28: Line 28:
#footer-contents {
#footer-contents {
color: #006e9c;
color: #006e9c;
display: inline-table;
}
}



Revision as of 18:14, 24 October 2013

<html> <head> <style>

  1. indexing {

/* float: left; position: center; */ background-color: #222; border-top: 2px solid #d13f31; color: #006e9c; margin: 0px; padding: 0px 0px 10px 0px; width: 100%; text-align: center; }

.footer-section { padding: 10px; display: table-cell; text-align: left; }

.footer-section-title { font-size: 20px; }

  1. footer-contents {

color: #006e9c; display: inline-table; }

.footer-section A { color: #006e9c; text-decoration: none; }

.footer-section A:HOVER { color: #00aeef; }

.footer-section ul { list-style-type: square; }

  1. sitemapTitle {

margin-top: 20px; font-size: 24px; }

  1. editFooter {

float: right; margin-top: -28px; margin-right: 5px; }

  1. editFooter A {

color: #006e9c; text-decoration: none; }

.cf:before,.cf:after { content: " "; /* 1 */ display: table; /* 2 */ }

.cf:after { clear: both; } </style> </head> <body>

SITEMAP | BIOMOD 2013 NANO CREATORS | Aarhus University

</body> </html>