[xoops-cvslog 1352] CVS update: xoops2jp/html/themes/admin

Back to archive index

Minahito minah****@users*****
2005年 12月 24日 (土) 22:13:04 JST


Index: xoops2jp/html/themes/admin/style.css
diff -u xoops2jp/html/themes/admin/style.css:1.1.2.1 xoops2jp/html/themes/admin/style.css:1.1.2.2
--- xoops2jp/html/themes/admin/style.css:1.1.2.1	Fri Nov 25 00:51:30 2005
+++ xoops2jp/html/themes/admin/style.css	Sat Dec 24 22:13:04 2005
@@ -1,14 +1,19 @@
 
 body {
 	background: #ffffff;
-	margin: 0 5px;
-	padding: 0 5px;
-	font-size:12px;
+	font-size: 12px;
+	font-family: Verdana, Arial, Helvetica, sans-serif;
+	margin: 0;
+	padding: 0;
 }
 h1, h2, h3, h4, h5 {
 	color: #47477f;
 	margin: 5px 0 12px;
 }
+h2 {
+	background: url(images/h2bg.gif) repeat-x;
+	padding-left: 5px;
+}
 a {
 	color: #000000;
 	font-weight: normal;
@@ -27,11 +32,12 @@
 ul {
 	margin: 2px;
 	padding: 2px;
-	list-style: square inside;
+	list-style: square outside;
 }
 
 li {
-	margin-left: 2px;
+	margin-left: 20px;
+	line-height: 130%;
 }
 
 th {
@@ -42,64 +48,88 @@
 }
 
 #Table1 {
-	background: url(images/head_bg.gif);
+	background: #000080;
 }
 #header {
+	color: #ffffff;
 	background: transparent;
 	text-align: right;
 	vertical-align: top;
 	width: 100%;
+	padding-top: 5px;
+}
+#header a:link, #header a:visited {
+	color: #ffffff;
 }
 #header2 {
-	background: transparent;
+	color: #ffffff;
+	background: #00004f url(images/headersearchborder.gif) repeat-y left;
 	text-align: center;
-}
-.head1 {
-	background: transparent;
-}
-.head2 {background: #cccccc}
-.title {
-	font-weight: bold;
-	border-bottom: solid 1px #666666;
-	/* cursor: hand; */
+	vertical-align: middle;
 }
 #sidemenu {
 	background: #e6e6e6;
 	vertical-align: top;
+	padding: 2px 0 0 0;
+	margin: 0;
 }
 #sidemenu div.head {
-	background: #b5b5cc;
-	padding: 5px;
-	border-bottom: solid 1px #47477f;
+	background: url(images/menutitle_close.gif) no-repeat;
+	height: 15px; /* 25px */
+	padding: 3px;
 }
 #sidemenu div.head2 {
-	background: #ffd700;
-	padding: 5px;
+	background: url(images/menutitle_open.gif) no-repeat;
+	height: 15px; /* 25px */
+	padding: 3px;
+}
+#sidemenu div.head a:link, #sidemenu div.head a:visited {
+	color: #000080;
+	font-weight: bold;
+}
+#sidemenu div.head2 a:link, #sidemenu div.head2 a:visited {
+	color: #9c0808;
+	font-weight: bold;
+}
+#sidemenu div.head a:hover, #sidemenu div.head2 a:hover {
+	color: #ffffff;
 }
 .side {
+	margin: 0 5px 10px 1px;
 	display: none;
 }
+.side li {
+	list-style: url(images/menulist.gif);
+}
 #nav a:link, #nav a:visited {
-	background: #dedef3;
+	color: #666666;
+	font-size: 8pt;
 	font-weight: normal;
-	margin-right: 1px;
-	padding: 1px 5px;
-	border-top: solid 1px #dddddd;
-	border-left: solid 1px #dddddd;
-	border-right: solid 1px #999999;
-	border-bottom: solid 1px #999999;
-	display: inline;
-	line-height: 150%;
 }
 #nav a:hover {
-	color: #000080;
-	border-top: solid 1px #999999;
-	border-left: solid 1px #999999;
-	border-right: solid 1px #dddddd;
-	border-bottom: solid 1px #dddddd;
+	color: #800000;
+}
+#nav table {
+	width: auto;
+	border: none;
+	display: inline;
+}
+#nav td.center {
+	background: url(images/nav_bg.gif) repeat-x;
+	height: 18px;
+}
+#nav td.left {
+	background: url(images/nav_lcap.gif) no-repeat;
+	width: 5px;
+	height: 18px;
+}
+#nav td.right {
+	background: url(images/nav_rcap.gif) no-repeat;
+	width: 5px;
+	height: 18x;
 }
 #content {
-	background: #ffffff;
+	background: #f5f5f5 url(images/menuborder.gif) repeat-y left;
 	margin: 0;
 	padding: 5px 5px 5px 12px;
 	border-right: solid 1px #efefef;
@@ -108,6 +138,10 @@
 	width: 100%;
 	border: solid 1px #cccccc;
 }
+#contentBody {
+	background: #ffffff;
+	padding: 12px;
+}
 
 #searchBox {
 	margin: 0;


xoops-cvslog メーリングリストの案内
Back to archive index