clear: both;
}
-#footer {
+#pageinfo {
clear: both;
margin: 1em 0;
border-top: 1px solid #000;
margin-top: 1em;
}
+.mapparent {
+ text-decoration: none;
+}
+
#backlinks {
margin-top: 1em;
}
}
img {
- border: 0px;
+ border-style: none;
}
/* Stuff for the RecentChanges table. */
font-style: italic;
}
-.pagecloud {
- padding: 10px 10px;
- border: 1px solid #aaa;
- background: #eee;
- color: black !important;
-}
-
/* Used for adding a blog page. */
#blogform {
padding: 10px 10px;
border: 1px solid #aaa;
}
-.pageinfo {
+.pagedate,
+.pagelicense,
+.pagecopyright {
clear: both;
font-style: italic;
display: block;
float: right;
width: 30%;
text-align: center;
+ padding: 10px 10px;
+ border: 1px solid #aaa;
+ background: #eee;
+ color: black !important;
}
.smallestPC { font-size: 70%; }
.smallPC { font-size: 85%; }
border: 2px solid;
background-color: #dee;
color: black;
+
+ /* Nonstandard, but very nice. */
opacity: 0.95;
-moz-opacity: 0.95;
filter: alpha(opacity=95);
}
+
+/* Formbuilder styling */
+fieldset {
+ margin: 1ex 0;
+ border: 1px solid black;
+}
+legend {
+ padding: 0 1ex;
+}
+.fb_submit {
+ float: left;
+ margin: 2px 0;
+}
+#signin_openid_url_label {
+ float: left;
+ margin-right: 1ex;
+}
+#signin_openid {
+ padding: 10px 10px;
+ border: 1px solid #aaa;
+ background: #eee;
+ color: black !important;
+}