[Repoze-dev] Repoze CVS: gray.css green.css main.css pink.css purple.css yellow.css
Paul Everitt
paul at agendaless.com
Wed Sep 26 21:43:27 UTC 2007
Update of /home/repoze/cvs/playground/paul/repozeorg/sitelayout/css
In directory laguna.palladion.com:/tmp/cvs-serv10865/css
Modified Files:
main.css
Removed Files:
gray.css green.css pink.css purple.css yellow.css
Log Message:
Some text and style changes. Next up: make a deliverance theme and apply against some test pages.
--- gray.css DELETED ---
--- purple.css DELETED ---
--- yellow.css DELETED ---
Index: main.css
===================================================================
RCS file: /home/repoze/cvs/playground/paul/repozeorg/sitelayout/css/main.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- main.css 26 Sep 2007 20:06:37 -0000 1.1
+++ main.css 26 Sep 2007 21:43:25 -0000 1.2
@@ -171,8 +171,6 @@
padding: 0 1em;
margin: 1em 0;
}
-
-
.bubble {
background-image: url( ../images/nav.png );
background-repeat: no-repeat;
@@ -180,22 +178,65 @@
padding: 10px 0px 0px 20px;
font-size: 11px;
line-height: 17px;
- height: 180px; margin-top: 50px;float:left;
+ height: 140px;
+ margin-top: 20px;
+ float:left;
}
-
.bubble h2 {
font-weight: bold;
margin-top: 10px;
}
-
.bubble ul {
margin: 0px 0px 0px -5px;
padding: 0px;
padding-left: 5px;
list-style-type: none;
}
-
.repofooter {
background-color: #C0C0C0;
color: gray;
+}
+#splashpage {
+ margin-top: 200px;
+}
+#splashimage {
+ float:left;
+ margin-left: -90px;
+ padding-right: 20px;
+ display:block;
+}
+#splashpage > h2 {
+ font-size: 28px;
+ margin-bottom: 30px;
+}
+
+#splashpage > div {
+ font-size: 14px;
+}
+
+#splashpage p em {
+ font-size: 12px;
+}
+
+
+/* From blue.css */
+
+body {
+ background-image: url( ../images/blue-background.png ) !important;
+}
+
+#content ul > li {
+ list-style-image: url( ../images/blue-bullet.png ) !important;
+}
+
+#icon {
+ background-image: url( ../images/icon.png ) !important;
+}
+
+#title h1, h2, h3, h4, #navlist .subtitle {
+ color: #24486B;
+}
+
+a, #navlist a {
+ color: #369;
}
\ No newline at end of file
--- pink.css DELETED ---
--- green.css DELETED ---
_______________________________________________
Repoze-dev mailing list
Repoze-dev at lists.repoze.org
http://lists.repoze.org/mailman/listinfo/repoze-dev
More information about the Repoze-dev
mailing list