1
1
mirror of https://github.com/namibia/file-icon-vectors.git synced 2024-11-18 18:25:11 +00:00
file-icon-vectors/demo/demo.css

26 lines
839 B
CSS
Raw Normal View History

2017-09-28 13:52:22 +00:00
body { margin: 2em auto 0; }
footer { margin-top: 2.5em; margin-bottom: 1.5em; padding-top: 1em; border-top: 1px solid #ccc; }
2018-09-18 12:38:01 +00:00
h1 { font-weight: 400; margin-bottom: 0.1rem; }
p { font-size: 1.2em; }
2017-09-28 13:52:22 +00:00
2018-09-18 12:38:01 +00:00
.fiv-cla, .fiv-viv, .fiv-sqo { font-size: 3.5em; margin: .1em 0 2px; }
2018-08-12 18:42:10 +00:00
.icon-desc { font-size: .85em; text-align: center; overflow: scroll; white-space: nowrap; }
2018-09-18 12:38:01 +00:00
.intro { margin-top: 0.75em; }
.byline { margin-bottom: 0.3em; font-size: 1.2em; }
#content { width: 100%; }
#tools { text-align: center; float: right; }
#tools p { margin-top: 1em; }
#tools p > a { border-width: 2.25px; font-weight: bold; margin: 0 0.1em; min-width: 6em; }
2017-09-28 13:52:22 +00:00
2018-07-25 16:34:23 +00:00
.ga-beacon { margin-top: .5em; }
2017-09-28 13:52:22 +00:00
div.spacer-1 { height: 1em; }
div.spacer-2 { height: 2em; }
/* Media Query Hacks */
@media (max-width: 767px) {
2018-09-18 12:38:01 +00:00
#tools, .hidden-xs-down {
2017-09-28 13:52:22 +00:00
display: none;
}
}