@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700);
body {
background-image: url(http://billpits.wikidot.com/local--files/start/starry-sky.gif);
background-repeat: repeat;
color: #FFFF00;
font-style: normal;
font-size: 11pt;
font-family: "Ubuntu Mono", sans-serif; }
#header {
height: 100px;
position: relative;
background-image: url("http://billpits.wikidot.com/local--files/start/medium-030.png");
background-repeat: no-repeat;
background-position: top center;
z-index: 30;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #47d8c0; }
#header h1, #header h2{
display: block;
border: none;
vertical-align: middle;
height:30px;
}
#header h1 {
input[type="button"], input[type="text"]
background-color: #0000FF;
width:300px;
margin-top:5px;
color: white;
text-shadow: 0px 0px 5px #ffffff;
text-align: center;
border-radius: 0.5em;
background-color: #0ac0ce;
/* fallback/image non-cover color */
background-image: -moz-linear-gradient(#983D92, #00FF00);
/* Firefox 3.6+ */
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#983D92), to(#00FF00));
/* Safari 4+, Chrome 1+ */
background-image: -webkit-linear-gradient(#983D92, #00FF00);
/* Safari 5.1+, Chrome 10+ */
background-image: -o-linear-gradient(#983D92, #00FF00);
/* Opera 11.10+ */
}
#header h2{
input[type="button"], input[type="text"]
background-color: #0000FF;
width:300px;
margin-top:2px;
color: white;
text-shadow: 0px 0px 5px #ffffff;
text-align: center;
border-radius: 0.5em;
background-color: #0ac0ce;
/* fallback/image non-cover color */
background-image: -moz-linear-gradient(#FFFF00, #FF0000);
/* Firefox 3.6+ */
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFF00), to(#FF0000));
/* Safari 4+, Chrome 1+ */
background-image: -webkit-linear-gradient(#FFFF00, #FF0000);
/* Safari 5.1+, Chrome 10+ */
background-image: -o-linear-gradient(#FFFF00, #FF0000);
/* Opera 11.10+ */
}
#page-content {
input[table]
border: 3px solid #44ff88;
width: 100%;
background-color: transparent;
min-height: 500px;
float:left;
}
#page-title {
margin-top: 15px;
margin-bottom: 0;
vertical-align: middle;
/*text-shadow: 0px 0px 5px $textshadow; */
background-color: black;
border: 2px solid #44ff88;
height: 40px;
padding-left: 10px;
color: white;
text-shadow: 0px 0px 10px #ff0000; }
#side-bar {
clear: left;
float: left;
border: 3px solid orange;
background-color: #47d8c0;
margin: 0 5px 1em;
padding: 1em;
width: 16.57em;
}
#main-content {
margin-left: 19.5em;
padding: 0 0.5em;
}
hr {
background-color: #44ff88; }
a {
color: white;
text-decoration: none;
text-shadow: 0px 0px 5px #09daff; }
a:hover {
color: white;
text-decoration: underline;
text-shadow: 0px 0px 10px white;
background-color: black; }
a.newpage {
color: #ff6f9c;
text-shadow: 0px 0px 10px #ff71ac; }
h1, h2, h3, h4, h5, h6 {
color: white;
font-family: 'Ubuntu Mono', sans-serif;
text-shadow: 0px 0px 5px #2fa38d; }
p {
font-family: 'Ubuntu Mono', sans-serif; }
blockquote {
background-color: #232323; }
table.wiki-content-table th {
background-color: #232323; }
.owindow {
background-color: #232323; }
#top-bar {
bottom: 0;
position: absolute;
right: 6.5em;
z-index: 0;
}
#top-bar a:hover {
background-color: #018b93; }
#top-bar li ul li a {
background-color: #018b93; }
#toc {
background-color: #232323; }
#code {
font-family: 'Ubuntu Mono', sans-serif; }
.code {
color: white;
font-family: 'Ubuntu Mono', sans-serif;
background-color: #983D92; }
/*サイドバーのリンク集*/
ul {
list-style-image: url("http://themes.wdfiles.com/local--files/neon/star.png"); }
ul ul {
list-style-image: url("http://themes.wdfiles.com/local--files/neon/level2.png"); }
ul ul ul {
list-style-image: url("http://themes.wdfiles.com/local--files/neon/level3.png"); }
ol ul {
list-style-image: url("http://themes.wdfiles.com/local--files/neon/level2.png"); }
menu, dir {
list-style-image: url("http://themes.wdfiles.com/local--files/neon/star.png"); }
/*TABS*/
.yui-navset {
/*タブの中身*/ }
.yui-navset .yui-nav {
border: none;
background-color: transparent; }
.yui-navset .yui-nav a {
background: none;
border-style: solid;
border-color: black; }
.yui-navset .yui-nav a em {
/*非選択タブタイトル??? */
border-color: #243356;
border-top-color: #243356;
border-radius: 0.5em;
color: white;
background-color: #036973;
/* fallback/image non-cover color */
background-image: -moz-linear-gradient(#036973, #243356);
/* Firefox 3.6+ */
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#036973), to(#243356));
/* Safari 4+, Chrome 1+ */
background-image: -webkit-linear-gradient(#036973, #243356);
/* Safari 5.1+, Chrome 10+ */
background-image: -o-linear-gradient(#036973, #243356);
/* Opera 11.10+ */ }
.yui-navset .yui-nav a:hover {
/*hoverしたときのタブタイトル*/
background-color: #015C63;
color: white;
border-radius: 0.5em;
border-color: #243356;
background-color: #036973;
/* fallback/image non-cover color */
background-image: -moz-linear-gradient(#036973, #243356);
/* Firefox 3.6+ */
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#036973), to(#243356));
/* Safari 4+, Chrome 1+ */
background-image: -webkit-linear-gradient(#036973, #243356);
/* Safari 5.1+, Chrome 10+ */
background-image: -o-linear-gradient(#036973, #243356);
/* Opera 11.10+ */ }
.yui-navset .yui-nav a:focus {
/*hoverしたときのタブタイトル*/
background-color: #015C63;
color: white;
border-radius: 0.5em;
border-color: #243356;
background-color: #036973;
/* fallback/image non-cover color */
background-image: -moz-linear-gradient(#036973, #243356);
/* Firefox 3.6+ */
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#036973), to(#243356));
/* Safari 4+, Chrome 1+ */
background-image: -webkit-linear-gradient(#036973, #243356);
/* Safari 5.1+, Chrome 10+ */
background-image: -o-linear-gradient(#036973, #243356);
/* Opera 11.10+ */ }
.yui-navset .yui-nav .selected a {
/*選択したタブタイトル*/
background-color: #018b93;
color: white;
text-shadow: 0px 0px 5px #52A298;
border-radius: 0.5em;
background-color: #0ac0ce;
/* fallback/image non-cover color */
background-image: -moz-linear-gradient(#0ac0ce, #018b93);
/* Firefox 3.6+ */
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0ac0ce), to(#018b93));
/* Safari 4+, Chrome 1+ */
background-image: -webkit-linear-gradient(#0ac0ce, #018b93);
/* Safari 5.1+, Chrome 10+ */
background-image: -o-linear-gradient(#0ac0ce, #018b93);
/* Opera 11.10+ */ }
.yui-navset .yui-nav .selected a:hover {
/*hoverしたときのタブタイトル*/
background-color: #015C63;
color: white;
border-radius: 0.5em;
border-color: #243356;
background-color: #036973;
/* fallback/image non-cover color */
background-image: -moz-linear-gradient(#036973, #243356);
/* Firefox 3.6+ */
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#036973), to(#243356));
/* Safari 4+, Chrome 1+ */
background-image: -webkit-linear-gradient(#036973, #243356);
/* Safari 5.1+, Chrome 10+ */
background-image: -o-linear-gradient(#036973, #243356);
/* Opera 11.10+ */ }
.yui-navset .yui-nav .selected a:focus {
/*hoverしたときのタブタイトル*/
background-color: #015C63;
color: white;
border-radius: 0.5em;
border-color: #243356;
background-color: #0ac0ce;
/* fallback/image non-cover color */
background-image: -moz-linear-gradient(#0ac0ce, #018b93);
/* Firefox 3.6+ */
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0ac0ce), to(#018b93));
/* Safari 4+, Chrome 1+ */
background-image: -webkit-linear-gradient(#0ac0ce, #018b93);
/* Safari 5.1+, Chrome 10+ */
background-image: -o-linear-gradient(#0ac0ce, #018b93);
/* Opera 11.10+ */ }
.yui-navset .yui-nav .selected a em {
/*選択したタブタイトル*/
background-color: #018b93;
color: white;
text-shadow: 0px 0px 5px #52A298;
border-radius: 0.5em;
background-color: #0ac0ce;
/* fallback/image non-cover color */
background-image: -moz-linear-gradient(#0ac0ce, #018b93);
/* Firefox 3.6+ */
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0ac0ce), to(#018b93));
/* Safari 4+, Chrome 1+ */
background-image: -webkit-linear-gradient(#0ac0ce, #018b93);
/* Safari 5.1+, Chrome 10+ */
background-image: -o-linear-gradient(#0ac0ce, #018b93);
/* Opera 11.10+ */ }
.yui-navset .yui-navset-top .yui-nav {
border: none;
background-color: black; }
.yui-navset .yui-navset-top .yui-nav a em {
/*非選択タブタイトル */
background-color: #036973;
/* fallback/image non-cover color */
background-image: -moz-linear-gradient(#036973, #243356);
/* Firefox 3.6+ */
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#036973), to(#243356));
/* Safari 4+, Chrome 1+ */
background-image: -webkit-linear-gradient(#036973, #243356);
/* Safari 5.1+, Chrome 10+ */
background-image: -o-linear-gradient(#036973, #243356);
/* Opera 11.10+ */
border-color: #243356;
border-top-color: #243356;
border-radius: 0.5em;
color: white; }
.yui-navset .yui-content {
background: #983D92;
color: white;
border-radius: 0.5em; }
input[type="button"], input[type="submit"] {
background-color: #018b93;
color: white;
text-shadow: 0px 0px 5px #52A298;
border-radius: 0.5em;
background-color: #0ac0ce;
/* fallback/image non-cover color */
background-image: -moz-linear-gradient(#0ac0ce, #018b93);
/* Firefox 3.6+ */
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0ac0ce), to(#018b93));
/* Safari 4+, Chrome 1+ */
background-image: -webkit-linear-gradient(#0ac0ce, #018b93);
/* Safari 5.1+, Chrome 10+ */
background-image: -o-linear-gradient(#0ac0ce, #018b93);
/* Opera 11.10+ */ }
.owindow .button-bar a {
background-color: #018b93;
color: white;
text-shadow: 0px 0px 5px #52A298;
border-radius: 0.5em;
background-color: #0ac0ce;
/* fallback/image non-cover color */
background-image: -moz-linear-gradient(#0ac0ce, #018b93);
/* Firefox 3.6+ */
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0ac0ce), to(#018b93));
/* Safari 4+, Chrome 1+ */
background-image: -webkit-linear-gradient(#0ac0ce, #018b93);
/* Safari 5.1+, Chrome 10+ */
background-image: -o-linear-gradient(#0ac0ce, #018b93);
/* Opera 11.10+ */ }
/*for syntac highlighter*/
.syntaxhighlighter a {
font-style: normal;
font-size: 10pt;
font-family: "Ubuntu Mono", sans-serif; }
.syntaxhighlighter div {
font-style: normal;
font-size: 10pt;
font-family: "Ubuntu Mono", sans-serif; }
.syntaxhighlighter code {
font-style: normal;
font-size: 10pt;
font-family: "Ubuntu Mono", sans-serif; }
.syntaxhighlighter table {
font-style: normal;
font-size: 10pt;
font-family: "Ubuntu Mono", sans-serif; }
.syntaxhighlighter table td {
font-style: normal;
font-size: 10pt;
font-family: "Ubuntu Mono", sans-serif; }
.syntaxhighlighter table tr {
font-style: normal;
font-size: 10pt;
font-family: "Ubuntu Mono", sans-serif; }
.syntaxhighlighter table tbody {
font-style: normal;
font-size: 10pt;
font-family: "Ubuntu Mono", sans-serif; }
.syntaxhighlighter table thread {
font-style: normal;
font-size: 10pt;
font-family: "Ubuntu Mono", sans-serif; }
.syntaxhighlighter table caption {
font-style: normal;
font-size: 10pt;
font-family: "Ubuntu Mono", sans-serif; }
.syntaxhighlighter textarea {
font-style: normal;
font-size: 10pt;
font-family: "Ubuntu Mono", sans-serif; }
#account-options li a {
background-color: black; }
#account-options li a:hover {
color: #47d8c0; }
<html>
<table cellpadding="2px" cellspacing="2px" height="1000px">
<tr>
<td style="width:800px; border:4px; vertical-align:top; text-align:left; color:yellow;border-style:solid; border-color:#018b93; background:#A3489D; background-image: -moz-linear-gradient(#A3489D, #ff0f00);"><h1>Home</h1><br /><span>Praesent sed libero eu massa bibendum ultricies. Nulla facilisi. Curabitur velit ante, pretium vel, viverra quis, lobortis in, nibh. Vestibulum turpis sapien, vehicula non, congue eget, facilisis vitae, nibh.</span></td>
<td style="width:240px; border:4px; vertical-align:top; text-align:left; color:white;border-style:solid; border-color:#018b93; background:#A3489D; background-image: -moz-linear-gradient(#FF7F00, #11ff00);"><center><h2>Side</h2></center><br /><span>Praesent sed libero eu massa bibendum ultricies. Nulla facilisi. Curabitur velit ante, pretium vel, viverra quis, lobortis in, nibh. Vestibulum turpis sapien, vehicula non, congue eget, facilisis vitae, nibh.</span></td>
</tr>
</table>
</html>