Astro Classes

This commit is contained in:
2015-08-14 21:06:23 +08:00
parent d3f924adf3
commit 0a25f87965
157 changed files with 11676 additions and 2 deletions

View File

@@ -0,0 +1,36 @@
footer {
width: 100%;
position: relative;
}
.footer_bg {
margin: 0 auto;
height: 100%;
}
.flink_section {
font-family: custom-sans;
float: left;
padding: 0.5em;
}
.flink_section > span {
font-size: 1.5em;
color: white;
}
.flink_section > a {
font-size: 1em;
color: #999;
display: block;
}
.copysign {
clear: both;
color: white;
text-align: right;
}
.copysign > a {
color: #BBB;
}

View File

@@ -0,0 +1 @@
// __namespace( "Astro.Common.Element.Footer" );