[pLog-svn] r5660 - plog/branches/lifetype-1.3-ajax/styles

oscar at devel.lifetype.net oscar at devel.lifetype.net
Sun Jul 15 17:14:17 EDT 2007


Author: oscar
Date: 2007-07-15 17:14:17 -0400 (Sun, 15 Jul 2007)
New Revision: 5660

Modified:
   plog/branches/lifetype-1.3-ajax/styles/admin.css
Log:
Updated experimental stylesheet


Modified: plog/branches/lifetype-1.3-ajax/styles/admin.css
===================================================================
--- plog/branches/lifetype-1.3-ajax/styles/admin.css	2007-07-15 15:37:43 UTC (rev 5659)
+++ plog/branches/lifetype-1.3-ajax/styles/admin.css	2007-07-15 21:14:17 UTC (rev 5660)
@@ -973,3 +973,54 @@
     color            : #76797c;
     margin           : 0 0 0.2em 0.4em;
 }
+
+/* ******************  albums  *************** */
+
+div.album {
+	text-align: center;
+	float: left;
+	width:150px;
+	height:130px;
+	margin-bottom:5px;
+	margin-right:5px;
+	padding-top:5px;	
+}
+
+div.file {
+	text-align: center;
+	align:center;
+	float: left;
+	width:150px;
+	height:170px;
+	margin-bottom:5px;
+	margin-right:5px;
+	padding-top:5px;
+}
+
+.clearer {
+	clear : both;
+	height : 1px;
+	font-size : 1px;
+}
+   
+a img {border:none;}
+#album a:link {color: #004ca1;}
+#album a:visited {color: #b50394;}
+#album a:hover, #album a:active, #album a:focus {color: #004ca1;background:none;}
+
+/*.pictureFrame {
+	border: 1px solid #dfdfdf;
+	background-color: #ffffff;
+	padding-top:5px;
+	padding-left:5px;
+	padding-right:5px;
+	padding-bottom:15px;
+	width:120px;	
+	text-align:center;
+}
+
+.picture {
+	align:center;
+	border: 1px solid #dfdfdf;
+	width:120px;	
+}*/
\ No newline at end of file



More information about the pLog-svn mailing list