KONTOLODON
/
var
/
www
/
ojs-3.3.0-13
/
plugins
/
themes
/
material
/
styles
/
objects
/
Nama File / Folder
Size
Action
announcement_full.less
0.696KB
Hapus
Edit
Rename
article_details.less
5.488KB
Hapus
Edit
Rename
galley_link.less
1.091KB
Hapus
Edit
Rename
/** * @file styles/objects/galley_link.less * * Copyright (c) 2014-2021 Simon Fraser University * Copyright (c) 2003-2021 John Willinsky * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @brief Styles applying to an issue table of contents view * @link templates/frontend/objects/galley_link.tpl */ .obj_galley_link { &:extend(.cmp_button_wire); &:hover, &:focus { &:extend(.cmp_button_wire:hover); } &:before { .fa(); content: @fa-var-file-text-o; margin-right: 0.25em; } &.pdf:before { content: @fa-var-file-pdf-o; } &.restricted { //border-color: @offset; //color: @offset; &:before { .fa(); content: @fa-var-lock; color: white;//@offset; } &:hover, &:focus { //background: @offset; //color: @lift; &:before { // color: @lift; } } } } .obj_galley_link_supplementary { //.cmp_button_text(@fa-var-file-text-o); //padding-right: 0; //padding-left: @double; &:before { .fa(); content: @fa-var-file-text-o; margin-right: 0.25em; } &:after { //right: auto; //left: 0; //text-align: left; } }