responsive forum.ubuntu.ir
forum.ubuntu.ir responsive (deprecated) by mimvahedi
Details
Authormimvahedi
Licensecc-0
Categoryubuntu.ir
Created
Updated
Size4.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
منسوخ شده!
ویژگیهای جدید فقط به نسخهی تیره اضافه میشه.
به جاش از این استفاده کنید:
https://userstyles.world/style/2150/forum-ubuntu-ir-dark-mode
Source code
/* ==UserStyle==
@name forum.ubuntu.ir responsive
@version 0.7
@namespace userstyles.world/user/mimvahedi
@description responsive forum.ubuntu.ir
@author mimvahedi
@license cc-0
@preprocessor stylus
==/UserStyle== */
@-moz-document url-prefix("https://forum.ubuntu.ir"),
url-prefix("http://localhost/smf") {
div#__container > div:first-child {
min-width: unset;
}
#__main {
margin: auto;
max-width: 100%;
}
.smf .inner img.smiley,
img {
vertical-align: middle;
}
.flow_hidden.global-rtl {
padding-top: 1em;
}
.editor,
.rich_editor_frame,
.smf textarea {
resize: vertical;
}
.lastpost.lockedbg2,
.stats.lockedbg,
.subject.lockedbg2 {
background-color: transparent !important;
}
@media (max-width: 750px) {
* {
box-sizing: border-box;
}
#__page {
margin: 0;
}
/*poster -----*/
.smf .post_wrapper {
display: flex;
flex-direction: column;
position: relative;
}
.poster {
width: 100%;
}
.smf .poster ul.reset {
gap: 0.5rem;
display: flex;
margin-right: 4rem;
li {
white-space: nowrap;
}
li.gender {
font-size: 0;
}
}
.smf .poster li.stars,
.smf .poster li.postcount,
.smf .poster li.warning,
.smf .poster ul ul {
display: none;
}
.smf .poster li.avatar {
position: absolute;
right: 10px;
top: 0;
}
.smf .poster h4 {
font-size: 1em;
margin: 0 4rem 0 0;
padding: 0;
width: max-content;
}
.smf .moderatorbar,
.smf .postarea {
margin-right: 0;
}
.smf .postarea {
position: static;
}
.avatar {
border-radius: 6px;
height: 4em;
object-fit: cover;
width: 4em;
}
.smf .keyinfo,
.smf .moderatorbar {
display: none;
}
.smf ul.quickbuttons {
left: 0.5rem;
margin: 0;
position: absolute;
top: -5px;
font-size: 0;
}
.smf ul.quickbuttons li a {
display: inline-block;
}
.smf .inner {
border-top: 0;
margin: 0;
padding: 0 0.5rem;
}
#forumposts .reportlinks,
.smf #forumposts .reportlinks {
bottom: 0;
left: 0;
position: absolute;
}
.smf div.cat_bar {
height: unset;
padding: 0;
}
h3.catbg.centertext {
height: unset;
background: linear-gradient(to bottom, #787878, #989898);
border-radius: 4px;
}
/*Header -----*/
#__header-menu {
display: flex;
overflow: auto;
}
#__header-menu > ul {
display: flex;
min-width: max-content;
}
#__header-menu li {
display: inline-block;
float: none;
width: max-content;
}
#__header-menu #menu_nav li {
display: block;
width: 100%;
}
#__header-menu .header-submenu {
margin: 0;
position: absolute;
top: 73px;
z-index: 21;
}
a + .header-submenu {
display: none;
}
#__header-menu > ul a:hover + .header-submenu {
display: block;
}
#__header-logo {
float: none;
}
#__search-box input#search__input,
#__search-box input.edit {
float: none;
margin: 0;
width: 83% !important;
}
#__search-box {
float: none;
overflow: hidden;
}
#__search-box input#search__submit,
#__search-box input.button,
.floatleft,
.smf #posting_icons,
.smf .floatleft {
float: none;
}
/**/
#basicinfo,
#detailedinfo,
.smf #basicinfo,
.smf #detailedinfo {
float: none;
width: 100%;
}
#left_admsection,
.smf #left_admsection {
float: none;
padding: 0;
width: 100%;
}
#main_admsection,
.smf #main_admsection {
margin: 0;
}
#mlist {
overflow: auto;
}
}
}