Warning, /education/marble/src/plugins/render/satellites/data/satellitescreen.css is written in an unsupported language. File is not indexed.

0001 /*
0002     Style sheet for weather plugin
0003 */
0004 
0005 body {
0006   height: 50px;
0007   background-image:url('qrc:/marble/satellites/marble_deco.png');
0008   background-repeat:no-repeat;
0009   background-position:0px 0px;
0010 }
0011 
0012 h1 {
0013   color:#2c72c7;
0014   font:bold 20px "Linux Biolinum O", Verdana, Arial, Helvetica, sans-serif;
0015   margin-top: 70px;
0016 }
0017 
0018 h2 {
0019   color:#888a85;
0020 }
0021 
0022 h3 {
0023   color:#6193cf;
0024 }
0025 
0026 
0027 tr.blue td {
0028   border-top: 1px solid #00316e;
0029   border-bottom: 1px solid #00316e;
0030   background: #00438a;
0031   color:white;
0032 }
0033 
0034 td {
0035   border-bottom: 1px solid #CCC;
0036   padding: 0 0.5em;
0037 }
0038 
0039 td+td {
0040   border-left: 1px solid #CCC;
0041   text-align: center;
0042 }
0043 
0044 
0045 hr {
0046   margin-left:0px;
0047   width: 220px;
0048   margin-top:25px
0049 }
0050 
0051 a {
0052   color: #2c72c7
0053 }