Cloudlog/css/main.css

60 wiersze
1.4 KiB
CSS
Czysty Zwykły widok Historia

body,html{
height:100%;
}
#wrap {
min-height:100%;
}
#footer{
margin-top:-40px;
text-align: right;
2013-10-30 20:06:54 +00:00
padding-bottom: 10px;
}
2011-11-06 23:18:58 +00:00
#container { padding-top: 50px; width: 940px; margin: 0 auto; }
2011-11-06 23:18:58 +00:00
table .titles { font-weight: bold; color: #439BF6; }
2011-11-08 15:45:22 +00:00
table .title { font-weight: bold; color: #439BF6; }
2011-11-06 23:18:58 +00:00
.markItUp { width: 580px !important; }
.markItUpEditor { width: 520px !important; }
2011-11-06 23:18:58 +00:00
/* Add QSO CSS */
.rst { width: 50px !important; }
.input_date { width: 70px !important; }
2018-12-16 12:31:50 +00:00
.input_time { width: 32px !important; }
2011-11-08 15:45:22 +00:00
.band { width: 80px; }
.mode { width: 80px; }
2011-11-08 15:47:39 +00:00
#callsign { text-transform: uppercase; }
#locator { text-transform: uppercase; }
#sat_name { text-transform: uppercase; }
#sat_mode { text-transform: uppercase; }
#iota_ref { text-transform: uppercase; }
2019-02-26 21:00:09 +00:00
.workedGrid {
background-color: #B33A3A;
color: #FFF !important;
}
.newGrid {
background-color: #4BB543;
color: #FFF !important;
}
2011-11-08 19:48:11 +00:00
input[type="text"] {
2019-02-26 21:00:09 +00:00
color: #000000;
2011-11-08 19:48:11 +00:00
}
.pull-right { color: #fff; }
2012-05-20 14:24:27 +00:00
.icon_qsl { background: transparent url('../images/icons/qslcard.png') no-repeat center left; padding-left: 20px; font-weight: bold; }
2012-06-03 18:02:45 +00:00
.icon_stats { background: transparent url('../images/icons/stats.png') no-repeat center left; padding-left: 20px; font-weight: bold; }
.icon_world { background: transparent url('../images/icons/world.png') no-repeat center left; padding-left: 20px; font-weight: bold; }
2012-06-03 18:02:45 +00:00
.topbar input {
width: 100px !important;
}
input#country {
width: 180px;
}