Styl poprawia wyglad strony www QNAP-a
192.168.2.28 - 6.02.2022, 19:52:04 by darekw1967

Details
Authordarekw1967
LicenseNo License
CategoryStyl poprawa wygladu www QNAP
Created
Updated
Code size1.0 kB
Code checksuma24d3ec5
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name 192.168.2.28 - 6.02.2022, 19:52:04
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("http://192.168.2.28:8080/cgi-bin/") {
/* Wstaw kod tutaj... */
.qos-desktop-shortcut .text-box span {
left: 0;
right: 0;
padding: 0;
margin: auto;
text-overflow: ellipsis;
overflow: hidden;
line-height: 1.3;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
display: -webkit-box;
-webkit-font-smoothing: antialiased;
white-space: normal;
font-size:13px;
}
.qos-desktop-shortcut-image
{
width:80px;
height:80px;
}
.topBar .x-btn-icon
{
top:14px!important;
}
.qos-dock-item { top:-10px }
/***
.itemApp .appBoxBorder .storeAppArea {
padding: 0 50px;
background: #9a9a9a;
}
.x-column-inner
{
background:#9a9a9a;
}
***/
}