%PDF- %PDF-
| Direktori : /home/waritko/jetty-distribution-9.4.21.v20190926/webapps/ROOT/skins/flamingo/less/ |
| Current File : //home/waritko/jetty-distribution-9.4.21.v20190926/webapps/ROOT/skins/flamingo/less/general.less |
//
// General
// --------------------------------------------------
// Classes ====================================================================
.clearfloats:extend(.clearfix all) {}
.centered {
.text-center;
// Fix because of Bootstrap setting a text-align: left on th
th {
.text-center;
}
}
// Tables =====================================================================
table:extend(.table all) {}
table {
// Used by: Livetable
table {
background-color: @xwiki-page-content-bg;
}
th {
label {
font-weight: normal;
margin: 0;
}
}
}
// Rendering ==================================================================
.wikicreatelink { /* Non-exiting links */
text-decoration: underline;
a:after { /* Mark with a rounded question mark */
background-color: @link-color;
border-radius: 8px;
color: @xwiki-page-content-bg;
content: "?";
display: inline-block;
font-size: 80%;
margin-left: 4px;
padding: 0 4px;
text-decoration: none;
}
}
.wikiexternallink { /* Differentiate external link from internal link using an icon */
background: url(@xwiki-icon-link-external) no-repeat scroll right center transparent;
padding-right: 12px;
}
.wikimodel-emptyline {
height: 1em;
}
// Code =======================================================================
pre {
/* Resetting values from bootstrap/code.less and bootstrap/normalize.less,
* since 'pre' are generated by our syntax in verbatim blocks. */
background-color: inherit;
border: inherit;
color: inherit;
font-family: inherit;
font-size: inherit;
padding: 0;
}
.code, .code pre, .code *, .monospace, pre {
font-family: @font-family-monospace;
white-space: pre;
}
// Line numbers in code
.linenoswrapper {
display: flex;
flex-direction: row;
.linenos {
text-align: right;
color: lighten(@text-color, 50%);
margin-right: 1em;
user-select: none;
+ div {
flex-grow: 1;
}
}
}
// Responsive Images ==========================================================
img {
max-width: 100%;
}