[grisbi-cvs] grisbi-web/newsportal style.css,1.7,1.8
NIEL GĂ©rald
gegeweb at users.sourceforge.net
Wed May 26 07:22:23 CEST 2010
Update of /cvsroot/grisbi/grisbi-web/newsportal
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv22384/newsportal
Modified Files:
style.css
Log Message:
site integration
Index: style.css
===================================================================
RCS file: /cvsroot/grisbi/grisbi-web/newsportal/style.css,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- style.css 25 May 2010 21:54:30 -0000 1.7
+++ style.css 26 May 2010 05:22:21 -0000 1.8
@@ -29,7 +29,7 @@
.np_index_grouphead {
border: solid 1px #808080; /* #26598f; */
background: #04a26c; /* #26598f; */
- color: white;
+ color: #ffe;
}
/* a single group */
@@ -50,7 +50,7 @@
/* Table around the thread */
table.np_thread_table {
width: 100%;
- border: solid 1px #26598f;
+ border: solid 1px #808080;
border-spacing: 0px;
margin: 0px;
padding: 0px;
@@ -58,11 +58,14 @@
/* Head of the table */
tr.np_thread_head,td.np_thread_head {
- color: white;
+ color: #ffe;
background: #04a26c; /* #26598f; */
margin: 0px;
}
+td.np_thread_head {
+ padding: 2px;
+}
/* Even line numbers in the thread */
@@ -71,7 +74,7 @@
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
- background: #f9f9f9;
+ background: #ffd ; /*#f9f9f9; */
margin: 0px;
}
@@ -81,7 +84,7 @@
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
- background: #eeeeee;
+ background: #ffc; /* #eeeeee; */
margin: 0px;
}
@@ -107,7 +110,7 @@
div.np_article_header {
background: #eeeeee;
padding: 3px;
- border: solid 1px #26598f;
+ border: solid 1px #808080;
}
/* Layout of the Text-Body */
@@ -136,16 +139,16 @@
/* Head with the input fields for subject, name and email */
.np_post_header {
- background: #eeeeee;
+ background: #ffe;
padding: 3px;
- border: solid 1px #26598f;
+ border: solid 1px #808080;
}
/* Body with the message-field and the post-button in it */
.np_post_body {
- background: #eeeeee;
+ background: #ffe;
padding: 3px;
- border: solid 1px #26598f;
+ border: solid 1px #808080;
margin-top: 10px;
}
@@ -169,22 +172,22 @@
}
a.np_button {
- color: white;
+ color: #ffe;
text-decoration: underline;
}
.np_pages {
- color: white;
+ color: #ffe;
}
.np_pages_selected {
- color: white:
- text-weight: bold;
+ color: #ffe:
+ font-weight: bold;
margin-left: 5px;
}
.np_pages_unselected {
- color: white;
+ color: #ffe;
text-decoration: underline;
margin-left: 5px;
}
More information about the cvs
mailing list