Just Techolay forum. For XenForo 2.3 version
Techolay Gray Theme V2 by Oltran
Details
AuthorOltran
LicenseNo License
CategoryForums
Created
Updated
Size1.3 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Techolay Gray Theme V2
@version 20240928.15.09
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://techolay.net/sosyal") {
.p-body{
background-color: #202020;
opacity: 1;
background: repeating-linear-gradient( 45deg, #444cf79e, #444cf796 20px, #202020 20px, #202020 1000px );
}
.p-header{
.cssgenerator
background-color: #ff7100;
background-image: url(https://th.bing.com/th/id/R.29499be40eb538ebe816a3173d3bdc57?rik=Z9Y%2frIT3HBs4Pw&pid=ImgRaw&r=0);
background-size: cover;
background-position: left top;
background-repeat: no-repeat;
}
.p-nav{
background-color:#202020
}
.alert.js-alert.menu-row.menu-row--separated.menu-row--clickable.is-read{
background-color:#202020
}
.pairJustifier{
background-color:#202020
}
.message-responseRow {
background-color:#262626
}
.message-cell.message-cell--main{
background-color:#262626
}
.reactionsBar.js-reactionsList.is-active{
background-color: #202020;
}
.message-cell.message-cell--user{
background-color:#202020
}
.block-container{
background-color:#1b1b1b
}
.alert.js-alert.menu-row.menu-row--separated.menu-row--clickable.is-recently-read{
background-color:#0090ff17
}
.overlay-content{
background-color: #202020;
}
.p-footer{
background-color: #161616;
}
}