User:KazutoIKEDA/wiki/iGEMOSAKAwiki-home.css

From 2009.igem.org

Note: After saving, you may have to bypass your browser's cache to see the changes. Mozilla / Firefox / Safari: hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Command-R on a Macintosh); Konqueror: click Reload or press F5; Opera: clear the cache in Tools → Preferences; Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5.

body {
	margin: 0;
	padding: 0;
	line-height: 1.4;
	color: black;
	font-family: Myriad Pro, Helvetica, Arial;
	font-size: 11px;
        font-size-adjust: 0.48;
	background-image: url('https://static.igem.org/mediawiki/2009/9/91/Background_title.jpg');
	background-position: 50% 0%;
	/*background-repeat: no-repeat;*/
}

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

#content {
	border-width: 0px;
        width:  975px;
        padding: 0px;
	background-image: url('https://static.igem.org/mediawiki/2009/5/56/Background_title2.jpg');
	background-position: 50% 0%;
}

#footer-box {
	border-width: 0px;
	background-image: url('https://static.igem.org/mediawiki/2009/1/1c/Cosmos02.jpg');
	background-position: 50% 0%;
}

#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: 350px;
	width: 960px;
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
}

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

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

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

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

#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;
}

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

img {
	margin: 0;
	padding: 0;
}


#exp1 {
      height:      100px;
      width:      600px;
      margin-left:   auto;
      margin-right:   auto;
      display: none:
}


#fade {
	background: #000;
	position: fixed;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=80);
	opacity: .80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
	left: 0;
	top: 0;
	z-index: 10;
}
#hideshow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.popup_block {
	background: #ddd;
	padding: 10px 20px;
	border: 10px solid #fff;
	float: left;
	width: 480px;
	position: fixed;
	top: 20%;
	left: 50%;
	margin: 0 0 0 -250px;
	z-index: 100;
}
.popup_block .popup {
	float: left;
	width: 100%;
	background: #fff;
	margin: 10px 0;
	padding: 10px 0;
	border: 1px solid #bbb;
}
.popup h3 {
	margin: 0 0 20px;
	padding: 5px 10px;
	border-bottom: 1px solid #bbb;
	font-size: 1.5em;
	font-weight: normal;
}
.popup p {
	padding: 5px 10px;
	margin: 5px 0;
}
.popup img.cntrl {
	position: absolute;
	right: -20px;
	top: -20px;
}