xmpp.chapril.org-conversejs/fonticons/demo-files/demo.css

156 lines
2.0 KiB
CSS
Raw Normal View History

2014-07-19 13:50:31 +02:00
body {
2017-02-18 20:55:43 +01:00
padding: 0;
margin: 0;
font-family: sans-serif;
font-size: 1em;
line-height: 1.5;
color: #555;
background: #fff;
2014-07-19 13:50:31 +02:00
}
h1 {
2017-02-18 20:55:43 +01:00
font-size: 1.5em;
font-weight: normal;
2014-07-19 13:50:31 +02:00
}
small {
2017-02-18 20:55:43 +01:00
font-size: .66666667em;
2014-07-19 13:50:31 +02:00
}
a {
2017-02-18 20:55:43 +01:00
color: #e74c3c;
text-decoration: none;
2014-07-19 13:50:31 +02:00
}
a:hover, a:focus {
2017-02-18 20:55:43 +01:00
box-shadow: 0 1px #e74c3c;
2014-07-19 13:50:31 +02:00
}
.bshadow0, input {
2017-02-18 20:55:43 +01:00
box-shadow: inset 0 -2px #e7e7e7;
2014-07-19 13:50:31 +02:00
}
input:hover {
2017-02-18 20:55:43 +01:00
box-shadow: inset 0 -2px #ccc;
2014-07-19 13:50:31 +02:00
}
input, fieldset {
2017-02-18 20:55:43 +01:00
font-family: sans-serif;
font-size: 1em;
margin: 0;
padding: 0;
border: 0;
2014-07-19 13:50:31 +02:00
}
input {
2017-02-18 20:55:43 +01:00
color: inherit;
line-height: 1.5;
height: 1.5em;
padding: .25em 0;
2014-07-19 13:50:31 +02:00
}
input:focus {
2017-02-18 20:55:43 +01:00
outline: none;
box-shadow: inset 0 -2px #449fdb;
2014-07-19 13:50:31 +02:00
}
.glyph {
2017-02-18 20:55:43 +01:00
font-size: 16px;
width: 15em;
padding-bottom: 1em;
margin-right: 4em;
margin-bottom: 1em;
float: left;
overflow: hidden;
2014-07-19 13:50:31 +02:00
}
.liga {
2017-02-18 20:55:43 +01:00
width: 80%;
width: calc(100% - 2.5em);
2014-07-19 13:50:31 +02:00
}
.talign-right {
2017-02-18 20:55:43 +01:00
text-align: right;
2014-07-19 13:50:31 +02:00
}
.talign-center {
2017-02-18 20:55:43 +01:00
text-align: center;
2014-07-19 13:50:31 +02:00
}
.bgc1 {
2017-02-18 20:55:43 +01:00
background: #f1f1f1;
2014-07-19 13:50:31 +02:00
}
.fgc1 {
2017-02-18 20:55:43 +01:00
color: #999;
2014-07-19 13:50:31 +02:00
}
.fgc0 {
2017-02-18 20:55:43 +01:00
color: #000;
2014-07-19 13:50:31 +02:00
}
p {
2017-02-18 20:55:43 +01:00
margin-top: 1em;
margin-bottom: 1em;
2014-07-19 13:50:31 +02:00
}
.mvm {
2017-02-18 20:55:43 +01:00
margin-top: .75em;
margin-bottom: .75em;
2014-07-19 13:50:31 +02:00
}
.mtn {
2017-02-18 20:55:43 +01:00
margin-top: 0;
2014-07-19 13:50:31 +02:00
}
.mtl, .mal {
2017-02-18 20:55:43 +01:00
margin-top: 1.5em;
2014-07-19 13:50:31 +02:00
}
.mbl, .mal {
2017-02-18 20:55:43 +01:00
margin-bottom: 1.5em;
2014-07-19 13:50:31 +02:00
}
.mal, .mhl {
2017-02-18 20:55:43 +01:00
margin-left: 1.5em;
margin-right: 1.5em;
2014-07-19 13:50:31 +02:00
}
.mhmm {
2017-02-18 20:55:43 +01:00
margin-left: 1em;
margin-right: 1em;
2014-07-19 13:50:31 +02:00
}
.mls {
2017-02-18 20:55:43 +01:00
margin-left: .25em;
2014-07-19 13:50:31 +02:00
}
.ptl {
2017-02-18 20:55:43 +01:00
padding-top: 1.5em;
2014-07-19 13:50:31 +02:00
}
.pbs, .pvs {
2017-02-18 20:55:43 +01:00
padding-bottom: .25em;
2014-07-19 13:50:31 +02:00
}
.pvs, .pts {
2017-02-18 20:55:43 +01:00
padding-top: .25em;
2014-07-19 13:50:31 +02:00
}
.unit {
2017-02-18 20:55:43 +01:00
float: left;
2014-07-19 13:50:31 +02:00
}
.unitRight {
2017-02-18 20:55:43 +01:00
float: right;
2014-07-19 13:50:31 +02:00
}
.size1of2 {
2017-02-18 20:55:43 +01:00
width: 50%;
2014-07-19 13:50:31 +02:00
}
.size1of1 {
2017-02-18 20:55:43 +01:00
width: 100%;
2014-07-19 13:50:31 +02:00
}
.clearfix:before, .clearfix:after {
2017-02-18 20:55:43 +01:00
content: " ";
display: table;
2014-07-19 13:50:31 +02:00
}
.clearfix:after {
2017-02-18 20:55:43 +01:00
clear: both;
2014-07-19 13:50:31 +02:00
}
.hidden-true {
2017-02-18 20:55:43 +01:00
display: none;
2014-07-19 13:50:31 +02:00
}
.textbox0 {
2017-02-18 20:55:43 +01:00
width: 3em;
background: #f1f1f1;
padding: .25em .5em;
line-height: 1.5;
height: 1.5em;
2014-07-19 13:50:31 +02:00
}
#testDrive {
2017-02-18 20:55:43 +01:00
display: block;
padding-top: 24px;
line-height: 1.5;
2014-07-19 13:50:31 +02:00
}
.fs0 {
2017-02-18 20:55:43 +01:00
font-size: 16px;
2014-07-19 13:50:31 +02:00
}
.fs1 {
2017-02-18 20:55:43 +01:00
font-size: 32px;
2014-07-19 13:50:31 +02:00
}
2017-02-18 20:55:43 +01:00
.fs2 {
font-size: 32px;
}