1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196
|
/* Generated by CaScadeS, a stylesheet editor for Mozilla Composer */
#fs h1, #fs h2 {
border-style: none none solid;
border-color: rgb( 0, 0, 0 );
border-width: 0px;
background: rgb( 255, 255, 255 ) none repeat scroll left top;
margin-top: 30px;
padding-bottom: 3px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
padding-top: 15px;
word-spacing: normal;
letter-spacing: normal;
}
#fs h2, #fs h3 {
color: black;
background-color: white;
}
#fs h2 {
text-decoration: underline;
}
.fs_heading {
clear: both;
background-color: white;
}
body, #fs {
background: rgb( 255, 255, 255 ) none repeat scroll 0% 50%;
margin-right: 4px;
margin-left: 20px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* the menu box itself */
#menu {
padding: 0px 0px;
float: right;
border: 0px solid blue;
font-size: 90%;
margin: 0px;
margin-left: 5px;
}
/*
#menu ul is the sub menu
#menu ul li is the sub menu items
*/
/* the top menu of each section */
#menu li {
list-style-type: none;
border: 0px solid blue;
background-color: #BFE4FF;
color: #6096BF;
margin-top: 10px;
padding-top: 5px;
}
#menu li b {
border: 0px solid red;
padding-left: 10px;
}
/* the box around each section */
#menu ul, #menu h4 {
margin-top: 3px;
border: 0px solid red;
background-color: #E6F4FF;
}
/* the items in each section */
#menu ul li {
border: 0px solid gray;
text-align: right;
padding: 1px 2px;
margin: 0px;
padding-right: 6px;
background-color: #E6F4FF;
}
#menu ul li a {
border: 0px dashed blue;
color: black;
text-decoration: none;
}
#menu ul li a:hover {
text-decoration: underline;
}
#menu ul li a:hover {
text-decoration: underline;
}
code {
font-weight: bold;
color: rgb( 153, 153, 0 );
}
pre {
border: 1px dotted rgb( 255, 204, 0 );
margin: 10px;
padding: 6px;
background: rgb( 255, 255, 204 ) none repeat scroll 0% 50%;
}
.invalid {
text-decoration: line-through;
}
hr.news {
width: 30%;
border: 1px solid black;
margin-top: 20px;
margin-bottom: 40px;
}
.downloadbox {
width: 150px;
font-weight: bold;
font-size: 8pt;
border: 1px solid blue;
margin: 0px 10px 15px 0px;
float: left;
padding: 10px 5px 10px 5px;
text-align: center;
}
#logo { float: left;
}
.clearit { clear: both;
}
h2 { width: 500px;
}
ul#m2 { border: 1px solid black;
float: right;
}
block { border: 0px solid black;
display: block;
padding-left: 4em;
}
.axial { border: 1px solid black; display: none;}
p.screenshot { text-align: center; }
p.screenshot img { border-width: 0px; }
div.thumbnailx {
float: left;
width: 140px;
min-height: 120px;
border: 1px solid #999;
margin: 0 15px 15px 0;
padding: 10px 15px 10px 15px;
}
.clearboth { clear: both; }
div.thumbnail {
float: left;
width: 140px;
padding: 10px;
border: 1px solid #999;
margin: 0 10px 15px 0;
min-height: 120px;
}
div.thumbnail p {
text-align: center;
}
div.thumbnail img {
border: none;
}
a#fs_logo {
background: url('/images/new_saucer.png') no-repeat top left transparent;
float: left;
width: 180px;
height: 180px;
display: block;
}
a#fs_logo:hover {
background: url('/images/acid2.png') no-repeat center center transparent;
}
table.properties {
border-collapse: collapse;
}
table.properties td {
border: 1px solid black;
vertical-align: top;
}
|