forked from bofh/fetsite
adding darkblue theme
This commit is contained in:
93
app/assets/stylesheets/themes/darkblue/application.css.scss
Executable file
93
app/assets/stylesheets/themes/darkblue/application.css.scss
Executable file
@@ -0,0 +1,93 @@
|
|||||||
|
|
||||||
|
/*
|
||||||
|
* This is a manifest file that'll be compiled into application.css, which will include all the files
|
||||||
|
* listed below.
|
||||||
|
*
|
||||||
|
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
|
||||||
|
* or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
|
||||||
|
*
|
||||||
|
* You're free to add application-wide styles to this file and they'll appear at the top of the
|
||||||
|
* compiled file, but it's generally better to create a new file per style scope.
|
||||||
|
*
|
||||||
|
*= require_self
|
||||||
|
* require_tree .
|
||||||
|
*= require jquery.fileupload-ui
|
||||||
|
* require 'bootstrap'
|
||||||
|
|
||||||
|
* require 'neuigkeiten'
|
||||||
|
*/
|
||||||
|
// Colorshema #0A64A4
|
||||||
|
$color_prim: #071672;
|
||||||
|
$color_prim_light: lighten($color_prim ,10%);
|
||||||
|
$color_prim_vlight: lighten($color_prim ,30%);
|
||||||
|
$color_prim_dark: darken($color_prim ,10%);
|
||||||
|
$color_prim_vdark: darken($color_prim ,30%);
|
||||||
|
|
||||||
|
$color_cont: FFDB73;
|
||||||
|
$color_cont_light:FFDB73;
|
||||||
|
$linkColor: $color_prim;
|
||||||
|
$white: #FFFFFF;
|
||||||
|
|
||||||
|
$bodyBackground: #EEE;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
$navbarBackground: $color_prim;
|
||||||
|
$navbarText: $white;
|
||||||
|
$navbarLinkColor: $white;
|
||||||
|
$navbarLinkColorHover: white;
|
||||||
|
$dropdownLinkColor: black;
|
||||||
|
$navbar-default-brand-color: black;
|
||||||
|
$navbarBrandColor:black;
|
||||||
|
|
||||||
|
|
||||||
|
$navbarBackgroundHighlight: $color_prim;
|
||||||
|
//$navbarBackgroundHighlight:#FFFFFF;
|
||||||
|
|
||||||
|
$navbarLinkBackgroundHover:#FFBE00;
|
||||||
|
$navbarLinkBackgroundHover: darken($navbarBackground,10%);
|
||||||
|
|
||||||
|
|
||||||
|
$infoBackground:#65A5D1;
|
||||||
|
$infoText:#03406A;
|
||||||
|
$sansFontFamily: Helvetica, Arial;
|
||||||
|
|
||||||
|
@import 'bootstrap';
|
||||||
|
@import 'bootstrap-responsive';
|
||||||
|
@import 'bootstrap/image-gallery';
|
||||||
|
|
||||||
|
@import 'neuigkeiten';
|
||||||
|
|
||||||
|
|
||||||
|
div.header {
|
||||||
|
display: block;
|
||||||
|
// background: url('../../../../header1.png') no-repeat;
|
||||||
|
// background-color:white;// $color_prim;
|
||||||
|
background-position: right;
|
||||||
|
// border-bottom:1px solid black;
|
||||||
|
float:left;
|
||||||
|
color:#000;
|
||||||
|
padding-left:87px;
|
||||||
|
padding-top:0px;
|
||||||
|
// overflow:hidden;
|
||||||
|
margin-bottom: 0 px
|
||||||
|
}
|
||||||
|
div.header h1 {
|
||||||
|
padding:0;
|
||||||
|
margin:4px;
|
||||||
|
font-size:20px;
|
||||||
|
line-height:32px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.headerrow {
|
||||||
|
background: $color_prim
|
||||||
|
}
|
||||||
|
$contentdiv-background:none;
|
||||||
|
$navbar-li-minwidth: 0;
|
||||||
|
|
||||||
|
$box-border: lightgray solid 1px;
|
||||||
|
$box-border-radius:0px;
|
||||||
|
$box-background: white;
|
||||||
|
@import 'layout';
|
||||||
|
@import 'calendars';
|
||||||
76
app/assets/stylesheets/themes/white_1/application.css.scss
Normal file
76
app/assets/stylesheets/themes/white_1/application.css.scss
Normal file
@@ -0,0 +1,76 @@
|
|||||||
|
|
||||||
|
/*
|
||||||
|
* This is a manifest file that'll be compiled into application.css, which will include all the files
|
||||||
|
* listed below.
|
||||||
|
*
|
||||||
|
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
|
||||||
|
* or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
|
||||||
|
*
|
||||||
|
* You're free to add application-wide styles to this file and they'll appear at the top of the
|
||||||
|
* compiled file, but it's generally better to create a new file per style scope.
|
||||||
|
*
|
||||||
|
*= require_self
|
||||||
|
* require_tree .
|
||||||
|
*= require jquery.fileupload-ui
|
||||||
|
* require 'bootstrap'
|
||||||
|
|
||||||
|
* require 'neuigkeiten'
|
||||||
|
*/
|
||||||
|
|
||||||
|
$color_prim: #0A64A4;
|
||||||
|
$color_prim_light: #0B65A5;
|
||||||
|
$color_prim_vlight: #2B85C5;
|
||||||
|
$color_cont: FFDB73;
|
||||||
|
$color_cont_light:FFDB73;
|
||||||
|
$linkColor: #03006E;
|
||||||
|
$white: #FFFFFF;
|
||||||
|
|
||||||
|
$bodyBackground: $white;
|
||||||
|
$navbarBackground: $color_cont;
|
||||||
|
$navbarBackground: #FFFFFF;
|
||||||
|
|
||||||
|
$navbarBackgroundHighlight:lighten($navbarBackground,30%);
|
||||||
|
//$navbarBackgroundHighlight:#FFFFFF;
|
||||||
|
|
||||||
|
$navbarLinkBackgroundHover:#FFBE00;
|
||||||
|
$navbarLinkBackgroundHover: lighten(#cccccc,10%);
|
||||||
|
$infoBackground:#65A5D1;
|
||||||
|
$infoText:#03406A;
|
||||||
|
$sansFontFamily: Helvetica, Arial;
|
||||||
|
|
||||||
|
@import 'bootstrap';
|
||||||
|
@import 'bootstrap-responsive';
|
||||||
|
@import 'bootstrap/image-gallery';
|
||||||
|
|
||||||
|
@import 'neuigkeiten';
|
||||||
|
|
||||||
|
div.header {
|
||||||
|
display: block;
|
||||||
|
// background: url('/header1.png') no-repeat;
|
||||||
|
background-color: #FFF;
|
||||||
|
background-position: right;
|
||||||
|
border-bottom:1px solid black;
|
||||||
|
height:41px;
|
||||||
|
color:#000;
|
||||||
|
padding-left:87px;
|
||||||
|
padding-top:0px;
|
||||||
|
overflow:hidden;
|
||||||
|
margin-bottom: 20px
|
||||||
|
}
|
||||||
|
div.header h1 {
|
||||||
|
padding:0;
|
||||||
|
margin:4px;
|
||||||
|
font-size:20px;
|
||||||
|
line-height:32px;
|
||||||
|
}
|
||||||
|
div.headerrow {
|
||||||
|
background: $white
|
||||||
|
}
|
||||||
|
$navbar-li-minwidth: 100%;
|
||||||
|
|
||||||
|
$contentdiv-background:none;
|
||||||
|
$box-border: lightgray solid 1px;
|
||||||
|
$box-border-radius:8px;
|
||||||
|
$box-background: white;
|
||||||
|
@import 'layout';
|
||||||
|
@import 'calendars';
|
||||||
57
app/views/themes/darkblue/layouts/application.html.erb
Executable file
57
app/views/themes/darkblue/layouts/application.html.erb
Executable file
@@ -0,0 +1,57 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>Fetsite</title>
|
||||||
|
|
||||||
|
|
||||||
|
<%= stylesheet_link_tag "themes/"+theme_name+"/application", :media => "all" unless theme_name.empty? %>
|
||||||
|
<%= stylesheet_link_tag "application", :media=>"all" if theme_name.empty? %>
|
||||||
|
<%= theme_stylesheet_link_tag "test", :media => "all" %>
|
||||||
|
<% theme_stylesheet_link_tag "mod", :media=>"all" %>
|
||||||
|
<link rel="stylesheet" href="css/bootstrap.css">
|
||||||
|
<link rel="stylesheet" href="css/style.css">
|
||||||
|
<link rel="stylesheet" href="css/bootstrap-responsive.css">
|
||||||
|
<!--[if lt IE 7]><link rel="stylesheet" href="css/bootstrap-ie6.css"><![endif]-->
|
||||||
|
<link rel="stylesheet" href="css/bootstrap-image-gallery.css">
|
||||||
|
<%= javascript_include_tag "application" %>
|
||||||
|
<%= csrf_meta_tags %>
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div id="maincontainer" class="container-fluid">
|
||||||
|
<div class="row-fluid">
|
||||||
|
<div class="span1 "></div>
|
||||||
|
<div class="span10 ">
|
||||||
|
<div class="header_wrap" style="background:7070a0">
|
||||||
|
<div class="header">
|
||||||
|
<%= image_tag('/fetlogo.png',{:style=>"float:left"}) %>
|
||||||
|
<h1 style="display:block"></h1>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="menudiv" style="margin-top:12px">
|
||||||
|
<%= render :template => 'layouts/menu' %>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="span1 "></div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="row-fluid">
|
||||||
|
<div class="span1">
|
||||||
|
</div>
|
||||||
|
<div class="span10" id="contentdiv">
|
||||||
|
<%= yield %>
|
||||||
|
<span class="pull-right"> <%= render 'layouts/login' %></span>
|
||||||
|
</div>
|
||||||
|
<div class="span1">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
26
app/views/themes/darkblue/themengruppen/show.html.erb
Normal file
26
app/views/themes/darkblue/themengruppen/show.html.erb
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
<div class="content-wrap content-column" >
|
||||||
|
|
||||||
|
<h1><%= @themengruppe.title %></h1>
|
||||||
|
<p>
|
||||||
|
<%= @themengruppe.text %>
|
||||||
|
</p>
|
||||||
|
<ul class="unstyled linkbox-list" >
|
||||||
|
<% @themengruppe.themen.each do |thema| %>
|
||||||
|
<li>
|
||||||
|
<div class="contentbox">
|
||||||
|
<a href="#<%=thema.id%>">
|
||||||
|
<h2><%= thema.title %></h2>
|
||||||
|
</a>
|
||||||
|
<% unless thema.gremium.nil? %>
|
||||||
|
<p>
|
||||||
|
<%= link_to "Zu dem Gremium ..." , thema.gremium %>
|
||||||
|
</p>
|
||||||
|
<% end %>
|
||||||
|
<%= render :partial => 'themen/small', :object => thema %>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
<% end %>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<%= render :partial=>'layouts/pretty_toolbar' %>
|
||||||
|
</div>
|
||||||
Reference in New Issue
Block a user