[sugj-web:3434] samba-web/style committed by fumiya

SATOH Fumiyasu webadm @ sydney.samba.gr.jp
2006年 11月 14日 (火) 02:50:40 JST


Update of /project/cvs/samba-web/style
In directory sydney.samba.gr.jp:/project/www/samba-pre/html/style

Modified Files:
	default.css 
Log Message:
* Update defaut CSS.
* Kill table tags from header and footer HTML.
* Remove unavailable search form.

samba-web/style/default.css 1.31 -> 1.32 (modified)
http://cvs.samba.gr.jp/samba-web/style/default.css.diff?r1=1.31&r2=1.32

===================================================================
RCS file: samba-web/style/default.css,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- default.css	2003/10/10 07:02:15	1.31
+++ default.css	2006/11/13 17:50:40	1.32
@@ -2,106 +2,59 @@
  * Class Selector
  * ====================================================================== */
 
-.center {
-    width:		100%;
-    text-align:		center;
+div.body {
 }
 
-.right {
-    width:		100%;
-    text-align:		right;
-}
-.left {
-    width:		100%;
-    text-align:		left;
-}
-.middle {
-    vertical-align:	middle;
-}
-
-.float-right {
+div.sidebar {
     float:		right;
+    background-color:	white;
+    border-left:	solid 0.5em white;
 }
 
-.small {
-    font-size:		small;
+div.logo {
+    float:		left;
+    min-height:		3em;
+    background-color:	white;
 }
 
-li {
-	padding: 5px 1px 5px 1px;
+div.menu {
+    clear: both;
 }
 
-/* ======================================================================
- * For frame and navigation bar
- * ====================================================================== */
-
-table.frame {
-    width:		100%;
-}
-td.frame-body {
-    vertical-align:	top;
-    background-color:	#FFFFFF;
-/*    width:		100%; 			!NN4 */
-    border-bottom-style:none;
-}
-td.frame-left {
-    vertical-align:	top;
-    background-color:	#FFFFFF;
-    border-bottom-style:none;
-}
-td.frame-search {
-    background-color:	#FFFFFF;
-    border-bottom-style:none;
-}
-th.frame-menu {
+div.menu dt {
+    margin:		0px;
+    padding:		0.1em 0.5em;
     background-color:	rgb(255,255,153);
     color:		rgb(0,0,0);
-    padding-top:	7px;
-    padding-bottom:	2px;
-    border-bottom-style:none;
-
-    font-size:		120%;
-    font-weight:	bold;
 }
-td.frame-menu {
+
+div.menu dd {
+    margin:		0px;
+    padding:		0.1em 0.5em;
     background-color:	rgb(255,255,204);
     color:		rgb(0,0,0);
-    padding-left:	1em;
-    padding-top:	10px;
-    padding-bottom:	10px;
-    padding-right:	1em;
-    border-bottom-style:none;
+}
 
-    text-align:		left;
-    white-space:	nowrap;
+div.mirrorsite {
+    text-align:		right;
 }
-th.example-corp {
-   padding-top: 10px;
-   padding-bottom: 10px;
-   padding-left: 1em;
-   padding-right: 4em;
-   color: rgb(0,0,0);
-   background-color: rgb(255,255,153);
-}
-td.example-corp {
-   padding-top: 5px;
-   padding-bottom: 5px;
-   padding-left: 1em;
-   padding-right: 4em;
-   color: rgb(0,0,0);
-   background-color: rgb(255,255,204);
+div.signature {
+    text-align:		right;
 }
 
-p.navi {	/* obsolete (?) */
+div.navi {
     background-color:	rgb(255,102,102);
     color:		rgb(255,255,255);
     padding:		0.1em 1em;
-    text-align:		left;
+    clear:		both;
 }
+span.navi {
+    border-left:	solid 1em white;
+}
+
 div.navi {
     border-style:	none;			/* NN4 */
     border-width:	1px;			/* NN4 */
-    width:		100%;			/* NN4 */
     background-color:	rgb(255,102,102);
     color:		rgb(255,255,255);
     padding:		0.1em 1em;
@@ -128,59 +81,20 @@
     text-decoration:	none;
 }
 
-/* ======================================================================
- * TAG Specific Style
- * ====================================================================== */
-
-body {
-    color:		black;
-    background-color:	white;
-    margin-top:		0em;
-}
-
-a {
-    text-decoration:	none;
-}
-a:link {
-    color:		#66c;
-    font-weight:	bold;
-}
-a:visited {
-    color:		#606;
-    font-weight:	bold;
-}
-a:hover {
-    background:		#ffc;
-    color:		#c66;
-    text-decoration:	underline;
-}
-a:active {
-    background:		#fff;
-    color:		#66f;
-    outline:		1px dotted #0f0;
-}
-
 h1 {
     margin-bottom:	0px;
-    border-style:	none;			/* NN4 */
-    border-width:	1px;			/* NN4 */
-    padding:		0.1em 1em;		/* NN, IE (same value as div.navi */
-    width:		100%;
-    background-color:	rgb(255,255,153);
-    color:		rgb(0,0,0);
-    white-space:	nowrap;
     font-size:		130%;
-    text-align:		center;
+    vertical-align:	middle;
+    display:		inline;
 }
 h2 {
     border-style:	none none solid none;
     border-width:	0px 0px 2px 0px;
     border-color:	#9c9;
 
-    padding-top:	1em;
+    padding-top:	0.5em;
     padding-left:	1em;
     padding-bottom:	5px;
-    width:		100%;			/* NN4 */
     font-size:		120%;
     text-align:		left;
 }
@@ -200,106 +114,34 @@
     font-size:		100%;
 }
 
-em {
-    color:		#ff0000;
-    font-style:		normal;
-    font-weight:	normal;
-}
-
-strong {
-    color:		#000000;
-    font-style:		normal;
-    font-weight:	bold;
-}
-
-div.header {
-    width:		100%;
-    height:		31px;
-    text-align:		right;
-    background-color:	white;
-    /* background-image:	URL(/image/bento_colorS.gif); */
-    background-repeat:	no-repeat;
-}
-
-div.sign, div.footer {
-    width:		100%;
-    text-align:		right;
-}
 
-div.fig {
-    text-align:		center;
+img {
     border-style:	none;
-    border-width:	1px;
-    border-color:	green;
-}
-
-dl {
-    margin-left:	1em;
-}
-
-dt {
-    margin-top:		0.5em;
-    font-weight:	bold;
-}
-
-/*
-ul {
-    list-style:		URL(/image/icon/ball/blueball.gif);
-}
-*/
-
-dl ul.noindent {
-    margin-left:	0em;
-}
-
-pre.code {
-    border:		solid thin black;
-    width:		auto;
-    padding:		5px;
+    border-width:	0px;
     background-color:	white;
-    white-space:	pre;
-    font-size:		small;
-}
-pre.strong {
-    color:		#000000;
-    font-style:		normal;
-    font-weight:	bold;
-}
-pre.dos {
-    background-color:	rgb(0,0,0);
-    color:		rgb(255,255,255);
-}
-kbd {
-    text-decoration:	underline;
-    color:		#C00000;
 }
 
-dfn {
-    font-weight:	bold;
+/* Old styles */
+td.frame-left {
+    vertical-align:	top;
+    background-color:	#FFFFFF;
+    border-bottom-style:none;
 }
+th.frame-menu {
+    background-color:	rgb(255,255,153);
+    color:		rgb(0,0,0);
+    padding-top:	7px;
+    padding-bottom:	2px;
+    border-bottom-style:none;
 
-
-table tbody tr th {
-    color:		black;
-    background-color:	#C0C0C0;
-    text-align:		left;
     font-weight:	bold;
 }
-table tbody tr td {
-    border-color:	#A0A0A0;
-    border-bottom-style:solid;
-    border-bottom-width:1px;
-}
-
-img {
-    border-style:	none;
-    border-width:	0px;
-}
+td.frame-menu {
+    background-color:	rgb(255,255,204);
+    color:		rgb(0,0,0);
+    padding-left:	0.1em 1em;
+    border-bottom-style:none;
 
-/* ======================================================================
- * add by henrich @ samba.gr.jp
- * ====================================================================== */
-div.content {
-	padding-left: 1em;
-	padding-right: 4em;
+    text-align:		left;
+    white-space:	nowrap;
 }



sugj-web メーリングリストの案内