hedera-web/web/forms/cms/home/style.css

90 lines
1.0 KiB
CSS
Raw Normal View History

2015-07-17 14:34:42 +00:00
/* News panel */
2015-07-17 14:34:42 +00:00
.column
{
2015-07-17 14:34:42 +00:00
margin: .5em;
max-width: 120em;
}
.action-bar button.start-order
{
background-color: #EF5350;
margin: .7em .4em;
padding: .5em;
box-shadow: 0 0 0.4em rgba(1, 1, 1, 0.4);
}
.action-bar button.start-order:hover
{
background-color: #F44336;
2015-07-17 14:34:42 +00:00
}
/* New */
.new
{
2015-07-17 14:34:42 +00:00
text-align: left;
background-color: white;
color: #222;
border: none;
2015-02-08 15:38:38 +00:00
border-radius: 0.1em;
box-shadow: 0 0.2em 0.2em rgba(1, 1, 1, 0.2);
2015-07-17 14:34:42 +00:00
margin: .5em;
}
.new .top
{
padding: 1.5em;
padding-bottom: 1em;
}
.new h2
{
2015-02-17 11:48:53 +00:00
font-size: 1.6em;
2015-01-31 01:05:12 +00:00
color: black;
2015-02-17 11:48:53 +00:00
font-weight: normal;
}
.new-info
{
2015-01-31 01:05:12 +00:00
font-size: 0.9em;
color: #444;
text-align: right;
2015-01-31 01:05:12 +00:00
margin: 0.8em 0;
}
.new-text
{
2015-01-31 01:05:12 +00:00
margin-top: 2em;
}
.new-text li
{
2015-01-31 01:05:12 +00:00
margin: 0.4em 0;
}
.new img
{
display: block;
margin: auto;
2015-07-17 14:34:42 +00:00
width: 100%;
}
/* Survey */
2015-03-06 23:33:54 +00:00
.survey
{
position: absolute;
2015-01-31 01:05:12 +00:00
right: 0;
width: 6em;
top: 0;
}
2015-03-06 23:33:54 +00:00
.question, .survey-votes
{
text-align: center;
2015-01-31 01:05:12 +00:00
margin: 1em;
}
2015-03-06 23:33:54 +00:00
.answers .radio
{
text-align: right;
}
2015-03-06 23:33:54 +00:00
.survey button
{
display: block;
margin: auto;
}
2015-02-08 15:38:38 +00:00