aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xboot.php12
-rw-r--r--view/theme/redbasic/css/fancy.css23
-rw-r--r--view/theme/redbasic/css/mod_page.css4
3 files changed, 38 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index cf1a540dc..d4f04be0b 100755
--- a/boot.php
+++ b/boot.php
@@ -187,6 +187,18 @@ define ( 'PAGE_REMOVED', 0x8000 );
//define ( 'PAGE_BLOG', 4 );
//define ( 'PAGE_PRVGROUP', 5 );
+
+/**
+ * Photo types
+ */
+
+define ( 'PHOTO_NORMAL', 0x0000 );
+define ( 'PHOTO_PROFILE', 0x0001 );
+define ( 'PHOTO_XCHAN', 0x0002 );
+define ( 'PHOTO_THING', 0x0004 );
+
+
+
/**
* Network and protocol family types
*/
diff --git a/view/theme/redbasic/css/fancy.css b/view/theme/redbasic/css/fancy.css
index 277ea5596..2da9d68d1 100644
--- a/view/theme/redbasic/css/fancy.css
+++ b/view/theme/redbasic/css/fancy.css
@@ -81,3 +81,26 @@ ul.menu-popup a:hover {
background-color: #eec;
color: #f00;
}
+
+section {
+left: 0px;
+width: 800px;
+margin-left: auto;
+margin-right: auto;
+}
+body {background-color: #d00 !important;}
+
+.page-content-wrapper {background: #fff;
+ color: #000;
+ border-radius: 20px;
+ box-shadow: 5px 5px 5px #111;
+}
+
+h3.page-title {
+padding-top: 30px;
+ color: #033}
+.page-body {padding: 40px;}
+
+.page-body strong {color: #033;}
+
+.nav-links {margin-top: 5px;}
diff --git a/view/theme/redbasic/css/mod_page.css b/view/theme/redbasic/css/mod_page.css
index 26c16b88c..37f597fac 100644
--- a/view/theme/redbasic/css/mod_page.css
+++ b/view/theme/redbasic/css/mod_page.css
@@ -1,3 +1,4 @@
+/*
section {
left: 0px;
width: 800px;
@@ -19,4 +20,5 @@ padding-top: 30px;
.page-body strong {color: #033;}
-.nav-links {margin-top: 5px;} \ No newline at end of file
+.nav-links {margin-top: 5px;}
+*/ \ No newline at end of file