summaryrefslogtreecommitdiffstats
path: root/Dozentenmodul_V1/WebContent/css/Input.css
diff options
context:
space:
mode:
authortspitzer2013-06-05 11:42:24 +0200
committertspitzer2013-06-05 11:42:24 +0200
commit4d1d6819d49a2346aaea26ae22827c2acf3ec191 (patch)
tree4a51a194bc2367b64aa2cbaabde460c22dda7360 /Dozentenmodul_V1/WebContent/css/Input.css
downloadtutor-module-4d1d6819d49a2346aaea26ae22827c2acf3ec191.tar.gz
tutor-module-4d1d6819d49a2346aaea26ae22827c2acf3ec191.tar.xz
tutor-module-4d1d6819d49a2346aaea26ae22827c2acf3ec191.zip
initial
Diffstat (limited to 'Dozentenmodul_V1/WebContent/css/Input.css')
-rw-r--r--Dozentenmodul_V1/WebContent/css/Input.css166
1 files changed, 166 insertions, 0 deletions
diff --git a/Dozentenmodul_V1/WebContent/css/Input.css b/Dozentenmodul_V1/WebContent/css/Input.css
new file mode 100644
index 00000000..dce35868
--- /dev/null
+++ b/Dozentenmodul_V1/WebContent/css/Input.css
@@ -0,0 +1,166 @@
+@CHARSET "ISO-8859-1";
+
+@font-face {
+ font-family: 'Ubuntu';
+ src: url(/Dozentenmodul_V1/UbuntuFonts/Ubuntu-L.ttf);
+}
+
+#Logo{
+ top:0;
+ left:0;
+ height:120px;
+ width:50%;
+}
+
+#deutsch{
+ float:right;
+ margin-right:10px;
+}
+
+#englisch{
+ float:right;
+}
+
+
+article.input section {
+ position: absolute;
+ display: block;
+ width: 80%;
+ height: 120%;
+ top: 200px;
+ left: 50%;
+ margin-left: -30%;
+ background-color: #c5d2de;
+}
+
+article.input section h2 {
+ position: absolute;
+ left: 0;
+ top: -30px;
+ width: 124px;
+ height: 29px;
+ font-family: Ubuntu;
+ font-size: 15px;
+ margin: 0;
+ background-color: #194b7d;
+ border-radius: 15px 15px 0 0;
+ border: solid #ffffff;
+ border-width: 1px 1px 0 0;
+ z-index: 1;
+}
+
+article.input section:nth-child(2) h2 {
+ left: 120px;
+ z-index: 0;
+}
+
+article.input section:nth-child(3) h2 {
+ left: 240px;
+ z-index: -1;
+}
+
+article.input section:nth-child(4) h2 {
+ left: 360px;
+ z-index: -2;
+}
+
+
+article.input section h2 a {
+ display: block;
+ margin: 5px 0 0 0;
+ text-align: center;
+ text-decoration: none;
+ color: #c5d2de;
+}
+
+article.input section:target, article.input section:target h2 {
+ color: #000000;
+ background-color: #c5d2de;
+ z-index: 1;
+}
+
+article.input section:target h2 a {
+ color: #194b7d;
+}
+
+article.input section div{
+ z-index: 1;
+}
+
+article.input section input{
+ width: 100%;
+}
+
+fieldset{
+ margin-top: 10px;
+ margin-left: 30px;
+ margin-right: 30px;
+}
+
+article.input section input{
+ width: 320px;
+}
+
+article.input section textarea{
+ width: 320px;
+ resize:none;
+}
+article.input section select{
+ width: 325px;
+}
+td{
+
+font-family:Ubuntu;
+}
+legend{
+font-family:Ubuntu;
+}
+p{
+font-family:Ubuntu;
+}
+#von_date, #bis_date{
+ width: 300px;
+}
+
+#aktiv_ja, #aktiv_nein{
+ width: 50px;
+}
+
+#sort{
+ margin-left: 10px;
+ margin-top: 10px;
+}
+
+.container {
+ border:2px solid #ccc;
+ width:300px;
+ height: 550px;
+ overflow-y: scroll;
+}
+
+#SW_list{
+ width: 30px;
+}
+
+#choosedSW{
+ margin-top: 10px;
+ margin-left: 10px;
+ width: 300px;
+}
+
+#SW{
+ margin-left: 20px;
+ height:500px;
+ width: 500px;
+ background-color: #c5d2de;
+}
+
+#buttonAddSW{
+ margin-left: 30px;
+ width: 150px;
+}
+#save{
+ float:right;
+ margin-right: 30px;
+ width: 100px;
+} \ No newline at end of file