Commit:    ecf06fbb4385ff93defdff6c2751932d347b2ba1
Author:    Hannes Magnusson <[email protected]>         Thu, 12 Dec 2013 
16:57:15 -0800
Parents:   f01aba02f87a43725ed0280f0fb0435523621cd8
Branches:  master

Link:       
http://git.php.net/?p=web/master.git;a=commitdiff;h=ecf06fbb4385ff93defdff6c2751932d347b2ba1

Log:
Kill catastrophic layout.. this is better rewritten =)

Changed paths:
  D  style.css


Diff:
diff --git a/style.css b/style.css
deleted file mode 100644
index d21788a..0000000
--- a/style.css
+++ /dev/null
@@ -1,197 +0,0 @@
-header {
-    top: 0px;
-    left: 0px;
-    position: fixed;
-    width: 100%;
-
-    border-bottom: 0.2em solid #669;
-    background-color: #99c;
-    box-shadow: -2px 2px 6px #bbb;
-       z-index: 1;
-}
-body {
-    padding: 20px;
-    margin: 20px;
-    border: 1px solid #ddd;
-    box-shadow: -2px 2px 6px #bbb;
-    background-color: #eeeef6;
-    color: #444;
-}
-
-nav {
-    margin-left: 100px;
-}
-nav ul {
-    list-style: none;
-    list-style-type: none;
-    margin: 0;
-    padding: 0;
-}
-
-nav li {
-    display: inline-block;
-    padding: 0;
-    margin: 0;
-}
-nav li a {
-    display: inline-block;
-    padding: 15px 20px;
-    font-weight: normal;
-    color: #eef;
-    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
-    text-decoration: none;
-    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
-}
-nav li a:active, nav li a:hover, nav li a:focus, nav li a:visited {
-    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
-    font-weight: normal;
-    background-color: #669;
-    color: #eef;
-}
-#pagename {
-    float: left;
-}
-#pagename a {
-    display: inline-block;
-    padding: 11px 20px;
-    text-decoration: none;
-    color: #eef;
-}
-
-/* Notes management page */
-
-p.notepreview {
-  white-space: pre;
-}
-
-/* Resources box on mirror management page */
-div#resources {
-  float: right;
-  border: 2px solid black;
-  background-color: #f5f5f5;
-  font-family: sans-serif;
-  padding: 3px;
-  margin: 3px;
-}
-div#resources h1 {
-  font-size: 120%;
-  margin: 0px;
-  padding: 0px;
-}
-div#resources ul {
-  margin: 3px;
-  padding: 0px;
-}
-div#resources table {
-  float: left;
-  border: 1px solid black;
-  margin: 3px;
-}
-
-/* Mirrors table */
-table#mirrors {
-  clear: both;
-}
-table#mirrors td, table#mirrors th {
-  vertical-align: middle;
-  font-family: sans-serif;
-  margin-left:15px;
-}
-table#mirrors a {
-  text-decoration: none;
-}
-table#mirrors th {
-  text-align: left;
-  text-indent:15px;
-  font-weight: bold;
-  background-color:#5a5993;
-  font-size: 120%;
-  color:#b5b5e9;
-} 
-.mirrorstatus, .mirrordetails, .mirrorerror {
-  background-color:#e8e8fc;
-}
-
-/* General image style */
-img {
-  border: 0px;
-  vertical-align: middle;
-}
-
-/* PHP source code highlighting (from php.net CSS) ------------------------ */
-div.phpcode span.html {
-       color: black;
-       background-color: transparent;
-}
-div.phpcode span.comment {
-       color: #FF8000;
-       background-color: transparent;
-}
-div.phpcode span.default {
-       color: #0000BB;
-       background-color: transparent;
-}
-div.phpcode span.keyword {
-       color: #007700;
-       background-color: transparent;
-}
-div.phpcode span.string {
-       color: #DD0000;
-       background-color: transparent;
-}
-
-
-
-
-
-body {
-  font-family: Tahoma, Arial, sans-serif, serif, monospace;
-  background-color: #f8f8f8;
-  margin-top: 60px;
-}
-p.warning, p.warning {
-  padding: 1em;
-  margin: 0px;
-  border-bottom:1px solid #D0D0D0;
-  margin-bottom: 6px;
-  text-align: center;
-  font-weight: bold;
-  font-size:1.17em;
-}
-p.warning {
-  background:#ffffff;
-  color:#6F0000;
-}
-p.error {
-  background: #FFEEEE;
-  border: 1px solid #666600;
-  color: #660000;
-}
-
-div#profile {
-       margin: 10px 100px 0 100px;
-}
-h2 {
-  margin: 0;
-  font-size: 1em;
-}
-div.note {
-  text-indent: 30px;
-  margin: 5px;
-  padding: 5px 0 0 0;
-  border-bottom:1px solid #D0D0D0;
-  width: 600px;
-}
-div.note:last-child {
-  border-bottom: 0;
-}
-
-/* Corner-rounding */
-.rounded {
-  -moz-border-radius:3ex;
-  -webkit-border-radius:3ex;
-}
-.semirounded {
-  -moz-border-radius:1ex;
-  -webkit-border-radius:1ex;
-}


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to