[MIG] Migration from PorteAil to hugo-portal
Before Width: | Height: | Size: 797 B |
Before Width: | Height: | Size: 368 B |
76
static/css/black.css
Normal file
@ -0,0 +1,76 @@
|
||||
/*
|
||||
Theme: PorteAil - Black appearance
|
||||
Version: 0.1
|
||||
Author: Olivier DOSSMANN
|
||||
Author URI: http://olivier.dossmann.net
|
||||
Project: PorteAil
|
||||
Project URI: http://porteail.depotoi.re
|
||||
*/
|
||||
html, body {
|
||||
background-color: #ffffff;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
/* BASE */
|
||||
a:link {
|
||||
color: #6276a4;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #6276a4;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
background-color: #6276a4;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
h2 {
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
h3 {
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
/* HEADER */
|
||||
header {
|
||||
background-color: #000000;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
/* CONTENT */
|
||||
/* element overview */
|
||||
#corps a.cadre:hover {
|
||||
background-color: #000000;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
/* MENU */
|
||||
nav#cartable {
|
||||
background-color: #000000;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
nav#cartable h3 {
|
||||
color: #ffffff;
|
||||
border-color: #ffffff;
|
||||
}
|
||||
|
||||
nav#cartable a:link {
|
||||
color: #aaaabb;
|
||||
}
|
||||
|
||||
nav#cartable a:visited {
|
||||
color: #aaaabb;
|
||||
}
|
||||
|
||||
nav#cartable a:hover {
|
||||
background-color: #aaaabb;
|
||||
color: #223355;
|
||||
}
|
||||
|
||||
/* FOOTER */
|
||||
footer {
|
||||
color: #000000;
|
||||
}
|
75
static/css/blue.css
Normal file
@ -0,0 +1,75 @@
|
||||
/*
|
||||
Theme: PorteAil - Blue appearance
|
||||
Version: 0.1
|
||||
Author: Olivier DOSSMANN
|
||||
Author URI: http://olivier.dossmann.net
|
||||
Project: PorteAil
|
||||
Project URI: http://porteail.depotoi.re
|
||||
*/
|
||||
html, body {
|
||||
background-color: #e9ecf4;
|
||||
color: #223355;
|
||||
}
|
||||
|
||||
/* BASE */
|
||||
a:link {
|
||||
color: #6276a4;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #6276a4;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
background-color: #6276a4;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
h2 {
|
||||
color: #555577;
|
||||
}
|
||||
|
||||
h3 {
|
||||
color: #555577;
|
||||
}
|
||||
|
||||
/* HEADER */
|
||||
header {
|
||||
background-color: #223355;
|
||||
color: #ffffff;
|
||||
}
|
||||
/* CONTENT */
|
||||
/* element overview */
|
||||
#corps a.cadre:hover {
|
||||
background-color: #223355;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
/* MENU */
|
||||
nav#cartable {
|
||||
background-color: #223355;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
nav#cartable h3 {
|
||||
color: #ffffff;
|
||||
border-color: #ffffff;
|
||||
}
|
||||
|
||||
nav#cartable a:link {
|
||||
color: #aaaabb;
|
||||
}
|
||||
|
||||
nav#cartable a:visited {
|
||||
color: #aaaabb;
|
||||
}
|
||||
|
||||
nav#cartable a:hover {
|
||||
background-color: #aaaabb;
|
||||
color: #223355;
|
||||
}
|
||||
|
||||
/* FOOTER */
|
||||
footer {
|
||||
color: #000000;
|
||||
}
|
191
static/css/with_menu.css
Normal file
@ -0,0 +1,191 @@
|
||||
/*
|
||||
Theme: PorteAil - with menu
|
||||
Version: 0.1
|
||||
Author: Olivier DOSSMANN
|
||||
Author URI: http://olivier.dossmann.net
|
||||
Project: PorteAil
|
||||
Project URI: http://porteail.depotoi.re
|
||||
*/
|
||||
html, body {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
min-width: 300px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* BASE */
|
||||
a:link {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
}
|
||||
|
||||
a:hover {
|
||||
}
|
||||
|
||||
p {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
width: 94%;
|
||||
padding-left: 2%;
|
||||
margin-left: 1%;
|
||||
border-bottom: solid;
|
||||
border-left: solid;
|
||||
-moz-border-radius: 10px;
|
||||
border-radius: 10px;
|
||||
-webkit-border-radius: 10px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
width: 92%;
|
||||
padding-left: 3%;
|
||||
margin-left: 1%;
|
||||
border-bottom: solid;
|
||||
border-left: solid;
|
||||
-moz-border-radius: 12px;
|
||||
border-radius: 12px;
|
||||
-webkit-border-radius: 12px;
|
||||
}
|
||||
|
||||
/* HEADER */
|
||||
header {
|
||||
position: relative;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height: 50px;
|
||||
width: 78%;
|
||||
top: 0;
|
||||
left: 1%;
|
||||
text-align: center;
|
||||
font-size: 120%;
|
||||
line-height: 15%;
|
||||
-moz-border-radius-bottomright: 25px;
|
||||
border-bottom-left-radius: 25px;
|
||||
-webkit-border-radius-bottomright: 25px;
|
||||
-moz-border-radius-bottomleft: 25px;
|
||||
border-bottom-right-radius: 25px;
|
||||
-webkit-border-radius-bottomleft: 25px;
|
||||
}
|
||||
|
||||
header h1 {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height: 50px;
|
||||
line-height: 50px;
|
||||
}
|
||||
|
||||
/* CONTENT */
|
||||
#corps {
|
||||
position: relative;
|
||||
width: 78%;
|
||||
left: 2%;
|
||||
}
|
||||
|
||||
/* CATEGORIES */
|
||||
#corps ul {
|
||||
min-height: 10em;
|
||||
list-style-type: none;
|
||||
padding: 0 5px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#corps ul li {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
/* ELEMENT */
|
||||
#corps a.cadre {
|
||||
height: 9em;
|
||||
width: 11em;
|
||||
margin: 0 5px 10px 5px;
|
||||
float: left;
|
||||
border: thin solid #000000;
|
||||
-moz-border-radius: 15px;
|
||||
border-radius: 15px;
|
||||
-webkit-border-radius: 15px;
|
||||
-moz-box-shadow: 1px 1px 8px #000000;
|
||||
box-shadow: 1px 1px 8px #000000;
|
||||
-webkit-box-shadow: 1px 1px 8px #000000;
|
||||
overflow: hidden;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#corps a.cadre:hover {
|
||||
}
|
||||
|
||||
#corps a.cadre .element {
|
||||
display: block;
|
||||
height: 9em;
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
#corps a.cadre .element img {
|
||||
margin-top: 2em;
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
/* WHITESPACE after category's end */
|
||||
#corps .espace {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* MENU */
|
||||
nav#cartable {
|
||||
position: absolute;
|
||||
height: auto;
|
||||
width: 20%;
|
||||
top: 90px;
|
||||
right: 0;
|
||||
-moz-border-radius-topleft: 25px;
|
||||
border-top-left-radius: 25px;
|
||||
-webkit-border-radius-topleft: 25px;
|
||||
-moz-border-radius-bottomleft: 25px;
|
||||
border-bottom-left-radius: 25px;
|
||||
-webkit-border-radius-bottomleft: 25px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
nav#cartable h3 {
|
||||
width: 90%;
|
||||
text-align: center;
|
||||
border-bottom: solid;
|
||||
border-left: solid;
|
||||
-moz-border-radius: 12px;
|
||||
border-radius: 12px;
|
||||
-webkit-border-radius: 12px;
|
||||
}
|
||||
|
||||
nav#cartable a:link {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
nav#cartable a:visited {
|
||||
}
|
||||
|
||||
nav#cartable a:hover {
|
||||
}
|
||||
|
||||
/* FOOTER */
|
||||
footer {
|
||||
position: relative;
|
||||
top: 5px;
|
||||
right: 5px;
|
||||
height: 20px;
|
||||
width: 98%;
|
||||
}
|
||||
|
||||
footer p {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* MISCELLANEOUS */
|
191
static/css/without_menu.css
Normal file
@ -0,0 +1,191 @@
|
||||
/*
|
||||
Theme: PorteAil - without menu
|
||||
Version: 0.1
|
||||
Author: Olivier DOSSMANN
|
||||
Author URI: http://olivier.dossmann.net
|
||||
Project: PorteAil
|
||||
Project URI: http://porteail.depotoi.re
|
||||
*/
|
||||
html, body {
|
||||
height: 100%;
|
||||
width: 80%;
|
||||
min-width: 300px;
|
||||
margin: 0 10%;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* BASE */
|
||||
a:link {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
}
|
||||
|
||||
a:hover {
|
||||
}
|
||||
|
||||
p {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
width: 94%;
|
||||
padding-left: 2%;
|
||||
margin-left: 1%;
|
||||
border-bottom: solid;
|
||||
border-left: solid;
|
||||
-moz-border-radius: 10px;
|
||||
border-radius: 10px;
|
||||
-webkit-border-radius: 10px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
width: 92%;
|
||||
padding-left: 3%;
|
||||
margin-left: 1%;
|
||||
border-bottom: solid;
|
||||
border-left: solid;
|
||||
-moz-border-radius: 12px;
|
||||
border-radius: 12px;
|
||||
-webkit-border-radius: 12px;
|
||||
}
|
||||
|
||||
/* HEADER */
|
||||
header {
|
||||
position: relative;
|
||||
margin: 0 auto;
|
||||
padding: 0;
|
||||
height: 50px;
|
||||
width: 78%;
|
||||
top: 0;
|
||||
left: 1%;
|
||||
text-align: center;
|
||||
font-size: 120%;
|
||||
line-height: 15%;
|
||||
-moz-border-radius-bottomright: 25px;
|
||||
border-bottom-left-radius: 25px;
|
||||
-webkit-border-radius-bottomright: 25px;
|
||||
-moz-border-radius-bottomleft: 25px;
|
||||
border-bottom-right-radius: 25px;
|
||||
-webkit-border-radius-bottomleft: 25px;
|
||||
}
|
||||
|
||||
header h1 {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height: 50px;
|
||||
line-height: 50px;
|
||||
}
|
||||
|
||||
/* CONTENT */
|
||||
#corps {
|
||||
position: relative;
|
||||
width: 98%;
|
||||
left: 2%;
|
||||
}
|
||||
|
||||
/* CATEGORIES*/
|
||||
#corps ul {
|
||||
min-height: 10em;
|
||||
list-style-type: none;
|
||||
padding: 0 5px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#corps ul li {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
/* ELEMENT */
|
||||
#corps a.cadre {
|
||||
height: 9em;
|
||||
width: 11em;
|
||||
margin: 0 5px 10px 5px;
|
||||
float: left;
|
||||
border: thin solid #000000;
|
||||
-moz-border-radius: 15px;
|
||||
border-radius: 15px;
|
||||
-webkit-border-radius: 15px;
|
||||
-moz-box-shadow: 1px 1px 8px #000000;
|
||||
box-shadow: 1px 1px 8px #000000;
|
||||
-webkit-box-shadow: 1px 1px 8px #000000;
|
||||
overflow: hidden;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#corps a.cadre:hover {
|
||||
}
|
||||
|
||||
#corps a.cadre .element {
|
||||
display: block;
|
||||
height: 9em;
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
#corps a.cadre .element img {
|
||||
margin-top: 2em;
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
/* WHITESPACE at category's end */
|
||||
#corps .espace {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* MENU */
|
||||
nav#cartable {
|
||||
position: absolute;
|
||||
height: auto;
|
||||
width: 20%;
|
||||
top: 90px;
|
||||
right: 0;
|
||||
-moz-border-radius-topleft: 25px;
|
||||
border-top-left-radius: 25px;
|
||||
-webkit-border-radius-topleft: 25px;
|
||||
-moz-border-radius-bottomleft: 25px;
|
||||
border-bottom-left-radius: 25px;
|
||||
-webkit-border-radius-bottomleft: 25px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
nav#cartable h3 {
|
||||
width: 90%;
|
||||
text-align: center;
|
||||
border-bottom: solid;
|
||||
border-left: solid;
|
||||
-moz-border-radius: 12px;
|
||||
border-radius: 12px;
|
||||
-webkit-border-radius: 12px;
|
||||
}
|
||||
|
||||
nav#cartable a:link {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
nav#cartable a:visited {
|
||||
}
|
||||
|
||||
nav#cartable a:hover {
|
||||
}
|
||||
|
||||
/* FOOTER */
|
||||
footer {
|
||||
position: relative;
|
||||
top: 5px;
|
||||
right: 5px;
|
||||
height: 20px;
|
||||
width: 98%;
|
||||
}
|
||||
|
||||
footer p {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* MISCELLANEOUS */
|
Before Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 1010 B |
Before Width: | Height: | Size: 3.6 KiB |
3
static/html5.js
Normal file
BIN
static/img/actions/address-book-new.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
static/img/actions/align-horizontal-bottom-out.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
static/img/actions/align-horizontal-center.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
static/img/actions/align-horizontal-left-out.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
static/img/actions/align-horizontal-left.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
static/img/actions/align-horizontal-right-out.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
static/img/actions/align-horizontal-right.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
static/img/actions/align-horizontal-top-out.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
static/img/actions/align-vertical-bottom.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
static/img/actions/align-vertical-center.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
static/img/actions/align-vertical-top.png
Normal file
After Width: | Height: | Size: 963 B |
BIN
static/img/actions/application-exit.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
static/img/actions/appointment-new.png
Normal file
After Width: | Height: | Size: 5.5 KiB |
BIN
static/img/actions/archive-extract.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
static/img/actions/archive-insert-directory.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
static/img/actions/archive-insert.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
static/img/actions/archive-remove.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
static/img/actions/arrow-down-double.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
static/img/actions/arrow-down.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
static/img/actions/arrow-left-double.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
static/img/actions/arrow-left.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
static/img/actions/arrow-right-double.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
static/img/actions/arrow-right.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
static/img/actions/arrow-up-double.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
static/img/actions/arrow-up.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
static/img/actions/bookmark-new-list.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
static/img/actions/bookmark-new.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
static/img/actions/bookmark-toolbar.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
static/img/actions/bookmarks-organize.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
static/img/actions/character-set.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
static/img/actions/chronometer.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
static/img/actions/code-block.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
static/img/actions/code-class.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
static/img/actions/code-context.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
static/img/actions/code-function.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
static/img/actions/code-typedef.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
static/img/actions/code-variable.png
Normal file
After Width: | Height: | Size: 707 B |
BIN
static/img/actions/color-picker-black.png
Normal file
After Width: | Height: | Size: 8.0 KiB |
BIN
static/img/actions/color-picker-grey.png
Normal file
After Width: | Height: | Size: 8.1 KiB |
BIN
static/img/actions/color-picker-white.png
Normal file
After Width: | Height: | Size: 7.8 KiB |
BIN
static/img/actions/color-picker.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
static/img/actions/configure-shortcuts.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
BIN
static/img/actions/configure-toolbars.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
static/img/actions/configure.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
static/img/actions/contact-new.png
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
static/img/actions/dashboard-show.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
static/img/actions/debug-execute-from-cursor.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
static/img/actions/debug-execute-to-cursor.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
static/img/actions/debug-run-cursor.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
static/img/actions/debug-step-instruction.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
static/img/actions/debug-step-into-instruction.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
static/img/actions/debug-step-into.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
static/img/actions/debug-step-out.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
static/img/actions/debug-step-over.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
static/img/actions/dialog-cancel.png
Normal file
After Width: | Height: | Size: 3.7 KiB |
BIN
static/img/actions/dialog-close.png
Normal file
After Width: | Height: | Size: 3.7 KiB |
BIN
static/img/actions/dialog-ok-apply.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
static/img/actions/dialog-ok.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
static/img/actions/document-close.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
static/img/actions/document-decrypt.png
Normal file
After Width: | Height: | Size: 8.3 KiB |
BIN
static/img/actions/document-edit-decrypt-verify.png
Normal file
After Width: | Height: | Size: 3.9 KiB |
BIN
static/img/actions/document-edit-decrypt.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
static/img/actions/document-edit-encrypt.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
static/img/actions/document-edit-sign-encrypt.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
static/img/actions/document-edit-sign.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
static/img/actions/document-edit-verify.png
Normal file
After Width: | Height: | Size: 3.7 KiB |
BIN
static/img/actions/document-edit.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
static/img/actions/document-encrypt.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
static/img/actions/document-encrypted.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
static/img/actions/document-export-table.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
static/img/actions/document-export.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
static/img/actions/document-import.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
static/img/actions/document-new.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
static/img/actions/document-open-folder.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
static/img/actions/document-open-recent.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
static/img/actions/document-open-remote.png
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
static/img/actions/document-open.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
static/img/actions/document-preview-archive.png
Normal file
After Width: | Height: | Size: 4.2 KiB |
BIN
static/img/actions/document-preview.png
Normal file
After Width: | Height: | Size: 3.5 KiB |
BIN
static/img/actions/document-print-direct.png
Normal file
After Width: | Height: | Size: 3.4 KiB |
BIN
static/img/actions/document-print-frame.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
static/img/actions/document-print-preview.png
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
static/img/actions/document-print.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
static/img/actions/document-properties.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
static/img/actions/document-revert.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
static/img/actions/document-save-all.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
static/img/actions/document-save-as.png
Normal file
After Width: | Height: | Size: 3.7 KiB |
BIN
static/img/actions/document-save.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
static/img/actions/document-sign.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
static/img/actions/documentation.png
Normal file
After Width: | Height: | Size: 3.6 KiB |