packages feed

Nomyx-0.4.0: data/static/css/nomyx.css

h3{
   color:#04B404;
}

#multi {
   top:40px;
   vertical-align:middle;

}


#gameList {
   position:absolute;
   background-color:#F4F4F4;
   border:1px solid black;
   width:250px;
   padding:10px;
   top:60px;
   left:15px;
   overflow: auto;
}

#game {
   position:absolute;
   background-color:#FFFFFF;
   height:90%;
   top:57px;
   left:295px;
   right:14px;
   padding-right:20px;
   overflow: auto;
}

#gameElem {
   position:absolute;
   height:90%;
   top:20px;
   left:250px;
   right:20px;
   /**/
}

/*
#IORuleTitle {
   position:relative;
   top:-30px;
   background-color:#F4F4F4;

   height:20px;
}*/

#IORule {
    border:1px dotted black;
    padding:10px;
    padding-bottom:0px;
    padding-top:0px;
    margin-bottom:10px;
    display : block;
}

.table {
   border:2px solid black;
   border-collapse:collapse;
   padding:6px;
}

.td {
   border:1px solid black;
   padding:6px;
}

pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

thead {
 font-weight:bold
 }

#victory {
   float:left;
   margin-left:5%;
   padding:10px;
}

#ios, #details, #rules, #newRule, #gameDesc  {
   float:left;
   background-color:#F4F4F4;
   border:1px solid black;
   padding-left:10px;
   padding-right:10px;
   width:100%;
   margin-bottom:5px;
}

#showCodeLink {
   text-align:right;
}

#gameName {
   padding-right: 10px;
}

/* #eventsBody {
   display:none;
}*/

#header {
	border-top:1px solid silver;
	border-bottom:1px solid silver;
	margin-top:10px;
	margin-bottom:10px;
	color:gray;
	padding-top:10px;
	padding-bottom:5px;
	background-color:#F4F4F4;
	top:0;
	position:relative;
	width:100%;
}

#footer {
	border-top:1px solid silver;
	border-bottom:1px solid silver;
	margin-top:10px;
	margin-bottom:10px;
	color:gray;
	padding-top:10px;
	padding-bottom:5px;
	background-color:#F4F4F4;
	bottom:0;
	position:absolute;
	width:100%;
}


.code {
   width:100%;
  /* height:150px;*/
}

.agora {
   width:400px;
}

input[type="file"]{
   font: normal 11px Arial;
}

#description {
   width:50%;
}

.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 1000px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	/* background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);*/
}

.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }

.modalWindow {
        position: fixed;
        font-family: arial;
        font-size:80%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0,0,0,0.2);
        z-index: 99999;
        opacity:0;
        -webkit-transition: opacity 400ms ease-in;
        -moz-transition: opacity 400ms ease-in;
        transition: opacity 400ms ease-in;
        pointer-events: none;
}

.modalButton {
        background: #606061;
        color: #FFFFFF;
        line-height: 25px;
        text-align: center;
        text-decoration: none;
        font-weight: bold;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -moz-box-shadow: 1px 1px 3px #000;
        -webkit-box-shadow: 1px 1px 3px #000;
        box-shadow: 1px 1px 3px #000;
        width:80px;
        float:right;
        margin-left:20px;

}
    
.modalWindow:target {
    opacity:1;
    pointer-events: auto;
}
.modalWindow > div {

        width: 500px;
        position: relative;
        margin: 10% auto;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background: #fff;
        padding-left:20px; 
        padding-right:10px;
        padding-top:5px;
        padding-bottom:1px;
        max-height: 70%;
    }

#InputForm {
    display:inline;
}

#modalCode {
    overflow: auto;
    height: 60%;
}

pre {
    -moz-tab-size:    16;
    -o-tab-size:      16;
    -webkit-tab-size: 16;
    -ms-tab-size:     16;
    tab-size:         16;
}