clockwerk-www

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 56  →  ?path2? @ 57
/about.php
@@ -3,13 +3,14 @@
<head>
<title>Clockwerk</title>
<link rel="stylesheet" href="css/gray.css" type="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body class="dark-grey">
<div class="center">
<img src="img/clockwerk-logo.png">
<img src="img/clockwerk-logo.png" alt="logo">
<h1><?php print gethostname(); ?></h1>
<hr>
<p>Copyright &#169 2013 Wizardry and Steamworks - <a href="http://was.fm" target="_blank">was.fm</a></p>
<p>Copyright &#169; 2013 Wizardry and Steamworks - <a href="http://was.fm" target="_blank">was.fm</a></p>
<p>
Special thanks go to <a href="http://wiki.bio-se.info/">Virtual Islands for Better
Education</a> for testing the Clockwerk machine.
/account.php
@@ -12,10 +12,11 @@
<head>
<title>Clockwerk</title>
<link rel="stylesheet" href="css/green.css" type="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body class="dark-grey">
<div>
<img src="img/clockwerk-logo.png">
<img src="img/clockwerk-logo.png" alt="logo">
<h1><?php print gethostname(); ?></h1>
<hr>
<p>
/applyiar.php
@@ -26,10 +26,11 @@
<head>
<title>Clockwerk</title>
<link rel="stylesheet" href="css/gray.css" type="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body class=dark-grey>
<div class="center">
<img src="img/clockwerk-logo.png">
<img src="img/clockwerk-logo.png" alt="logo">
<h1><?php print gethostname(); ?></h1>
<hr>
 
/applyoar.php
@@ -36,10 +36,11 @@
<head>
<title>Clockwerk</title>
<link rel="stylesheet" href="css/gray.css" type="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body class=dark-grey>
<div class="center">
<img src="img/clockwerk-logo.png">
<img src="img/clockwerk-logo.png" alt="logo">
<h1><?php print gethostname(); ?></h1>
<hr>
 
/css/gray.css
@@ -1,188 +1,156 @@
/* default-dark-gray */
/* default-dark-gray */
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300&subset=latin,greek-ext,cyrillic-ext,greek,vietnamese,cyrillic,latin-ext';
 
html{
height: 100%;
}
body {
font-family:'Open Sans','Helvetica Neue','Helvetica',Arial,Verdana,sans-serif;
background-color:#ebebeb;
}
form {
background-color:#fbfcd3;
}
h1 {
font:normal small-caps normal 22pt 'Open Sans','Helvetica Neue','Helvetica',Arial,Verdana,sans-serif;
}
.center {
text-align: center;
}
.dark-grey{
margin:0 auto;
}
.dark-grey>div,
.dark-grey>.title{
margin: 8px;
}
.dark-grey .error-field .required{
color:#FF9999;
}
.dark-grey .error-field input,
.dark-grey .error-field input[type=text],
.dark-grey .error-field input[type=password],
.dark-grey .error-field input[type=email],
.dark-grey .error-field input[type=url],
.dark-grey .error-field input[type=date],
.dark-grey .error-field input[type=number],
.dark-grey .error-field textarea{
border-color:#D893A1;
background-color: #FBE6F2;
}
.dark-grey label.error{
display:inline-block;
font-size:0.9em;
}
.dark-grey .error,
.dark-grey .error #recaptcha_widget_div{
padding: 3px 14px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
background-color: #fcf8e3;
border: 1px solid #fbeed5;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
 
color: #b94a48;
background-color: #f2dede;
border-color: #eed3d7;
color: #c09853;
}
.dark-grey .error h4 {
color: #b94a48;
margin: 0;
}
 
.dark-grey .error .close {
position: relative;
top: -2px;
right: -21px;
line-height: 20px;
}
.dark-grey .column{
float:left;
}
/* width = parseInt(100/columns.length)*/
.dark-grey .column1{ width:100%;}
.dark-grey .column2{ width:50%; }
.dark-grey .column3{ width:33%; }
.dark-grey .column4{ width:25%; }
.dark-grey .column5{ width:20%; }
 
.dark-grey .large{
width: 100%;
*width: 94%;
}
.dark-grey .medium{
width: 50%;
*width: 47%;
}
.dark-grey .small{
width: 25%;
*width: 23%;
}
 
.dark-grey textarea.large{
width: 100%;
*width: 94%;
height: 20em;
}
.dark-grey textarea.medium{
width: 100%;
*width: 94%;
height: 10em;
}
.dark-grey textarea.small{
width: 100%;
*width: 94%;
height: 5.5em;
}
 
.frmd{
display:none;
}
.clearfix {
*zoom: 1;
}
.clearfix:before,
.clearfix:after {
display: table;
line-height: 0;
content: "";
}
 
 
.blurBg,
.blurBg-true{
background-attachment: fixed;
background-image: -webkit-linear-gradient(85deg, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 20%), /* linear bottom */
-webkit-radial-gradient(40% 60%,ellipse farthest-side, rgba(255, 255, 255, 0.45) -10%, rgba(255, 255, 255, 0) 100%),/* center white */
-webkit-radial-gradient(50% -10%,circle farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 30%),/* top center white */
-webkit-radial-gradient(100% 0%,ellipse farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 20%),/* top right white */
-webkit-radial-gradient(0% 0%,ellipse farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 10%),/* top left white */
-webkit-radial-gradient(90% 60%,ellipse farthest-side, rgba(0, 0, 0, 0.35) -10%, rgba(0, 0, 0, 0) 100%),/* center right black */
-webkit-radial-gradient(20% 10%,circle farthest-side, rgba(0, 0, 0, 0.25) -10%, rgba(0, 0, 0, 0) 20%);/* top left black */
background-image: -moz-linear-gradient(85deg, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 20%), /* linear bottom */
-moz-radial-gradient(40% 60%,ellipse farthest-side, rgba(255, 255, 255, 0.45) -10%, rgba(255, 255, 255, 0) 100%),/* center white */
-moz-radial-gradient(50% -10%,circle farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 30%),/* top center white */
-moz-radial-gradient(100% 0%,ellipse farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 20%),/* top right white */
-moz-radial-gradient(0% 0%,ellipse farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 10%),/* top left white */
-moz-radial-gradient(90% 60%,ellipse farthest-side, rgba(0, 0, 0, 0.35) -10%, rgba(0, 0, 0, 0) 100%),/* center right black */
-moz-radial-gradient(20% 10%,circle farthest-side, rgba(0, 0, 0, 0.25) -10%, rgba(0, 0, 0, 0) 20%);/* top left black */
background-image: -ms-linear-gradient(85deg, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 20%), /* linear bottom */
-ms-radial-gradient(40% 60%,ellipse farthest-side, rgba(255, 255, 255, 0.45) -10%, rgba(255, 255, 255, 0) 100%),/* center white */
-ms-radial-gradient(50% -10%,circle farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 30%),/* top center white */
-ms-radial-gradient(100% 0%,ellipse farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 20%),/* top right white */
-ms-radial-gradient(0% 0%,ellipse farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 10%),/* top left white */
-ms-radial-gradient(90% 60%,ellipse farthest-side, rgba(0, 0, 0, 0.35) -10%, rgba(0, 0, 0, 0) 100%),/* center right black */
-ms-radial-gradient(20% 10%,circle farthest-side, rgba(0, 0, 0, 0.25) -10%, rgba(0, 0, 0, 0) 20%);/* top left black */
background-image: -o-linear-gradient(85deg, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 20%), /* linear bottom */
-o-radial-gradient(40% 60%,ellipse farthest-side, rgba(255, 255, 255, 0.45) -10%, rgba(255, 255, 255, 0) 100%),/* center white */
-o-radial-gradient(50% -10%,circle farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 30%),/* top center white */
-o-radial-gradient(100% 0%,ellipse farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 20%),/* top right white */
-o-radial-gradient(0% 0%,ellipse farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 10%),/* top left white */
-o-radial-gradient(90% 60%,ellipse farthest-side, rgba(0, 0, 0, 0.35) -10%, rgba(0, 0, 0, 0) 100%),/* center right black */
-o-radial-gradient(20% 10%,circle farthest-side, rgba(0, 0, 0, 0.25) -10%, rgba(0, 0, 0, 0) 20%);/* top left black */
background-image: linear-gradient(85deg, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 20%), /* linear bottom */
radial-gradient(40% 60%,ellipse farthest-side, rgba(255, 255, 255, 0.45) -10%, rgba(255, 255, 255, 0) 100%),/* center white */
radial-gradient(50% -10%,circle farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 30%),/* top center white */
radial-gradient(100% 0%,ellipse farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 20%),/* top right white */
radial-gradient(0% 0%,ellipse farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 10%),/* top left white */
radial-gradient(90% 60%,ellipse farthest-side, rgba(0, 0, 0, 0.35) -10%, rgba(0, 0, 0, 0) 100%),/* center right black */
radial-gradient(20% 10%,circle farthest-side, rgba(0, 0, 0, 0.25) -10%, rgba(0, 0, 0, 0) 20%);/* top left black */
/*
radial-gradient(40% 60%,ellipse farthest-side, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 50%),
radial-gradient(50% -10%,circle closest-corner, rgba(255, 255, 255, 0.3) 20%, rgba(255, 255, 255, 0) 50%),
radial-gradient(0% 100%,ellipse farthest-side, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 20%),
radial-gradient(100% 0%,ellipse farthest-side, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 20%),
radial-gradient(1% 2%,circle farthest-side, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 20%);
*/
}
 
#formoid-info {
display: block;
width: 400px;
margin: 0 auto;
padding: 10px;
text-align: center;
color: #c09853;
font-size: 12px;
max-width: 100%;
}
 
 
html {
height: 100%;
}
body {
font-family:'Open Sans','Helvetica Neue','Helvetica',Arial,Verdana,sans-serif;
background-color:#ebebeb;
}
form {
background-color:#fbfcd3;
}
h1 {
font:normal small-caps normal 22pt 'Open Sans','Helvetica Neue','Helvetica',Arial,Verdana,sans-serif;
}
.center {
text-align: center;
}
.dark-grey{
margin:0 auto;
}
.dark-grey>div,
.dark-grey>.title{
margin: 8px;
}
.dark-grey .error-field .required{
color:#FF9999;
}
.dark-grey .error-field input,
.dark-grey .error-field input[type=text],
.dark-grey .error-field input[type=password],
.dark-grey .error-field input[type=email],
.dark-grey .error-field input[type=url],
.dark-grey .error-field input[type=date],
.dark-grey .error-field input[type=number],
.dark-grey .error-field textarea{
border-color:#D893A1;
background-color: #FBE6F2;
}
.dark-grey label.error{
display:inline-block;
font-size:0.9em;
}
.dark-grey .error,
.dark-grey .error #recaptcha_widget_div{
padding: 3px 14px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
background-color: #fcf8e3;
border: 1px solid #fbeed5;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
 
color: #b94a48;
background-color: #f2dede;
border-color: #eed3d7;
color: #c09853;
}
.dark-grey .error h4 {
color: #b94a48;
margin: 0;
}
 
.dark-grey .error .close {
position: relative;
top: -2px;
right: -21px;
line-height: 20px;
}
.dark-grey .column{
float:left;
}
/* width = parseInt(100/columns.length)*/
.dark-grey .column1{ width:100%;}
.dark-grey .column2{ width:50%; }
.dark-grey .column3{ width:33%; }
.dark-grey .column4{ width:25%; }
.dark-grey .column5{ width:20%; }
 
.dark-grey .large{
width: 100%;
}
.dark-grey .medium{
width: 50%;
}
.dark-grey .small{
width: 25%;
}
 
.dark-grey textarea.large{
width: 100%;
height: 20em;
}
.dark-grey textarea.medium{
width: 100%;
height: 10em;
}
.dark-grey textarea.small{
width: 100%;
height: 5.5em;
}
 
.frmd {
display:none;
}
 
.clearfix:before,
.clearfix:after {
display: table;
line-height: 0;
content: "";
}
 
.blurBg,
.blurBg-true {
background-attachment: fixed;
background-image: -webkit-linear-gradient(85deg, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 20%), /* linear bottom */
-webkit-radial-gradient(40% 60%,ellipse farthest-side, rgba(255, 255, 255, 0.45) -10%, rgba(255, 255, 255, 0) 100%),/* center white */
-webkit-radial-gradient(50% -10%,circle farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 30%),/* top center white */
-webkit-radial-gradient(100% 0%,ellipse farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 20%),/* top right white */
-webkit-radial-gradient(0% 0%,ellipse farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 10%),/* top left white */
-webkit-radial-gradient(90% 60%,ellipse farthest-side, rgba(0, 0, 0, 0.35) -10%, rgba(0, 0, 0, 0) 100%),/* center right black */
-webkit-radial-gradient(20% 10%,circle farthest-side, rgba(0, 0, 0, 0.25) -10%, rgba(0, 0, 0, 0) 20%);/* top left black */
background-image: -moz-linear-gradient(85deg, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 20%), /* linear bottom */
-moz-radial-gradient(40% 60%,ellipse farthest-side, rgba(255, 255, 255, 0.45) -10%, rgba(255, 255, 255, 0) 100%),/* center white */
-moz-radial-gradient(50% -10%,circle farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 30%),/* top center white */
-moz-radial-gradient(100% 0%,ellipse farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 20%),/* top right white */
-moz-radial-gradient(0% 0%,ellipse farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 10%),/* top left white */
-moz-radial-gradient(90% 60%,ellipse farthest-side, rgba(0, 0, 0, 0.35) -10%, rgba(0, 0, 0, 0) 100%),/* center right black */
-moz-radial-gradient(20% 10%,circle farthest-side, rgba(0, 0, 0, 0.25) -10%, rgba(0, 0, 0, 0) 20%);/* top left black */
background-image: -ms-linear-gradient(85deg, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 20%), /* linear bottom */
-ms-radial-gradient(40% 60%,ellipse farthest-side, rgba(255, 255, 255, 0.45) -10%, rgba(255, 255, 255, 0) 100%),/* center white */
-ms-radial-gradient(50% -10%,circle farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 30%),/* top center white */
-ms-radial-gradient(100% 0%,ellipse farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 20%),/* top right white */
-ms-radial-gradient(0% 0%,ellipse farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 10%),/* top left white */
-ms-radial-gradient(90% 60%,ellipse farthest-side, rgba(0, 0, 0, 0.35) -10%, rgba(0, 0, 0, 0) 100%),/* center right black */
-ms-radial-gradient(20% 10%,circle farthest-side, rgba(0, 0, 0, 0.25) -10%, rgba(0, 0, 0, 0) 20%);/* top left black */
}
 
#formoid-info {
display: block;
width: 400px;
margin: 0 auto;
padding: 10px;
text-align: center;
color: #c09853;
font-size: 12px;
max-width: 100%;
}
 
@font-face {
font-family: formoid;
src:url('lib/formoid.eot');
@@ -237,8 +205,6 @@
display: -moz-inline-box;
display: inline-block;
vertical-align: middle;
zoom: 1;
*display: inline;
}
 
/* Button & submit*/
@@ -249,7 +215,6 @@
.dark-grey .element-file .button{
display: -moz-inline-box;
display: inline-block;
*display: inline;
padding: 4px 12px;
text-align: center;
font-size: 1em;
@@ -259,7 +224,6 @@
vertical-align: middle;
cursor: pointer;
border: 1px solid #bbbbbb;
*border: 0;
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
border-bottom-color: #a2a2a2;
@@ -266,7 +230,6 @@
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
*zoom: 1;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
@@ -281,12 +244,11 @@
.dark-grey .btn,
.dark-grey .element-file .button{
background-color: #f5f5f5;
*background-color: #e6e6e6;
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
background-image: linear-gradient(#ffffff, #e6e6e6);
background-repeat: repeat-x;
}
.dark-grey select{
@@ -300,7 +262,6 @@
.dark-grey input[type=button]:active,
.dark-grey input[type=button][disabled]{
background-color: #e6e6e6;
*background-color: #d9d9d9;
}
 
.dark-grey select:active,
@@ -335,7 +296,6 @@
cursor: default;
background-image: none;
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
@@ -422,8 +382,7 @@
background: -moz-linear-gradient(top,#fff,#E3E3E3);
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#E3E3E3));
filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#ffffff,endColorstr=#E3E3E3,GradientType=0); zoom: 1;
background: linear-gradient(top,#fff,#E3E3E3);
background: linear-gradient(#fff,#E3E3E3);
 
background-clip: border-box; -moz-background-clip: border; -webkit-background-clip: border-box;
background-origin: border-box; -moz-background-origin: border; -webkit-background-origin: border-box;
@@ -431,6 +390,7 @@
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
 
/* checkbox */
.dark-grey input[type=checkbox]+span:before{
content: "\e004";
@@ -489,7 +449,7 @@
background-image: -moz-linear-gradient(top, rgba(0,0,0,0.18), rgba(0,0,0,0) 4px, rgba(0,0,0,0) ); /* FF3.6 */
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.18), rgba(0,0,0,0) 4px, rgba(0,0,0,0) ); /* Chrome 10+, Saf5.1+ */
background-image: -o-linear-gradient(top, rgba(0,0,0,0.18), rgba(0,0,0,0) 4px, rgba(0,0,0,0) ); /* Opera 11.10+ */
background-image: linear-gradient(top, rgba(0,0,0,0.18), rgba(0,0,0,0) 5px, rgba(0,0,0,0) );
background-image: linear-gradient(rgba(0,0,0,0.18), rgba(0,0,0,0) 5px, rgba(0,0,0,0) );
border-top: solid 1px #aaa;
border-left: solid 1px #aaa;
border-bottom: solid 1px #ccc;
@@ -509,10 +469,8 @@
.dark-grey .element-file .file_text,
.dark-grey textarea{
width: 100%;
*width: 94%;
}
 
 
/* prevent conflicts with bootstrap */
.dark-grey .dropdown-menu input[type=checkbox]{
display:none;
@@ -521,21 +479,15 @@
/* NAME last first */
.dark-grey .element-name .nameFirst{
width: 40%;
*width: 39%;
left: 0;
display: inline-block;
margin-right: 5%;
vertical-align: top;
zoom: 1;
*display: inline;
}
.dark-grey .element-name .nameLast{
width: 55%;
*width: 50%;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
}
 
/* ADDRESS */
@@ -542,10 +494,7 @@
.dark-grey .element-address .city,
.dark-grey .element-address .zip{
width: 47%;
*width: 44%;
display: inline-block;
zoom: 1;
*display: inline;
vertical-align: top;
margin-right: 6%;
}
@@ -552,10 +501,7 @@
.dark-grey .element-address .state,
.dark-grey .element-address .country{
width: 47%;
*width: 44%;
display: inline-block;
zoom: 1;
*display: inline;
vertical-align: top;
}
.dark-grey .element-address .country select{
@@ -607,7 +553,6 @@
padding: 0;
cursor: pointer;
opacity: 0;
filter: alpha(opacity=0);
width: 100%;
}
* html .dark-grey .element-file .file_input,
@@ -619,7 +564,6 @@
bottom: auto;
width: auto;
opacity: 1;
filter: alpha(opacity=100);
}
* html .dark-grey .element-file .button,
*+html .dark-grey .element-file .button{
@@ -661,19 +605,10 @@
.btn-group {
position: relative;
display: inline-block;
*display: inline;
*margin-left: .3em;
/*font-size: 0;*/
white-space: nowrap;
vertical-align: middle;
*zoom: 1;
}
 
.btn-group:first-child {
*margin-left: 0;
}
 
 
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
outline: 0;
@@ -707,10 +642,7 @@
margin: 2px 0 0;
list-style: none;
background-color: #ffffff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
*border-right-width: 2px;
*border-bottom-width: 2px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
@@ -728,10 +660,8 @@
}
 
.dropdown-menu .divider {
*width: 100%;
height: 1px;
margin: 9px 1px;
*margin: -5px 0 5px;
overflow: hidden;
background-color: #e5e5e5;
border-bottom: 1px solid #ffffff;
@@ -748,11 +678,12 @@
 
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a{
.dropdown-submenu:hover > a {
color: #ffffff;
text-decoration: none;
}
.dropdown-menu li.selected > a{
 
.dropdown-menu li.selected > a {
color: #ffffff;
text-decoration: none;
}
@@ -766,10 +697,9 @@
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
background-image: -o-linear-gradient(top, #0088cc, #0077b3);
background-image: linear-gradient(to bottom, #0088cc, #0077b3);
background-image: linear-gradient(#0088cc, #0077b3);
background-repeat: repeat-x;
outline: 0;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
 
.dropdown-menu .disabled > a,
@@ -782,7 +712,6 @@
cursor: default;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
 
.open > .dropdown-menu {
@@ -789,11 +718,6 @@
display: block;
}
 
 
 
 
 
 
.alert {
padding: 8px 35px 8px 14px;
margin-bottom: 20px;
@@ -861,7 +785,6 @@
 
.tooltip.in {
opacity: 0.8;
filter: alpha(opacity=80);
}
 
.tooltip.top {
@@ -1267,8 +1190,6 @@
}
.datepicker td.active,
.datepicker td.active:hover {
color: #ffffff;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
@@ -1286,12 +1207,14 @@
.datepicker td.active:hover[disabled] {
color: #ffffff;
}
 
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
background-color: #003399 \9;
background-color: #003399;
}
 
.datepicker td span {
display: block;
width: 1.5em;
@@ -1304,6 +1227,7 @@
-moz-border-radius: 4px;
border-radius: 4px;
}
 
.datepicker .datepicker-months td span,
.datepicker .datepicker-years td span {
width: 3.5em;
@@ -1315,8 +1239,6 @@
}
.datepicker td span.active {
color: #ffffff;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span.active:hover,
@@ -1329,7 +1251,7 @@
}
.datepicker td span.active:active,
.datepicker td span.active.active {
background-color: #003399 \9;
background-color: #003399;
}
.datepicker td span.old {
color: #999999;
@@ -1357,15 +1279,12 @@
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
background-image: -webkit-linear-gradient(top, #444444, #222222);
background-image: -o-linear-gradient(top, #444444, #222222);
background-image: linear-gradient(top, #444444, #222222);
background-image: linear-gradient(#444444, #222222);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222', GradientType=0);
/* border-color: #1598d9 #1598d9 #007bb8 #1598d9; */
}
.dark-grey input[type=submit]:hover,
.dark-grey .element-file .button:hover {
background-color: #222222;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#47b4eb', endColorstr='#222222', GradientType=0);
}
.dark-grey input[type=submit]:active,
.dark-grey input[type=submit][disabled],
@@ -1372,7 +1291,6 @@
.dark-grey .element-file .button:active,
.dark-grey .element-file .button[disabled]{
background-color: #222222;
*background-color: #222222;
}
 
.dark-grey input[type=text]:focus,
@@ -1387,13 +1305,10 @@
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #222222;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #222222;
border-color: #222222;
/*background-image: -ms-linear-gradient(top, #444444, #999999); /* IE10 */
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#22000000', EndColorStr='#00FFFFFF'); /* IE6–IE9 */
/*background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#999999)); /* Saf4+, Chrome */
background-image: -moz-linear-gradient(top, rgba(0,0,0,0.19), rgba(0,0,0,0) 5px, rgba(0,0,0,0) ); /* FF3.6 */
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.19), rgba(0,0,0,0) 5px, rgba(0,0,0,0) ); /* Chrome 10+, Saf5.1+ */
background-image: -o-linear-gradient(top, rgba(0,0,0,0.19), rgba(0,0,0,0) 5px, rgba(0,0,0,0) ); /* Opera 11.10+ */
background-image: linear-gradient(top, rgba(0,0,0,0.19), rgba(0,0,0,0) 5px, rgba(0,0,0,0) );
background-image: linear-gradient(rgba(0,0,0,0.19), rgba(0,0,0,0) 5px, rgba(0,0,0,0) );
transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
 
@@ -1407,9 +1322,8 @@
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
background-image: -webkit-linear-gradient(top, #444444, #222222);
background-image: -o-linear-gradient(top, #444444, #222222);
background-image: linear-gradient(top, #444444, #222222);
background-image: linear-gradient(#444444, #222222);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222', GradientType=0);
border-color: #1598d9 #1598d9 #007bb8 #1598d9;
}
.dropdown-menu li.selected > a{
@@ -1428,13 +1342,11 @@
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
background-image: -webkit-linear-gradient(top, #444444, #222222);
background-image: -o-linear-gradient(top, #444444, #222222);
background-image: linear-gradient(to bottom, #444444, #222222);
background-image: linear-gradient(#444444, #222222);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
border-color: #222222 #222222 #002a80;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color: #222222;
}
 
.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
@@ -1452,9 +1364,8 @@
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled]{
.datepicker td.active:hover[disabled] {
background-color: #222222;
*background-color: #222222;
}
 
/* .dark-grey color scheme end */
/getiar.php
@@ -3,11 +3,12 @@
<head>
<title>Clockwerk</title>
<link rel="stylesheet" href="css/gray.css" type="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body class="dark-grey">
<div>
<div class="center">
<img src="img/clockwerk-logo.png">
<img src="img/clockwerk-logo.png" alt="logo">
<h1><?php print gethostname(); ?></h1>
<hr>
</div>
/getoar.php
@@ -3,11 +3,12 @@
<head>
<title>Clockwerk</title>
<link rel="stylesheet" href="css/gray.css" type="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body class="dark-grey">
<div>
<div class="center">
<img src="img/clockwerk-logo.png">
<img src="img/clockwerk-logo.png" alt="logo">
<h1><?php print gethostname(); ?></h1>
<hr>
</div>
/index.php
@@ -3,10 +3,11 @@
<head>
<title>Clockwerk</title>
<link rel="stylesheet" href="css/gray.css" type="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body class="dark-grey">
<div class="center">
<img src="img/clockwerk-logo.png">
<img src="img/clockwerk-logo.png" alt="logo">
<h1><?php print gethostname(); ?></h1>
<hr>
<form class="dark-grey">
/register.php
@@ -3,11 +3,12 @@
<head>
<title>Clockwerk</title>
<link rel="stylesheet" href="css/gray.css" type="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body class="dark-grey">
<div>
<div class="center">
<img src="img/clockwerk-logo.png">
<img src="img/clockwerk-logo.png" alt="logo">
<h1><?php print gethostname(); ?></h1>
<hr>
</div>
/sendiar.php
@@ -18,6 +18,23 @@
$_POST["recaptcha_challenge_field"],
$_POST["recaptcha_response_field"]);
 
?>
 
<!DOCTYPE html>
<html>
<head>
<title>Clockwerk</title>
<link rel="stylesheet" href="css/gray.css" type="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body class=dark-grey>
<div class="center">
<img src="img/clockwerk-logo.png" alt="logo">
<h1><?php print gethostname(); ?></h1>
<hr>
 
<?php
 
if($resp->is_valid) {
$req = new wasRemoteAdmin('http://127.0.0.1:10000', 'opensim');
$ret = $req->admin_authenticate_user($first, $last, MD5($password), '1');
@@ -45,3 +62,12 @@
echo '<p>Sorry, incorrect CAPTCHA. Please try again.</p>';
 
?>
 
<p>
<a class="button" href="welcome.php">Main Page</a>
</p>
</div>
</body>
</html>
 
/sendoar.php
@@ -28,6 +28,23 @@
$_POST["recaptcha_challenge_field"],
$_POST["recaptcha_response_field"]);
 
?>
 
<!DOCTYPE html>
<html>
<head>
<title>Clockwerk</title>
<link rel="stylesheet" href="css/gray.css" type="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body class=dark-grey>
<div class="center">
<img src="img/clockwerk-logo.png" alt="logo">
<h1><?php print gethostname(); ?></h1>
<hr>
 
<?php
 
if ($resp->is_valid) {
$req = new wasRemoteAdmin('http://127.0.0.1:10000', 'opensim');
$ret = $req->admin_authenticate_user($first, $last, MD5($password), '1');
@@ -70,3 +87,12 @@
}
 
echo '<p>Sorry, incorrect CAPTCHA. Please try again.</p>';
 
?>
 
<p>
<a class="button" href="welcome.php">Main Page</a>
</p>
</div>
</body>
</html>
/uploadiar.php
@@ -3,11 +3,12 @@
<head>
<title>Clockwerk</title>
<link rel="stylesheet" href="css/gray.css" type="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body class="dark-grey">
<div>
<div class="center">
<img src="img/clockwerk-logo.png">
<img src="img/clockwerk-logo.png" alt="logo">
<h1><?php print gethostname(); ?></h1>
<hr>
</div>
/uploadoar.php
@@ -3,11 +3,12 @@
<head>
<title>Clockwerk</title>
<link rel="stylesheet" href="css/gray.css" type="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body class="dark-grey">
<div>
<div class="center">
<img src="img/clockwerk-logo.png">
<img src="img/clockwerk-logo.png" alt="logo">
<h1><?php print gethostname(); ?></h1>
<hr>
</div>
/welcome.php
@@ -3,10 +3,11 @@
<head>
<title>Clockwerk</title>
<link rel="stylesheet" href="css/gray.css" type="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body class="dark-grey">
<div class="center">
<img src="img/clockwerk-logo.png">
<img src="img/clockwerk-logo.png" alt="logo">
<h1><?php print gethostname(); ?></h1>
<hr>
<form class="dark-grey">