diff options
author | raylu <raylu@mixpanel.com> | 2011-11-05 03:04:49 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-11-05 03:04:49 -0700 |
commit | cf4af138b16da878404cf3319d5d988dacee198a (patch) | |
tree | 41187e9c8206657f9f5138de70c5e5a6f447a251 /css/pagestyle.css | |
parent | 264ed976da6b3012209386a76520327faeddf82e (diff) | |
download | pathery-cf4af138b16da878404cf3319d5d988dacee198a.tar.xz |
new layout
Diffstat (limited to 'css/pagestyle.css')
-rw-r--r-- | css/pagestyle.css | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/css/pagestyle.css b/css/pagestyle.css deleted file mode 100644 index b882bfe..0000000 --- a/css/pagestyle.css +++ /dev/null @@ -1,62 +0,0 @@ -body {
- font-size: 16px;
- font-family: cantarell, helvetica, sans-serif;
- text-shadow: rgba(0,0,0,.01) 0 0 1px; /* this is definitely not a webkit-specific hack to fix font aliasing */
- background-color: #121212;
- color: #ffffff;
-
- min-width: 800px;
- margin: 0;
- padding: 6px;
-}
-
-form {
- display: inline;
-}
-
-a:link, a:visited, a:active {
- text-decoration: underline;
- color: #FFFFCC;
- transition:color .4s ease-out;
- -webkit-transition:color .4s ease-out;
- -o-transition:color .4s ease-out;
- -moz-transition:color .4s ease-out;
-}
-a:hover {
- color: #EEDDBB;
- text-decoration: none;
- transition:color 0s ease-out;
- -webkit-transition:color 0s ease-out;
- -o-transition:color 0s ease-out;
- -moz-transition:color 0s ease-out;
-}
-
-.col1 {
- float: left;
- width: 25%;
- min-width: 300px;
- padding: 0 25px;
-}
-.col2 {
- float: left;
- width: 50%;
- margin: 0 auto;
-}
-
-.float {
- float:left;
-}
-.lfloat {
- float:right;
-}
-
-.topbar {
- background: #002266;
- /*
- background: #000044 url(../images/OverlayStart50i.png);
- height:35px;
- */
- width: 95%;
- padding: 5px 15px;
- margin: 0 auto;
-}
|