aboutsummaryrefslogtreecommitdiff
path: root/views/default/css/elements/layout.php
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-05 13:57:00 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-05 13:57:00 +0000
commitea3951a035e38e96435db20f820c9da566ed373b (patch)
treeb582c36e3314ce83386b3a2c185cb30237927316 /views/default/css/elements/layout.php
parent383f4572b9ce1d48db168b3bdc42163e02d97657 (diff)
downloadelgg-ea3951a035e38e96435db20f820c9da566ed373b.tar.gz
elgg-ea3951a035e38e96435db20f820c9da566ed373b.tar.bz2
getting back to the css - making changes based on Evan's comments
git-svn-id: http://code.elgg.org/elgg/trunk@8026 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css/elements/layout.php')
-rw-r--r--views/default/css/elements/layout.php181
1 files changed, 0 insertions, 181 deletions
diff --git a/views/default/css/elements/layout.php b/views/default/css/elements/layout.php
deleted file mode 100644
index 6b4a98ae9..000000000
--- a/views/default/css/elements/layout.php
+++ /dev/null
@@ -1,181 +0,0 @@
-<?php
-/**
- *
- */
-?>
-
-/* ***************************************
- PAGE LAYOUT
-*************************************** */
-<?php //@todo should be in base/reset ?>
-body {
- background-color: white;
-}
-
-/***** TOPBAR ******/
-
-.elgg-page-topbar {
- background: #333333 url(<?php echo elgg_get_site_url(); ?>_graphics/toptoolbar_background.gif) repeat-x top left;
- border-bottom: 1px solid #000000;
- min-width: 998px;
- position: relative;
- height: 24px;
- z-index: 9000;
-}
-.elgg-page-topbar > .elgg-inner {
- padding: 2px 10px 2px 8px;
-}
-
-<?php //@todo location-dependent styles ?>
-.elgg-page-topbar a {
- color: #eeeeee;
- float: left;
- margin: 2px 30px 0 0;
- line-height: 1.1em;
-}
-.elgg-page-topbar a.elgg-alt {
- float: right;
- margin: 2px 0 0 30px;
-}
-.elgg-page-topbar a:hover {
- color: #71cbff;
- text-decoration: none;
-}
-/* elgg logo and user avatar need to be adjusted slightly */
-.elgg-page-topbar img {
- margin-top: -1px;
-}
-
-/***** PAGE MESSAGES ******/
-.elgg-system-messages {
- position:fixed;
- top:24px;
- right:20px;
- max-width:500px;
- z-index:9600;
-}
-
-/***** PAGE HEADER ******/
-
-.elgg-page-header {
- x-overflow: hidden;
- position: relative;
- background-color: #4690D6;
- background-image: url(<?php echo elgg_get_site_url(); ?>_graphics/header_shadow.png);
- background-repeat: repeat-x;
- background-position: bottom left;
-}
-
-<?php //@todo Put all elgg-classic styles together ?>
-.elgg-classic .elgg-page-header > .elgg-inner {
- width: 990px;
- margin: 0 auto;
- height: 90px;
- position: relative;
-}
-
-<?php //@todo location-dependent styles ?>
-.elgg-page-header h1 a {
- font-size: 2em;
- line-height: 1.4em;
- color: white;
- font-style: italic;
- font-family: Georgia, times, serif;
- text-shadow: 1px 2px 4px #333333;
- text-decoration: none;
-}
-
-/***** PAGE BODY ******/
-
-.elgg-page-body > .elgg-inner {
- min-height: 360px;
-}
-.elgg-classic .elgg-page-body > .elgg-inner {
- width: 990px;
- margin: 0 auto;
-}
-
-<?php //@todo layout object is different from page object -- put in separate files? ?>
-#elgg-layout-one-column {
- padding: 10px 0;
-}
-#elgg-layout-sidebar {
- background-image: url(<?php echo elgg_get_site_url(); ?>_graphics/sidebar_background.gif);
- background-repeat: repeat-y;
- background-position: right top;
-}
-#elgg-layout-two-sidebar {
- background-image: url(<?php echo elgg_get_site_url(); ?>_graphics/two_sidebar_background.gif);
- background-repeat: repeat-y;
- background-position: right top;
-}
-.elgg-main {
- position: relative;
- min-height: 360px;
- padding: 10px;
-}
-
-.elgg-aside {
- padding: 20px 10px;
- position: relative;
- min-height: 360px;
-}
-.elgg-sidebar {
- float: right;
- width: 210px;
- margin: 0 0 0 10px;
-}
-.elgg-sidebar.elgg-alt {
- float: left;
- width: 160px;
- margin: 0 10px 0 0;
-}
-
-.elgg-main .elgg-header {
- border-bottom: 1px solid #CCCCCC;
- padding-bottom: 3px;
-}
-
-<?php //@todo location-dependent styles ?>
-.elgg-main .elgg-header h2 {
- float: left;
- max-width: 530px;
- margin-right: 10px;
-}
-
-.elgg-main > .elgg-header a {
- float: right;
-}
-
-/***** PAGE FOOTER ******/
-
-.elgg-page-footer {
- position: relative;
- z-index: 999;
-}
-.elgg-classic .elgg-page-footer > .elgg-inner {
- width: 990px;
- margin: 0 auto;
- padding: 5px 0;
- border-top: 1px solid #DEDEDE;
-}
-
-<?php //@todo location-dependent styles ?>
-.elgg-page-footer a {
- float: left;
-}
-.elgg-page-footer a.elgg-alt {
- float: right;
-}
-.elgg-page-footer .elgg-menu {
- float: left;
- width: 100%;
-}
-.elgg-page-footer .elgg-inner,
-.elgg-page-footer .elgg-inner a,
-.elgg-page-footer .elgg-inner p {
- color: #999999;
-}
-.elgg-page-footer .elgg-inner a:hover {
- color: #666666;
-}