wwwcorpus/css/starter-template.css
changeset 17 d8b6ea26da6e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/wwwcorpus/css/starter-template.css	Tue Mar 18 14:08:02 2014 +0100
@@ -0,0 +1,49 @@
+body {
+  padding-top: 50px;
+}
+.starter-template {
+  padding: 40px 15px;
+  text-align: center;
+}
+
+/* ID style specific */
+#logo {
+    padding-top: 0px;
+}
+/* Class style specific */
+/* 
+.nav-logo {
+    padding-top: 0px;
+}
+ */
+
+.corpus-title {
+    font-size: 24px;
+    margin-top:50px;
+}
+
+.Ldt-TitleWidget h2{
+    font-size: 18px;
+}
+/* .LDT-title {
+    font-size: 18px;
+} */
+
+.notice-list {
+    list-style-type: none;
+}
+
+.notice-item {
+    
+}
+
+ #LdtPlayer {
+    float: left;
+    margin: 10px;
+}
+
+#AnnotationsListContainer, #SlideShareContainer {
+    float: left;
+    width: 400px;
+    margin: 10px 0;
+}
\ No newline at end of file