User:KazutoIKEDA/wiki/iGEMOSAKAwiki common.css

From 2009.igem.org

(Difference between revisions)
Line 174: Line 174:
         margin: 0px 0px 0px 5px;
         margin: 0px 0px 0px 5px;
         background: url('https://static.igem.org/mediawiki/2009/8/8e/Shadow.png') right bottom;
         background: url('https://static.igem.org/mediawiki/2009/8/8e/Shadow.png') right bottom;
-
         float: left;
+
         //float: left;
}
}

Revision as of 20:48, 19 October 2009

#bodyContent {
	border-width: 0px;
	margin: 0;
	padding: 0;
}

#content {
	border-width: 0px;
	width:  975px;
	padding: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        background-color: #13110E;
}

#footer-box {
	border-width: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
        margin-top: 0px;
        margin-bottom: 0px;
        background-color: #13110E;
}

#contentSub {
        font-size: 0%;
        line-height: 0em;
        margin: 0 0 0 0;
        display: none;
}

.firstHeading {
        display: none;
}

p {
        display: none;
}

#globalWrapper {
    padding-bottom: 0px;
}

#p-logo {
    height: 98px;
}

#head {
	height: 184px;
	width: 960px;
	vertical-align: top;
	padding-top: 8px;
	margin-left: auto;
	margin-right: auto;
}

#ie6{
        text-align: center;
        color: #ff0000;
        height: 65px;
}

#ie6 p {
        display: block;
        font-size: 24px;
}

#contents {
	height: auto;
	width: inherit;	
	text-align: center;
        margin-top: 12px;
        margin-bottom: 0px;
}

#contents p {
        display: block;
        text-indent: 1em;
}

#contents p.ref {
        text-indent: -1.5em;
	padding-left: 1.5em;
}

#inline-display {
        display: inline;
}

#contents a{
text-decoration: none;
}

#contents a:link {
color: #0000cd;
}

#contents a:visited {
color: #0000cd;
}

#contents a:active {
color: #0000ff;
text-decoration: underline;
}

#contents a:hover {
color: #0000ff;
text-decoration: underline;
}

#contents a.internal {
text-decoration: none;
color: #000000;
}

#left_menu {
	text-align: center;
	vertical-align: top;
	margin-left: 8px;
        /* padding: 10px 10px 0px 10px; */
        float: left;
}

#right_contents_top{
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 260px;
	margin-right: 8px;
        padding: 0px 0px 0px 0px;
	height: 7px;
	width: 686px;
}

#right_contents {
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 260px;
	margin-right: 8px;
        padding: 0px 10px 0px 10px;
	min-height: 400px;
	width: 686px;
	vertical-align: top;
	background-color: #ffffff;
        text-align: left;
}

#right_contents_bottom{
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 260px;
	margin-right: 8px;
        padding: 0px 0px 0px 0px;
	height: 7px;
	width: 686px;
}

table {
        background: none;
        border: 0px;
}

img{
	margin: 0;
	padding: 0;
}

embed {
	margin: 0;
	padding: 0;
}

.shadow {
        margin: 0px 0px 0px 5px;
        background: url('https://static.igem.org/mediawiki/2009/8/8e/Shadow.png') right bottom;
        //float: left;
}


* html div.ie6_s1{
    width:78px;
    height:98px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=https://static.igem.org/mediawiki/2009/e/e6/Sgicon_l10.png);
}
* html div.ie6_s1 img{
    display:none;
}