| Line 1: |
| |
|
+ |
#wiki-content {
|
| |
|
+ |
position: relative;
|
| |
|
+ |
margin-left: 185px;
|
| |
|
+ |
font-size: 100%;
|
| |
|
+ |
vertical-align: top;
|
| |
|
+ |
}
|
| |
|
+ |
#wiki-page {
|
| |
|
+ |
background-image: linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
|
| |
|
+ |
background-image: -o-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
|
| |
|
+ |
background-image: -moz-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
|
| |
|
+ |
background-image: -webkit-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
|
| |
|
+ |
background-image: -ms-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
|
| |
|
+ |
}
|
| |
|
+ |
.portlet {
|
| |
|
+ |
background-image: linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
|
| |
|
+ |
background-image: -o-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
|
| |
|
+ |
background-image: -moz-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
|
| |
|
+ |
background-image: -webkit-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
|
| |
|
+ |
background-image: -ms-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
|
| |
|
|
|
| |
|
+ |
border: 1px solid #D8D8E7;
|
| |
|
+ |
font-size: 100%;
|
| |
|
+ |
margin: 16px 0 8px;
|
| |
|
+ |
overflow: hidden;
|
| |
|
+ |
padding: 0 8px 8px;
|
| |
|
+ |
|
| |
|
+ |
}
|
| |
|
+ |
a {
|
| |
|
+ |
text-decoration: none;
|
| |
|
+ |
color: #3857d6;
|
| |
|
+ |
}
|
| |
|
+ |
a:hover {
|
| |
|
+ |
border-bottom: 1px dotted #5555bb;
|
| |
|
+ |
}
|
| |
|
|
|
| |
|
+ |
h1 {
|
| |
|
+ |
font-size: 125%;
|
| |
|
+ |
font-weight=900;
|
| |
|
+ |
}
|
| |
|
+ |
h2 {
|
| |
|
+ |
font-size: 120%;
|
| |
|
+ |
}
|
| |
|
+ |
h3 {
|
| |
|
+ |
font-size: 115%;
|
| |
|
+ |
font-weight=normal;
|
| |
|
+ |
}
|
| |
|
+ |
h4 {
|
| |
|
+ |
font-size: 100%;
|
| |
|
+ |
font-color: blue;
|
| |
|
+ |
}
|
| |
|
|
|
| |
|
|
|
| |
|
+ |
/*******Default*******************/
|
| |
|
|
|
| |
|
+ |
#nav-menu {
|
| |
|
+ |
margin-top: 2px;
|
| |
|
+ |
padding: 0px;
|
| |
|
+ |
display:block;
|
| |
|
+ |
border-radius:5px;
|
| |
|
+ |
border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
|
| |
|
+ |
background: #cfe1eb;
|
| |
|
+ |
color: #e5e5e5;
|
| |
|
+ |
|
| |
|
+ |
background-image: linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
|
| |
|
+ |
background-image: -o-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
|
| |
|
+ |
background-image: -moz-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
|
| |
|
+ |
background-image: -webkit-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
|
| |
|
+ |
background-image: -ms-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
|
| |
|
|
|
| |
|
+ |
}
|
| |
|
|
|
| |
|
+ |
#nav-menu a:hover {
|
| |
|
+ |
background: #cccccc;
|
| |
|
+ |
display:block;
|
| |
|
+ |
border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
|
| |
|
+ |
/*color: #EAC730;*/
|
| |
|
+ |
}
|
| |
|
|
|
| |
|
+ |
#nav-menu hr {
|
| |
|
+ |
|
| |
|
+ |
border: 0;
|
| |
|
+ |
color: #D8D8E7;
|
| |
|
+ |
height: 1px;
|
| |
|
+ |
margin: 0px;
|
| |
|
+ |
}
|
| |
|
|
|
| |
|
+ |
#nav-menu ul {
|
| |
|
+ |
list-style-type: none;
|
| |
|
+ |
list-style-image: none;
|
| |
|
+ |
overflow: hidden;
|
| |
|
+ |
padding: 0px;
|
| |
|
+ |
margin-left: 10px;
|
| |
|
+ |
display:block;
|
| |
|
+ |
line-height: 25px;
|
| |
|
+ |
}
|
| |
|
|
|
| |
|
+ |
#nav-menu li {
|
| |
|
+ |
margin:0px;
|
| |
|
+ |
}
|
| |
|
|
|
| |
|
+ |
#nav-menu li a {
|
| |
|
+ |
display:block;
|
| |
|
+ |
}
|
| |
|
|
|
| |
|
|
|
| |
|
|
|
| |
|
+ |
/*********sicflex-menu********/
|
| |
|
+ |
#sicflex-menu {
|
| |
|
+ |
padding:0px;
|
| |
|
+ |
margin:0px;
|
| |
|
+ |
}
|
| |
|
|
|
| |
|
+ |
#sicflex-menu p {
|
| |
|
+ |
color: #000;
|
| |
|
+ |
font-size:110%
|
| |
|
+ |
}
|
| |
|
|
|
| |
|
+ |
.style-select sicflex-menu {
|
| |
|
+ |
backugroup-color:black;
|
| |
|
+ |
}
|
| |
|
|
|
| |
|
+ |
#sicflex-menu ul li ul {
|
| |
|
+ |
margin: 0;
|
| |
|
+ |
}
|
| |
|
|
|
| |
|
+ |
#sicflex-menu li a {
|
| |
|
+ |
display: block;
|
| |
|
+ |
margin: 0px;
|
| |
|
+ |
text-decoration: none;
|
| |
|
+ |
list-style-type: none;
|
| |
|
+ |
overflow: hidden;
|
| |
|
+ |
padding: 0px;
|
| |
|
+ |
}
|
| |
|
+ |
#sicflex-menu li li {
|
| |
|
+ |
padding:0;
|
| |
|
+ |
text-decoration: none;
|
| |
|
+ |
color: #e5e5e5;
|
| |
|
+ |
border-top: 1px solid #C8C9CA;
|
| |
|
+ |
line-height: 25px;
|
| |
|
+ |
}
|
| |
|
|
|
| |
|
+ |
/*******contents*****************/
|
| |
|
|
|
| |
|
+ |
#contents {
|
| |
|
+ |
background: white;
|
| |
|
+ |
padding: 14px;
|
| |
|
+ |
padding-top:5px;
|
| |
|
+ |
padding-bottom: 0px;
|
| |
|
+ |
border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
|
| |
|
|
|
| |
|
+ |
/* background-image: linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
|
| |
|
+ |
background-image: -o-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
|
| |
|
+ |
background-image: -moz-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
|
| |
|
+ |
background-image: -webkit-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
|
| |
|
+ |
background-image: -ms-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%); */
|
| |
|
|
|
| |
|
|
|
| |
|
+ |
}
|
| |
|
+ |
#contents-header {
|
| |
|
+ |
font-size: 12px;
|
| |
|
+ |
text-align:right;
|
| |
|
+ |
margin-bottom: 0.1em;
|
| |
|
+ |
padding:0px;
|
| |
|
+ |
}
|
| |
|
+ |
#contentSub {
|
| |
|
+ |
color: #7d7d7d;
|
| |
|
+ |
margin: 0 0 1em 1em;
|
| |
|
+ |
}
|
| |
|
+ |
#siteNotice {
|
| |
|
+ |
position: relative;
|
| |
|
+ |
text-align: right;
|
| |
|
+ |
font-size: 90%;
|
| |
|
+ |
padding: 0 0.9em;
|
| |
|
+ |
}
|
| |
|
+ |
#content-article {
|
| |
|
+ |
padding: 0px 0 10px 0;
|
| |
|
+ |
}
|
| |
|
+ |
/*******Menu Horizontal*********/
|
| |
|
|
|
| |
|
+ |
#tab_menu li {
|
| |
|
+ |
border-bottom: 1px solid #eee;
|
| |
|
+ |
border-radius:5px 5px 0px 0px;
|
| |
|
+ |
margin:0px;
|
| |
|
+ |
margin-right:0px;
|
| |
|
+ |
border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
|
| |
|
+ |
background-image: linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
|
| |
|
+ |
background-image: -o-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
|
| |
|
+ |
background-image: -moz-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
|
| |
|
+ |
background-image: -webkit-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
|
| |
|
+ |
background-image: -ms-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
|
| |
|
+ |
}
|
| |
|
+ |
}
|
| |
|
+ |
#tab_menu li:hover {
|
| |
|
+ |
background: #cccc;
|
| |
|
+ |
}
|
| |
|
+ |
/********TOC*********/
|
| |
|
+ |
#toc {
|
| |
|
+ |
width:18em;
|
| |
|
+ |
}
|