?>
<link rel="stylesheet" href="/stylesheets/root.css?v=<?= filemtime("{$_SERVER['DOCUMENT_ROOT']}/stylesheets/root.css");?>">
- <link rel="stylesheet" href="/stylesheets/component.css?v=<?= filemtime("{$_SERVER['DOCUMENT_ROOT']}/stylesheets/component.css");?>">
<?php foreach($pgcss as $filename):?>
<link rel="stylesheet" href="<?= htmlspecialchars("/stylesheets/$filename?v="), filemtime("{$_SERVER['DOCUMENT_ROOT']}/stylesheets/$filename");?>">
<?php endforeach;?>
+++ /dev/null
-#content {
- background-image: url('/images/backgrounds/bg1.gif');
- background-repeat: repeat;
- height: fit-content;
- width: 95%;
- max-width: 900px;
- margin: 10px auto;
- border-style: ridge;
-}
-#sidebar {
- background-image: url('/images/backgrounds/stars.gif');
- background-repeat: repeat;
- vertical-align: top;
- height: 100%;
- width: 200px;
- padding: 15px 10px;
- border-style: ridge;
- color: white;
-}
-#sidebar > ul {
- margin-top: 0;
- padding-left: 7px;
-}
-#sidebar li {
- list-style-type: none;
- padding: 3px;
-}
-#sidebar table {
- border-spacing: 0;
-}
-#body {
- vertical-align: top;
- padding: 20px 70px 0;
-}
-#body a {
- color: darkgreen;
- text-decoration: underline;
-}
-#footer {
- text-align: center;
- font-style: italic;
- height: 20%;
- padding: 10px 0;
-}
-#footer table {
- border-spacing: 0;
- margin: 0 auto;
-}
-#underconstruction-container {
- text-align: center;
-}
background-color: grey;
padding: 5px;
}
+
+/*
+ * ID AND CLASSES
+ */
+#content {
+ background-image: url('/images/backgrounds/bg1.gif');
+ background-repeat: repeat;
+ height: fit-content;
+ width: 95%;
+ max-width: 900px;
+ margin: 10px auto;
+ border-style: ridge;
+}
+#sidebar {
+ background-image: url('/images/backgrounds/stars.gif');
+ background-repeat: repeat;
+ vertical-align: top;
+ height: 100%;
+ width: 200px;
+ padding: 15px 10px;
+ border-style: ridge;
+ color: white;
+}
+#sidebar > ul {
+ margin-top: 0;
+ padding-left: 7px;
+}
+#sidebar li {
+ list-style-type: none;
+ padding: 3px;
+}
+#sidebar table {
+ border-spacing: 0;
+}
+#body {
+ vertical-align: top;
+ padding: 20px 70px 0;
+}
+#body a {
+ color: darkgreen;
+ text-decoration: underline;
+}
+#footer {
+ text-align: center;
+ font-style: italic;
+ height: 20%;
+ padding: 10px 0;
+}
+#footer table {
+ border-spacing: 0;
+ margin: 0 auto;
+}
+#underconstruction-container {
+ text-align: center;
+}