Removed the Tempra Conflux Theme.

This commit is contained in:
Azareal 2018-12-14 14:11:02 +10:00
parent bdf7fa40d5
commit 40064f9e27
8 changed files with 0 additions and 1468 deletions

View File

@ -1,30 +0,0 @@
.sidebar {
display: none;
}
#account_dashboard .colstack_right .coldyn_block {
display: flex;
}
#dash_left .rowitem {
border: 1px solid hsl(0,0%,85%);
}
#dash_username {
display: flex;
}
#dash_avatar_buttons {
display: flex;
}
#dash_right {
width: 100%;
margin-right: 6px;
}
#dash_right .rowitem {
margin-left: 10px;
border: 1px solid hsl(0,0%,85%);
}
#dash_right .rowitem:not(last-child) {
margin-bottom: 8px;
}
.account_soon, .dash_security {
font-size: 14px;
color: maroon;
}

File diff suppressed because it is too large Load Diff

View File

@ -1,209 +0,0 @@
/* The Media Queries */
@media(min-width: 951px) {
.shrink_main {
float: left;
width: calc(75% - 12px);
}
.sidebar {
float: left;
width: 25%;
margin-left: 12px;
}
}
@media(max-width: 950px) {
.sidebar {
display: none;
}
}
@media (max-width: 700px) {
li {
height: 29px;
font-size: 15px;
padding-left: 9px;
padding-top: 6px;
padding-bottom: 6px;
}
li, li a {
font-size: 15px;
}
ul {
height: 30px;
margin-top: 8px;
margin-left: -1px;
margin-right: -1px;
border-bottom: 1px solid hsl(0,0%,80%);
}
.menu_left, .menu_right {
padding-right: 9px;
border-bottom: 1px solid hsl(0,0%,80%);
}
.menu_alerts {
padding-left: 7px;
padding-right: 7px;
font-size: 18px;
}
body {
padding-left: 4px;
padding-right: 4px;
margin: 0px !important;
width: 100% !important;
height: 100% !important;
overflow-x: hidden;
}
.container {
width: auto;
margin-left: 5px;
margin-right: 5px;
margin-top: 5px;
}
.selectedAlert .alertList {
top: 37px;
right: 4px;
}
}
@media (max-width: 680px) {
li {
padding-left: 5px;
padding-top: 3px;
padding-bottom: 2px;
height: 25px;
}
li a { font-size: 14px; }
ul { height: 26px; }
.menu_left, .menu_right { padding-right: 7px; }
.hide_on_mobile { display: none; }
.menu_alerts {
padding-left: 4px;
padding-right: 4px;
font-size: 16px;
padding-top: 1px;
}
.selectedAlert .alertList { top: 33px; }
.prev_button, .next_button { top: auto;bottom: 5px; }
.colstack_grid { grid-template-columns: none; grid-gap: 8px; }
.grid_istat { margin-bottom: 0px; }
}
@media(max-width: 550px) {
#poweredByDash, #poweredByMaker {
display: none;
}
}
@media (max-width: 500px) {
.topic_list .topic_row {
grid-template-columns: calc(100% - 194px) 194px;
}
}
@media (max-width: 470px) {
.container {
border: none;
background: none;
padding-right: 8px;
}
#back {
padding: 0px;
}
ul {
margin-bottom: 10px;
}
.menu_overview, .menu_profile, .hide_on_micro {
display: none;
}
.selectedAlert .alertList {
width: 156px;
margin-bottom: 5px;
}
.alertItem.withAvatar {
background-size: 36px;
text-align: center;
padding-left: 42px;
height: 46px;
}
.alertItem {
padding: 8px;
}
.alertItem .text {
height: 30px;
font-size: 10px;
font-weight: bold;
white-space: normal;
}
.post_container { overflow: visible !important; }
.post_item {
background-position: 0px 2px !important;
background-size: 64px 64px !important;
padding-left: 2px !important;
min-height: 96px;
position: relative !important;
}
.post_item > .user_content {
margin-left: 75px !important;
width: 100% !important;
}
.post_item > .mod_button {
float: right !important;
margin-left: 2px !important;
position: relative;
top: -14px;
}
.post_item > .real_username {
position: absolute;
top: 70px;
float: left;
margin-top: 0px;
padding-top: 3px !important;
margin-right: 2px;
width: 60px;
font-size: 15px;
}
.userinfo {
width: 70px;
margin-left: 3px;
}
.userinfo .avatar_item {
background-size: 64px;
width: 64px;
min-height: 64px;
}
.content_container {
margin-left: 80px;
min-height: inherit !important;
}
.user_content {
min-height: 79.5px !important;
font-size: 15px;
}
.user_content.nobuttons {
min-height: 100.5px !important;
} /* UNUSED */
.the_name { font-size: 15px; }
.post_tag { font-size: 12px; }
.rowtopic { font-size: 14px; }
.container { width: 100% !important; }
}
@media(max-width: 390px) {
.topic_list .topic_row {
display: block;
}
.topic_row .topic_right {
display: none;
}
}
@media (max-width: 330px) {
li { padding-left: 6px; }
.menu_left { padding-right: 6px; }
}

View File

@ -1,13 +0,0 @@
$(document).ready(function(){
// TODO: Run this when the image is loaded rather than when the document is ready?
$(".topic_list img").each(function(){
let aspectRatio = this.naturalHeight / this.naturalWidth;
console.log("aspectRatio ",aspectRatio);
console.log("this.height ",this.naturalHeight);
console.log("this.width ",this.naturalWidth);
$(this).css({
height: aspectRatio * this.width
});
});
});

View File

@ -1,135 +0,0 @@
.sidebar {
display: none;
}
/*.submenu {
padding-left: 18px;
}*/
.submenu:before {
content:"";
margin-right: 8px;
}
#panel_dashboard_right .colstack_head {
display: none;
}
.edit_button:before {
content: "{{index .Phrases "panel_edit_button_text"}}";
}
.delete_button:after {
content: "{{index .Phrases "panel_delete_button_text"}}";
}
.panel_upshift:visited {
color: black;
}
.panel_tag {
padding-left: 0px;
padding-right: 0px;
border: none;
background: none;
color: #202020;
font-size: 14px;
}
.tag-mini {
margin-left: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 2px;
padding-bottom: 2px;
color: black;
font-size: 13px;
}
.panel_floater, .panel_buttons {
margin-left: auto;
float: right;
}
#panel_groups > .rowitem > .panel_floater {
float: none;
}
#panel_groups > .rowitem > .panel_floater > .panel_right_button {
float: right;
}
#panel_forums .rowitem {
display: flex;
}
#panel_forums > .rowitem > .panel_floater {
margin-left: 0px;
}
#panel_forums > .rowitem > span > .forum_name {
margin-right: 4px;
}
#panel_forum_quick_perms > .formrow > .formitem > a {
margin-right: 4px;
}
/* Quick fix, need to properly patch this */
.forum_active > select {
margin-bottom: 3px
}
.panel_rank_tag, .forum_preset, .forum_active {
float: none;
color: #202020 !important;
font-size: 11px;
}
.panel_rank_tag_admin:before { content: "{{index .Phrases "panel_rank_admins"}}"; }
.panel_rank_tag_mod:before { content: "{{index .Phrases "panel_rank_mods"}}"; }
.panel_rank_tag_banned:before { content: "{{index .Phrases "panel_rank_banned"}}"; }
.panel_rank_tag_guest:before { content: "{{index .Phrases "panel_rank_guests"}}"; }
.panel_rank_tag_member:before { content: "{{index .Phrases "panel_rank_members"}}"; }
.forum_preset_announce:after { content: "{{index .Phrases "panel_preset_announcements"}}"; }
.forum_preset_members:after { content: "{{index .Phrases "panel_preset_member_only"}}"; }
.forum_preset_staff:after { content: "{{index .Phrases "panel_preset_staff_only"}}"; }
.forum_preset_admins:after { content: "{{index .Phrases "panel_preset_admin_only"}}"; }
.forum_preset_archive:after { content: "{{index .Phrases "panel_preset_archive"}}"; }
.forum_preset_all:after { content: "{{index .Phrases "panel_preset_public"}}"; }
.forum_preset_custom, .forum_preset_ { display: none !important; }
.forum_active_Hide:before { content: "{{index .Phrases "panel_active_hidden"}}"; }
.forum_active_Hide + .forum_preset:before { content: " | "; }
.forum_active_Show { display: none !important; }
.forum_active_name { color: #707070; }
.builtin_forum_divider { border-bottom-style: solid; }
.perm_preset_no_access:before { content: "{{index .Phrases "panel_perms_no_access" }}"; color: maroon; }
.perm_preset_read_only:before { content: "{{index .Phrases "panel_perms_read_only" }}"; color: green; }
.perm_preset_can_post:before { content: "{{index .Phrases "panel_perms_can_post" }}"; color: green; }
.perm_preset_can_moderate:before { content: "{{index .Phrases "panel_perms_can_moderate" }}"; color: darkblue; }
.perm_preset_custom:before { content: "{{index .Phrases "panel_perms_custom" }}"; color: black; }
.perm_preset_default:before { content: "{{index .Phrases "panel_perms_default" }}"; }
.theme_row > .panel_floater > .panel_right_button { margin-left: 5px; }
#panel_word_filters .itemSeparator:before {
content: " || ";
padding-left: 2px;
padding-right: 2px;
}
.panel_submitrow {
margin-top: -12px;
border-top: none;
}
.panel_submitrow button {
padding-top: 3px;
padding-bottom: 3px;
}
.ct_chart {
padding-left: 10px;
padding-top: 18px;
padding-bottom: 2px;
padding-right: 10px;
margin-bottom: 12px;
background-color: white;
border: 1px solid var(--main-border-color);
border-bottom: 1.5px inset var(--main-border-color);
}
@media(max-width: 1300px) {
.theme_row { background-image: none !important; }
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 301 KiB

View File

@ -1,24 +0,0 @@
{
"Name": "tempra-conflux",
"FriendlyName": "Tempra Conflux",
"Version": "0.1.0-dev",
"Creator": "Azareal",
"FullImage": "tempra-conflux.png",
"HideFromThemes": true,
"MobileFriendly": true,
"BgAvatars":true,
"URL": "github.com/Azareal/Gosora",
"Docks":["topMenu","rightSidebar"],
"Templates": [
{
"Name": "topic",
"Source": "topic_alt"
}
],
"Resources": [
{
"Name":"tempra-conflux/misc.js",
"Location":"global"
}
]
}