summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--style.css117
1 files changed, 0 insertions, 117 deletions
diff --git a/style.css b/style.css
deleted file mode 100644
index 4fecfa4..0000000
--- a/style.css
+++ /dev/null
@@ -1,117 +0,0 @@
-body {
- background-color: #222;
- text-align: center;
-}
-
-#title {
- color: #F1F3F1;
- margin: 20px;
-}
-
-#wrapper {
- width: 900px;
- margin: 0 auto;
-}
-
-table {
- border-collapse: collapse;
- width: 100%;
- background-color: #fff;
- border: 1px solid #000;
- float: left;
- padding: 20px 30px;
- text-align: left;
-}
-
-nav {
- background-color: white;
- margin-bottom: 15px;
- border: 1px solid black;
- text-align: left;
-}
-
-#user {
- float: right;
- text-align: right;
-}
-
-.post td {
- height: 200px;
- min-height: 200px;
- max-height: 600px;
-}
-
-section {
- background-color: white;
- padding: 15px;
- margin-bottom: 15px;
- text-align: left;
-}
-
-section h1 {
- color: black;
-}
-
-form {
- text-align: left;
- padding: 5px 5px 5px 50px;
-}
-
-nav a {
- background-color: #00728B;
- border: 1px solid black;
- color: #FFF;
- padding: 3px;
- text-decoration: none;
-}
-
-nav a:hover {
- background-color: #009FC1;
-}
-
-.left {
- width: 70%;
-}
-
-.right {
- width: 30%;
-}
-
-table a {
- color: #000;
-}
-
-table a:hover {
- color:#373737;
- text-decoration: none;
-}
-
-th {
- background-color: #00728B;
- color: #F0F0F0;
- border: 1px solid black;
-}
-
-h1, h4 {
- margin-top: 2px;
- margin-bottom: 10px;
-}
-
-td {
- padding: 5px;
- border: 1px solid black;
-}
-
-h3 {margin: 0; padding: 0;}
-
-footer {
- font-size: 65%;
- padding: 3px 0 0 0;
- color: #999;
-}
-
-textarea {
- width: 500px;
- height: 200px;
- overflow: scroll;
-} \ No newline at end of file