kanbanworkflowstimelinescrumrubyroadmapproject-planningproject-managementopenprojectangularissue-trackerifcgantt-chartganttbug-trackerboardsbcf
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.
220 lines
4.7 KiB
220 lines
4.7 KiB
//-- copyright
|
|
// OpenProject is a project management system.
|
|
// Copyright (C) 2012-2015 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.
|
|
//++
|
|
|
|
div.wiki
|
|
font-size: $wiki-default-font-size
|
|
$wiki-max-heading-font-size: 24px
|
|
line-height: 1.6em
|
|
|
|
// this should be the same as a normal heading (see toolbar)
|
|
h1
|
|
padding: 12px 0 0 0
|
|
border: 0
|
|
font-size: $wiki-max-heading-font-size
|
|
line-height: 1.4
|
|
margin-bottom: 16px
|
|
|
|
h2
|
|
font-size: $wiki-max-heading-font-size * 0.8
|
|
h3
|
|
font-size: $wiki-max-heading-font-size * 0.6
|
|
h4
|
|
font-size: $wiki-max-heading-font-size * 0.5
|
|
|
|
h2, h3
|
|
margin: 1em 0 1em 0
|
|
font-weight: bold
|
|
color: #555555
|
|
text-transform: none
|
|
border-bottom: 1px solid #bbbbbb
|
|
|
|
h2
|
|
padding: 2px 10px 1px 0
|
|
|
|
h3
|
|
padding: 0 10px 1px 0
|
|
border-bottom: 1px dotted #bbbbbb
|
|
|
|
table
|
|
border: 1px solid #505050
|
|
border-collapse: collapse
|
|
margin-bottom: 1em
|
|
|
|
table, td, th
|
|
border: 1px solid #bbb
|
|
padding: 4px
|
|
|
|
.external.icon-context:before
|
|
padding: 4px 4px 0 0
|
|
|
|
pre
|
|
margin: 1em 1em 1em 1.6em
|
|
padding: 2px 2px 2px 0
|
|
background-color: #fafafa
|
|
border: 1px solid #dadada
|
|
width: auto
|
|
overflow-x: auto
|
|
overflow-y: hidden
|
|
|
|
ul.toc
|
|
margin-bottom: 12px
|
|
margin-right: 12px
|
|
margin-left: 0
|
|
display: table
|
|
font-size: $wiki-toc-ul-font-size
|
|
&.right
|
|
float: right
|
|
margin-left: 12px
|
|
margin-right: 0
|
|
width: auto
|
|
&.left
|
|
float: left
|
|
margin-right: 12px
|
|
margin-left: 0
|
|
width: auto
|
|
a
|
|
font-weight: normal
|
|
background-repeat: no-repeat
|
|
background-position: 0% 60%
|
|
&.icon-context:before
|
|
padding: 3px 3px 0 0
|
|
li
|
|
list-style-type: none
|
|
|
|
ol, ul
|
|
padding: 0 0 0 2em
|
|
margin: 0.3em 0
|
|
|
|
li
|
|
list-style-position: outside
|
|
margin: 0
|
|
|
|
ol li
|
|
list-style-type: decimal
|
|
list-style-position: inherit
|
|
|
|
ul li
|
|
list-style-type: disc
|
|
list-style-position: inherit
|
|
|
|
li li
|
|
margin-left: 1.5em
|
|
fieldset.collapsible legend
|
|
font-weight: bold
|
|
font-size: $wiki-toc-header-font-size
|
|
img
|
|
vertical-align: middle
|
|
|
|
a.wiki-anchor
|
|
display: none
|
|
margin-left: 6px
|
|
text-decoration: none
|
|
|
|
&:hover
|
|
color: #aaa !important
|
|
text-decoration: none
|
|
|
|
h1:hover, h2:hover, h3:hover
|
|
a.wiki-anchor
|
|
display: inline
|
|
color: #ddd
|
|
|
|
.wiki
|
|
p
|
|
margin-bottom: 1em
|
|
p, span
|
|
&.see-also, &.caution, &.important, &.info, &.tip, &.note
|
|
display: block
|
|
margin-top: .5em
|
|
margin-bottom: .5em
|
|
padding: 4px 4px 4px 48px
|
|
min-height: 33px
|
|
|
|
.quick_info .label
|
|
background: none
|
|
color: #000
|
|
font-weight: bold
|
|
font-size: $wiki-default-font-size
|
|
|
|
.wiki-title
|
|
max-width: 100%
|
|
overflow: hidden
|
|
text-overflow: ellipsis
|
|
|
|
#wiki_form .attributes-group
|
|
.attributes-group--header-text
|
|
color: lighten($body-font-color, 10)
|
|
.form--label
|
|
display: none
|
|
|
|
.form--field-container
|
|
max-width: 100%
|
|
|
|
.form--text-area-container
|
|
margin-top: -46px
|
|
|
|
.jstElements
|
|
margin-bottom: 18px
|
|
|
|
#wiki_page_parent_id
|
|
overflow: auto
|
|
|
|
blockquote
|
|
font-style: italic
|
|
&.icon:before
|
|
color: #e0e0e0
|
|
position: relative
|
|
bottom: 10px
|
|
right: 15px
|
|
padding: 0 0 0 0
|
|
|
|
.toolbar-container + .wiki-content
|
|
margin-top: -64px
|
|
|
|
|
|
@include breakpoint(680px down)
|
|
.toolbar-container .toolbar-items
|
|
background: #fff
|
|
display: flex
|
|
margin-bottom: 20px
|
|
width: calc(100% + 5px)
|
|
|
|
> li
|
|
-webkit-flex: 1 0 0
|
|
flex: 1 0 0
|
|
|
|
&:first-child
|
|
-webkit-flex: 3 0 0
|
|
flex: 3 0 0
|
|
|
|
.button
|
|
width: 100%
|
|
margin-top: 0
|
|
|
|
.wiki-title
|
|
margin-top: 4rem
|
|
|