Style up the contritution-wanted page, introduce sub-css

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
pull/154/head
Thomas Dietrich 2016-12-10 18:32:12 +01:00 committed by Kai Kreuzer
parent 48ec0b2240
commit 4a298d0d3e
3 changed files with 17 additions and 6 deletions

View File

@ -3,10 +3,10 @@
<br />
<div class="row">
<div class="col s10 offset-s1">
<div class="card grey lighten-3">
<div class="card grey lighten-3" id="contribution-wanted">
<div class="card-content black-text">
<span class="card-title grey-text">Contributions Wanted</span>
<p>Help improve the openHAB 2.0 documentation! If you'd like to leave corrections, additons or comments for this article or any other part of this page, please drop a word at:</p>
<span class="card-title">Contributions Wanted</span>
<p>Help improve the openHAB 2.0 documentation! If you'd like to leave corrections, additons or comments for this article or any other part of this website, please drop a word at:</p>
</div>
<div class="card-action">
<a target="_blank" href="https://github.com/openhab/openhab-docs/issues">docs.openhab.org Issue Tracker</a>

View File

@ -9,9 +9,10 @@
<title>{% if page.title != nil %}{{ page.title }} - {% endif %}openHAB 2.0 - Empowering the Smart Home</title>
<!-- CSS -->
<link href="{{base}}/css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection" />
<link href="{{base}}/css/highlight.github.css" type="text/css" rel="stylesheet" media="screen,projection" />
<link href="{{base}}/css/styles.css" rel="stylesheet" />
<link rel="stylesheet" href="{{base}}/css/materialize.css" media="screen,projection" />
<link rel="stylesheet" href="{{base}}/css/highlight.github.css" media="screen,projection" />
<link rel="stylesheet" href="{{base}}/css/styles.css" />
<link rel="stylesheet" href="{{base}}/css/openhab.css" />
<!-- Font -->
<link href='https://fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css' />

10
css/openhab.css Normal file
View File

@ -0,0 +1,10 @@
/* Style definitions specific to docs.openhab.org */
.card .card-title {
color: #FF6600;
font-weight: 500;
}
.card .card-action a {
color: #039BE5;
}