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.
300 lines
5.8 KiB
300 lines
5.8 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. ++*/
|
|
|
|
@font-face
|
|
font-family: "openproject_icon_font"
|
|
src: font-url('openproject_icon/openproject_icon_font.eot')
|
|
src: font-url('openproject_icon/openproject_icon_font.eot?#iefix') format("embedded-opentype"), font-url('openproject_icon/openproject_icon_font.ttf') format("truetype"), font-url('openproject_icon/openproject_icon_font.svg#untitled-font-1') format("svg"), font-url('openproject_icon/openproject_icon_font.woff') format("woff")
|
|
font-weight: normal
|
|
font-style: normal
|
|
|
|
@mixin data-icon
|
|
font-family: "openproject_icon_font" !important
|
|
font-style: normal !important
|
|
font-weight: normal !important
|
|
font-variant: normal !important
|
|
text-transform: none !important
|
|
speak: none
|
|
line-height: 1
|
|
-webkit-font-smoothing: antialiased
|
|
-moz-osx-font-smoothing: grayscale
|
|
|
|
|
|
[data-icon]:before
|
|
@include data-icon
|
|
content: attr(data-icon)
|
|
padding: 0px 7px 0px 7px
|
|
|
|
[data-icon2]:before
|
|
@include data-icon
|
|
content: attr(data-icon2)
|
|
padding: 0px 17px 0px 7px
|
|
|
|
[data-icon3]:before
|
|
@include data-icon
|
|
content: attr(data-icon3)
|
|
padding: 0px 8px 0px 0px
|
|
|
|
[data-icon4]:before
|
|
@include data-icon
|
|
content: attr(data-icon4)
|
|
padding: 0px 8px 0px 3px
|
|
font-size: 11px
|
|
|
|
#top-menu, #main-menu
|
|
[class^="icon-"]:before,
|
|
[class*=" icon-"]:before
|
|
@include data-icon
|
|
|
|
#top-menu, #main-menu
|
|
.icon-arrow-1-down:before
|
|
content: "a"
|
|
|
|
.icon-edit-pen-1:before
|
|
content: "b"
|
|
|
|
.icon-copy:before
|
|
content: "c"
|
|
|
|
.icon-add:before
|
|
content: "d"
|
|
|
|
.icon-content-14:before
|
|
content: "e"
|
|
|
|
.icon-time:before
|
|
content: "f"
|
|
|
|
.icon-unit:before
|
|
content: "g"
|
|
|
|
.icon-refresh-reload-1:before
|
|
content: "h"
|
|
|
|
.icon-lock-secure-1:before
|
|
content: "i"
|
|
|
|
.icon-unlock:before
|
|
content: "j"
|
|
|
|
.icon-check-1:before
|
|
content: "k"
|
|
|
|
.icon-quote:before
|
|
content: "l"
|
|
|
|
.icon-letter-mail-1:before
|
|
content: "m"
|
|
|
|
.icon-duplicate:before
|
|
content: "n"
|
|
|
|
.icon-open-folder:before
|
|
content: "o"
|
|
|
|
.icon-filled-folder-1:before
|
|
content: "p"
|
|
|
|
.icon-text-document:before
|
|
content: "q"
|
|
|
|
.icon-compressed-zip-file:before
|
|
content: "r"
|
|
|
|
.icon-document-file-1:before
|
|
content: "s"
|
|
|
|
.icon-image-photo-file-1:before
|
|
content: "t"
|
|
|
|
.icon-movie-play-file-1:before
|
|
content: "u"
|
|
|
|
.icon-music-file-1:before
|
|
content: "v"
|
|
|
|
.icon-stats:before
|
|
content: "w"
|
|
|
|
.icon-move:before
|
|
content: "x"
|
|
|
|
.icon-priority:before
|
|
content: "y"
|
|
|
|
.icon-tracker:before
|
|
content: "z"
|
|
|
|
.icon-status:before
|
|
content: "A"
|
|
|
|
.icon-male-user-1:before
|
|
content: "B"
|
|
|
|
.icon-budget:before
|
|
content: "C"
|
|
|
|
.icon-cancel:before
|
|
content: "D"
|
|
|
|
.icon-feed-rss-2:before
|
|
content: "E"
|
|
|
|
.icon-delete-trash-1:before
|
|
content: "F"
|
|
|
|
.icon-eye-view-1:before
|
|
content: "G"
|
|
|
|
.icon-not-watch:before
|
|
content: "H"
|
|
|
|
.icon-close:before
|
|
content: "I"
|
|
|
|
.icon-disc-floppy-font:before
|
|
content: "J"
|
|
|
|
.icon-calendar:before
|
|
content: "K"
|
|
|
|
.icon-help:before
|
|
content: "L"
|
|
|
|
.icon-version:before
|
|
content: "M"
|
|
|
|
.icon-added:before
|
|
content: "N"
|
|
|
|
.icon-arrow-left-right:before
|
|
content: "O"
|
|
|
|
.icon-arrow-left-right:before
|
|
content: "O"
|
|
|
|
.icon-minus-zoom:before
|
|
content: "P"
|
|
|
|
.icon-minus-zoom:before
|
|
content: "P"
|
|
|
|
.icon-plus-zoom:before
|
|
content: "Q"
|
|
|
|
.icon-outline:before
|
|
content: "R"
|
|
|
|
.icon-rename:before
|
|
content: "S"
|
|
|
|
.icon-gears-setting:before
|
|
content: "T"
|
|
|
|
.icon-ticket:before
|
|
content: "U"
|
|
|
|
.icon-ticket-edit:before
|
|
content: "V"
|
|
|
|
.icon-ticket-checked:before
|
|
content: "W"
|
|
|
|
.icon-ticket-note:before
|
|
content: "X"
|
|
|
|
.icon-wiki-edit:before
|
|
content: "Y"
|
|
|
|
.icon-cup-2:before
|
|
content: "Z"
|
|
|
|
.icon-new-planning-element:before
|
|
content: "0"
|
|
|
|
.icon-changeset:before
|
|
content: "1"
|
|
|
|
.icon-news:before
|
|
content: "2"
|
|
|
|
.icon-projects:before
|
|
content: "3"
|
|
|
|
.icon-link:before
|
|
content: "4"
|
|
|
|
.icon-bookmark-star-favorite:before
|
|
content: "5"
|
|
|
|
.icon-excel:before
|
|
content: "6"
|
|
|
|
.icon-content-44:before
|
|
content: "7"
|
|
|
|
.icon-publish:before
|
|
content: "8"
|
|
|
|
.icon-double-arrow-left:before
|
|
content: "9"
|
|
|
|
.icon-double-arrow-right:before
|
|
content: "!"
|
|
|
|
.icon-warning:before
|
|
content: "#"
|
|
|
|
.icon-warning:before
|
|
content: "#"
|
|
|
|
.icon-chart-graph-file-1:before
|
|
content: "$"
|
|
|
|
.icon-lightbulb-shine:before
|
|
content: "%"
|
|
|
|
.icon-group:before
|
|
content: "&"
|
|
|
|
.icon-gift:before
|
|
content: "'"
|
|
|
|
.icon-home-1:before
|
|
content: "("
|
|
|
|
.icon-clip-paper-1:before
|
|
content: ")"
|
|
|
|
.icon-issue-assignedtome:before
|
|
content: "*"
|
|
|
|
.icon-issue-reportedbyme:before
|
|
content: "+"
|
|
|
|
.icon-issue-watched:before
|
|
content: ","
|
|
|