You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by bu...@apache.org on 2015/03/05 18:09:13 UTC

svn commit: r942467 [3/12] - in /websites/staging/ctakes/trunk: cgi-bin/ content/ content/css/ content/font-awesome/ content/font-awesome/css/ content/font-awesome/fonts/ content/font-awesome/less/ content/font-awesome/scss/ content/fonts/ content/imag...

Added: websites/staging/ctakes/trunk/content/css/bootstrap.min.css
==============================================================================
--- websites/staging/ctakes/trunk/content/css/bootstrap.min.css (added)
+++ websites/staging/ctakes/trunk/content/css/bootstrap.min.css Thu Mar  5 17:09:12 2015
@@ -0,0 +1,7 @@
+/*!
+ * Bootstrap v3.0.3 (http://getbootstrap.com)
+ * Copyright 2013 Twitter, Inc.
+ * Licensed under http://www.apache.org/licenses/LICENSE-2.0
+ */
+

[... 3 lines stripped ...]
Added: websites/staging/ctakes/trunk/content/css/cerulean.min.css
==============================================================================
--- websites/staging/ctakes/trunk/content/css/cerulean.min.css (added)
+++ websites/staging/ctakes/trunk/content/css/cerulean.min.css Thu Mar  5 17:09:12 2015
@@ -0,0 +1 @@

[... 3 lines stripped ...]
Added: websites/staging/ctakes/trunk/content/css/custom.css
==============================================================================
--- websites/staging/ctakes/trunk/content/css/custom.css (added)
+++ websites/staging/ctakes/trunk/content/css/custom.css Thu Mar  5 17:09:12 2015
@@ -0,0 +1,271 @@
+.tagline {
+  display: inline-block;
+  color: rgb(47, 164, 231);
+  padding-bottom: 5px;
+  font-style: italic;
+}
+
+.tagline {
+  font-size: 18px;
+}
+
+@media (min-width: 768px) {
+  .tagline {
+    font-size: 19px;
+  }
+}
+
+.row-padded {
+  margin-top: 30px;
+}
+
+.col-padded-top {
+  margin-top: 30px;
+  margin-bottom: 18px;
+}
+
+.code {
+  font-family: "Menlo", "Lucida Console", Consolas, monospace;
+  font-size: 12px;
+}
+
+@media (min-width: 1200px) {
+  .code {
+    font-size: 13px;
+  }
+}
+
+.code.code-big {
+  font-size: 14px;
+}
+
+@media (min-width: 992px) {
+  .code.code-big {
+    font-size: 16px;
+  }
+}
+
+.code .string {
+  color: #2b8eeb;
+}
+
+.code .sparkop {
+  color: #1663a8;
+}
+
+.code .closure {
+  color: #c1130e;
+}
+
+.code .comment {
+  color: #272;
+}
+
+.code .tgf {
+  color: #f28424;
+}
+
+.code .keyword {
+  font-weight: 600;
+}
+
+.caption {
+  width: 100%;
+  margin-top: 20px;
+  text-align: center;
+  color: #8f8f8f;
+}
+
+ul.nav li.dropdown:hover > ul.dropdown-menu {
+  display: block;
+}
+
+footer {
+  text-align: center;
+  color: #8f8f8f;
+  padding-bottom: 18px;
+}
+
+footer a {
+  color: rgb(41, 132, 181);
+}
+
+.jumbotron {
+  padding: 20px 20px;
+  margin-bottom: 20px;
+  color: rgb(85,85,85);
+  background: #eef6fd;
+  text-align: center;
+  line-height: inherit;
+}
+
+.jumbotron {
+  font-size: 18px;
+}
+
+@media (min-width: 768px) {
+  .jumbotron {
+    font-size: 19px;
+  }
+}
+
+@media (min-width: 992px) {
+  .jumbotron {
+    font-size: 21px;
+  }
+}
+
+.navbar {
+  background: #2fa4e7;
+  border: none;
+  box-shadow: none;
+  font-size: 14px;
+  font-weight: bold;
+}
+
+/* Lower height of navbar */
+
+.navbar-nav > li > a {
+  padding-top:12px !important;
+  padding-bottom:12px !important;
+}
+
+.navbar {
+  min-height:40px !important
+}
+
+.news {
+  background: #fef4e9;
+  border-radius: 6px;
+  padding: 4px 12px 1px 12px;
+}
+
+.news h1, .news h2, .news h3, .news h4, .news h5 {
+  color: rgb(85, 85, 85);
+}
+
+.news ul li {
+  margin-bottom: 6px;
+}
+
+.news li a, .news li a:hover, .news li a:visited {
+  color: rgb(85, 85, 85);
+}
+
+.news li .small {
+  /*display: inline-block;*/
+  color: #888;
+  font-size: 12px;
+}
+
+.news h5 {
+  font-size: 16px;
+}
+
+.col-right {
+  text-align: center;
+}
+
+.col-left {
+  text-align: center;
+}
+
+@media (min-width: 992px) {
+  .col-right {
+    text-align: right;
+  }
+}
+
+@media (min-width: 992px) {
+  .col-left {
+    text-align: left;
+  }
+}
+
+.col-center {
+  text-align: center;
+}
+
+.list-narrow {
+  padding-left: 1.5em;
+}
+
+.col-padded {
+  margin-top: 30px;
+  margin-bottom: 30px;
+}
+
+.subproject {
+  display: inline-block;
+  font-weight: 200;
+  color: #333;
+}
+
+.subproject {
+  font-size: 30px;
+}
+
+@media (min-width: 768px) {
+  .subproject {
+    font-size: 45px;
+  }
+}
+
+.btn-lg .small {
+  font-size: 14px;
+}
+
+.navbar-collapse.in {
+  overflow-y: visible;
+  max-height: none;
+}
+
+.question {
+  font-size: 16px;
+  margin-top: 20px;
+  color: #555;
+  font-weight: 500;
+}
+
+.entry-date {
+  color: #888;
+  font-size: 14px;
+}
+
+.entry-header {
+  margin-top: 30px;
+  margin-bottom: 10px;
+}
+
+code {
+  font-family: "Menlo", "Lucida Console", Consolas, monospace;
+  background: transparent;
+  padding: 0;
+  color: inherit;
+}
+
+/* Designed to be shown under some tabs */
+.code-tab {
+  margin-bottom: 10px;
+  padding: 10px 0px;
+  border-bottom: 1px solid #ddd;
+}
+
+.btn-multiline {
+  width: 280px;
+  padding-top: 11px;
+  padding-bottom: 11px;
+  line-height: 1.25;
+}
+
+.nav.nav-tabs>li>a {
+  padding: 6px 11px;
+  font-size: 14px;
+  border-radius: 0;
+}
+
+.tabs-below > .nav-tabs,
+.tabs-right > .nav-tabs,
+.tabs-left > .nav-tabs {
+  border-bottom: 0;
+}

Added: websites/staging/ctakes/trunk/content/css/downloads.css
==============================================================================
--- websites/staging/ctakes/trunk/content/css/downloads.css (added)
+++ websites/staging/ctakes/trunk/content/css/downloads.css Thu Mar  5 17:09:12 2015
@@ -0,0 +1,18 @@
+#preq-container {
+	background-color: #eef6fd;
+	border-radius: 5px;
+	padding: 10px;
+}
+
+.download-container {
+ 	background-color: #eef6fd;
+ 	/* top right bottom left */
+ 	padding: 10px 10px 20px 10px;
+   margin-top: 30px;
+   text-align: center;
+}
+
+.btn-download {
+   width: 150px;
+}
+

Added: websites/staging/ctakes/trunk/content/css/examples.css
==============================================================================
--- websites/staging/ctakes/trunk/content/css/examples.css (added)
+++ websites/staging/ctakes/trunk/content/css/examples.css Thu Mar  5 17:09:12 2015
@@ -0,0 +1,52 @@
+
+.boing-tile-bar {
+ 	background-color: #eef6fd;
+ 	/* top right bottom left */
+ 	padding: 20px 10px 10px 10px;
+ 	margin-bottom: 20px;
+}
+
+.boing-tile {
+   height: 175px;
+   text-align: center;
+   position: relative;
+}
+
+.boing-button {
+  width: 100%;
+  transition: all 0.5s;
+}
+
+.boing-button:hover {
+  transform: scale(1.1);
+  transition: all 0.5s;
+}
+
+.boing-title {
+   width: 100%;
+   position: absolute;
+   bottom: 0;
+   text-align: center;
+}
+
+.boing-info {
+   display: none;
+   text-align: center;
+}
+
+.boing-main-image {
+ 	background-color: #eef6fd;
+  	/* top right bottom left */
+  	padding: 20px 10px 20px 10px;
+   text-align: center;
+   max-height: 650px;
+}
+
+.boing {
+   display: none;
+}
+
+.boing-image {
+   width: 100%;
+   max-height: 600px;
+}

Added: websites/staging/ctakes/trunk/content/css/faq.css
==============================================================================
--- websites/staging/ctakes/trunk/content/css/faq.css (added)
+++ websites/staging/ctakes/trunk/content/css/faq.css Thu Mar  5 17:09:12 2015
@@ -0,0 +1,3 @@
+.main-container { 
+	padding:70px;
+}
\ No newline at end of file

Added: websites/staging/ctakes/trunk/content/css/index.css
==============================================================================
--- websites/staging/ctakes/trunk/content/css/index.css (added)
+++ websites/staging/ctakes/trunk/content/css/index.css Thu Mar  5 17:09:12 2015
@@ -0,0 +1,7 @@
+h3 {
+	text-align:center;
+}
+
+.description-container {
+	text-align: center;
+}