Skip to content

Commit

Permalink
Small improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
GodMod committed Jun 21, 2019
1 parent 724c61c commit 81d01b5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
13 changes: 8 additions & 5 deletions eqdkp_bf.css
Original file line number Diff line number Diff line change
Expand Up @@ -2605,7 +2605,6 @@ div.error { display: none; }
max-width: 100px;
height: 70px;
border: 1px solid #ccc;
border-radius: 4px;
box-shadow: 1px 1px 2px #000000;
}

Expand Down Expand Up @@ -2840,7 +2839,6 @@ td.hiddenSmartphone, th.hiddenSmartphone {

.user-avatar-border img, img.user-avatar {
border: 1px solid #CCCCCC;
border-radius: 4px 4px 4px 4px;
background-color: #FFFFFF;
}
.awaytt_row{
Expand Down Expand Up @@ -3623,7 +3621,7 @@ button#cboxPrevious, button#cboxNext, button#cboxClose, button#cboxSlideshow {

/* Mobile Navigation */
.nav-mobile {
background: rgba(0, 0, 0, 0.8);
background: rgba(0, 0, 0, 0.5);
width: 100%;
min-height: 3em;
}
Expand All @@ -3638,7 +3636,7 @@ button#cboxPrevious, button#cboxNext, button#cboxClose, button#cboxSlideshow {
}

.mobile-overlay {
display:none; position:fixed; top:0; left:0; bottom:0; right:0; max-width:100vw; z-index:500; background:@eqdkpContainerBackgroundColor; overflow-y:auto;
display:none; position:fixed; top:0; left:0; bottom:0; right:0; max-width:100vw; z-index:500; background:#000; overflow-y:auto;

// Base Layout
.overlay-header { display:flex; justify-content:space-between; margin-bottom:10px; }
Expand All @@ -3657,7 +3655,7 @@ button#cboxPrevious, button#cboxNext, button#cboxClose, button#cboxSlideshow {
&-wrapper.open .heading { display:none; }

li:not(:last-child) { margin-bottom:1px; }
a { display: block; padding: 10px 30px; position: relative; font-size: 14px; color:@eqdkpContentLinkColor; background:lighten(@eqdkpContentBackgroundColor, 5); }
a { display: block; padding: 10px 30px; position: relative; font-size: 14px; color:@eqdkpContentLinkColor; background:#000; }

.sub-menu-arrow:after { content:'\f105'; display:block; font-family:'FontAwesome'; font-size:18px; color:@eqdkpContentLinkColor; position:absolute; right:18px; top:50%; transform:translateY(-50%); }
.sub-menu { display:none; width:100%; position:absolute; top:0; left:100%; bottom:0; right:0; }
Expand Down Expand Up @@ -4202,6 +4200,7 @@ button.thirdpartylogin.discord {
width:98%;
margin-top: 6px;
margin-bottom: 6px;
display: none;
}
.ribbon span {
position: relative;
Expand Down Expand Up @@ -4393,4 +4392,8 @@ body.module-iframe {

.fa-inverse {
color: #000;
}

.ui-tabs.ui-widget-content {
background: transparent;
}
1 change: 0 additions & 1 deletion index.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@
</div>
<div id="personalAreaTime" class="hiddenSmartphone">
<ul>
<li class="personalAreaTime"><i class="fa fa-clock-o fa-lg"></i> <span class="user_time">{USER_TIME}</span></li>
<li><!-- IF S_SEARCH -->
<form method="post" action="{EQDKP_CONTROLLER_PATH}Search{SEO_EXTENSION}{SID}" id="search_form">
<input name="svalue" size="20" maxlength="30" class="input search" id="loginarea_search" type="text" value="{L_search}..."/>
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<creationDate>2019-06-21T06:13:15+00:00</creationDate>
<copyright>GodMod</copyright>
<license>CC</license>
<version>0.2.0</version>
<version>0.2.1</version>
<description></description>
<folder>eqdkp_bf</folder>
</install>
4 changes: 2 additions & 2 deletions settings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<settings styleversion="0.2.0">
<settings styleversion="0.2.1">
<template_path>eqdkp_bf</template_path>
<attendees_columns>6</attendees_columns>
<logo_position>left</logo_position>
Expand Down Expand Up @@ -38,7 +38,7 @@
<table_tr_background_color2>rgba(0, 0, 0, 0.3)</table_tr_background_color2>
<table_tr_background_color_hover>rgb(0, 0, 0)</table_tr_background_color_hover>
<table_border_color>rgba(255, 255, 255, 0.4)</table_border_color>
<menu_background_color>rgba(69, 72, 77, 0.8)</menu_background_color>
<menu_background_color>rgba(69, 72, 77, 0.9)</menu_background_color>
<menu_font_color>rgb(248, 134, 19)</menu_font_color>
<menu_item_background_color>rgba(255, 255, 255, 0)</menu_item_background_color>
<menu_item_background_color_hover>rgb(0, 0, 0)</menu_item_background_color_hover>
Expand Down

0 comments on commit 81d01b5

Please sign in to comment.