summaryrefslogtreecommitdiffstats
path: root/Dozentenmodul_V1/WebContent/css/Layout.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/Layout.css
downloadtutor-module-4d1d6819d49a2346aaea26ae22827c2acf3ec191.tar.gz
tutor-module-4d1d6819d49a2346aaea26ae22827c2acf3ec191.tar.xz
tutor-module-4d1d6819d49a2346aaea26ae22827c2acf3ec191.zip
initial
Diffstat (limited to 'Dozentenmodul_V1/WebContent/css/Layout.css')
-rw-r--r--Dozentenmodul_V1/WebContent/css/Layout.css120
1 files changed, 120 insertions, 0 deletions
diff --git a/Dozentenmodul_V1/WebContent/css/Layout.css b/Dozentenmodul_V1/WebContent/css/Layout.css
new file mode 100644
index 00000000..0d2bb44e
--- /dev/null
+++ b/Dozentenmodul_V1/WebContent/css/Layout.css
@@ -0,0 +1,120 @@
+html,body{
+ height:100%;
+ background-image:url('../img/bg.png');
+ background-repeat:repeat-x;
+}
+
+
+#Ueberschrift{
+ text-align:left;
+}
+
+#right{
+ position:absolute;
+ width:100%;
+ left:230px;
+
+}
+
+#left{
+ width:220px;
+ min-width:220px;
+ float:left;
+ height:100%;
+ border-right:thin;
+ border-right-color:black;
+ border-right-style:solid;
+}
+
+hr{
+ color:black;
+}
+
+#loginButton{
+ float:right;
+}
+
+ul.tabs
+{
+ padding: 6px 0;
+ font-size: 0;
+ margin:0;
+ list-style-type: none;
+ text-align: left; /*set to left, center, or right to align the tabs as desired*/
+}
+
+ul.tabs li
+{
+ display: inline;
+ margin: 0;
+ margin-right:4px; /*distance between tabs*/
+}
+
+ul.tabs li a
+{
+ font: normal 12px Verdana;
+ text-decoration: none;
+ position: relative;
+ z-index: 1;
+ padding: 6px 14px;
+ border: 1px solid #B7B7B7;
+ color: #000;
+ background: #F7F7F7 url(../img/tabbg2.gif) repeat-x 0 0;
+ border-radius: 3px 3px 0 0;
+ outline:none;
+}
+
+ul.tabs li a:visited
+{
+ color: #000;
+}
+
+ul.tabs li a:hover
+{
+ background:White url(../img/tabbg.gif) repeat-x 0 0;
+}
+
+ul.tabs li.selected a
+{
+ /*selected tab style */
+ position: relative;
+ top: 0px;
+ font-weight:bold;
+ background: white url(../img/tabbg.gif) 0 0 repeat-x;
+ border-bottom-color: white;
+}
+
+
+ul.tabs li.selected a:hover
+{
+ /*selected tab style */
+ text-decoration: none;
+}
+
+div.tabcontent
+{
+ display: block;
+}
+
+div.tabcontents
+{
+ border-top: 1px solid #B7B7B7; padding:30px 16px;
+ border-radius: 8px;
+}
+
+.container {
+ border:2px solid #ccc;
+ width:300px;
+ height: 500px;
+ overflow-y: scroll;
+}
+
+#sw_chooser{
+ width:300px;
+ float:left;
+}
+
+#sw_choosed{
+ width:300px;
+
+}