OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/app/assets/stylesheets/layout/base.css.sass

73 lines
2.1 KiB

/*-- copyright
* OpenProject is a project management system.
* Copyright (C) 2012-2013 the OpenProject Foundation (OPF)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License version 3.
*
* OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:
* Copyright (C) 2006-2013 Jean-Philippe Lang
* Copyright (C) 2010-2013 the ChiliProject Team
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* See doc/COPYRIGHT.rdoc for more details. ++*/
@mixin html_body_spacing
margin: 0
padding: 0
height: 100%
html
overflow-y: scroll
@include html_body_spacing
body
min-width: 900px
@include html_body_spacing
color: #4b4b4b
font: normal normal normal 12px/1.5 arial,'lucida grandriale','lucida sans unicode',tahom,sans-serif
background: white
#wrapper
background: url(image-path('sidebar_bg.png')) repeat-y 0 0
min-height: 100%
position: relative
&.nosidebar, &.nomenus
background: none
&.hidden-navigation
background-position: -220px 0
h1
margin: 0
padding: 0
font-size: 24px
h3, .wiki h2
font-size: 16px
padding: 2px 10px 1px 0px
margin: 0 0 10px 0
border-bottom: 1px solid #bbbbbb
h4, .wiki h3
font-size: 13px
padding: 0px 10px 1px 0px
margin-bottom: 5px
border-bottom: 1px dotted #bbbbbb
#main
position: relative
z-index: 20
padding-bottom: 155px
overflow: auto