Augmentation vers version 3.3.0

This commit is contained in:
Gauvain Boiché
2020-03-31 15:31:03 +02:00
parent d926806907
commit a1864c0414
2618 changed files with 406015 additions and 31377 deletions

View File

@@ -21,11 +21,11 @@
# General Information about this style
name = Milk v2
copyright = © PlanetStyles.net - Premium Forum Themes
style_version = 2.0.11
phpbb_version = 3.2.8
style_version = 2.1.2
phpbb_version = 3.3.0
# Defining a different template bitfield
# template_bitfield = lNg=
# template_bitfield = //g=
# Parent style
# Set value to empty or to this style's name if this style does not have a parent style

View File

@@ -522,7 +522,7 @@ function parseDocument($container) {
$linksLast = $linksNotSkip.filter(filterLast), // The items that will be hidden last
persistent = $this.attr('id') === 'nav-main', // Does this list already have a menu (such as quick-links)?
html = '<li class="responsive-menu hidden"><a href="javascript:void(0);" class="js-responsive-menu-link responsive-menu-link"><i class="icon fa-bars fa-fw" aria-hidden="true"></i></a><div class="dropdown"><div class="pointer"><div class="pointer-inner" /></div><ul class="dropdown-contents" /></div></li>',
slack = 3; // Vertical slack space (in pixels). Determines how sensitive the script is in determining whether a line-break has occured.
slack = 3; // Vertical slack space (in pixels). Determines how sensitive the script is in determining whether a line-break has occurred.
// Add a hidden drop-down menu to each links list (except those that already have one)
if (!persistent) {
@@ -1102,4 +1102,13 @@ if( $('.collapse-trigger').length )
this.slideUp(100);
},
});
// Add user icon in front of forumlist mods
$("span.forumlist_mods a").each(function(i) {
$(this).prepend("<i class='icon fa-shield fa-fw'></i>");
});
// Remove the comma seperator
$("span.forumlist_mods").each(function() {
$(this).html($(this).html().replace(/,/g , ''));
});
}

View File

@@ -17,7 +17,13 @@
<li class="header">
<!-- EVENT forumlist_body_category_header_row_prepend -->
<dl class="row-item">
<dt><div class="list-inner"><!-- IF forumrow.S_IS_CAT --><a href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a><!-- ELSE -->{L_FORUM}<!-- ENDIF --></div></dt>
<dt><div class="list-inner">
<!-- IF forumrow.S_IS_CAT -->
<a href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a>
<!-- ELSE -->
{L_FORUM}
<!-- ENDIF -->
</div></dt>
<!-- IF STYLE_SETTINGS_CONFIG_FORUMLIST_DISPLAY != 'Grid' -->
<!-- IF STYLE_SETTINGS_CONFIG_FORUMLIST_DISPLAY == 'List (Simplified)' -->
<dd class="simpleposts"><span class="icon fa-comments"></span></dd>
@@ -36,19 +42,19 @@
<span class="icon fa-minus tooltip-left" title="Collapse"></span>
<span class="icon fa-plus tooltip-left" title="Expand"></span>
</div>
<!-- ENDIF -->
<!-- ENDIF -->
<ul class="topiclist forums">
<!-- ENDIF -->
<!-- EVENT forumlist_body_category_header_after -->
<!-- IF not forumrow.S_IS_CAT -->
<!-- EVENT forumlist_body_forum_row_before -->
<li class="row<!-- IF forumrow.AVATAR_IMG --> has_last_post_avatar<!-- ENDIF -->">
<li class="row<!-- IF forumrow.AVATAR_IMG --> has_last_post_avatar<!-- ENDIF --><!-- IF not forumrow.S_DISPLAY_SUBJECT --> row_no_subject<!-- ENDIF -->">
<!-- EVENT forumlist_body_forum_row_prepend -->
<!-- IF forumrow.FORUM_IMAGE and STYLE_SETTINGS_CONFIG_FORUMLIST_DISPLAY == 'Grid' -->
<a href="{forumrow.U_VIEWFORUM}" class="forumlist_grid_forum_image" style="background-image: url('{forumrow.FORUM_IMAGE_SRC}');"></a>
<!-- ENDIF -->
<dl class="row-item {forumrow.FORUM_IMG_STYLE}">
<!-- ENDIF -->
<dl class="row-item {forumrow.FORUM_IMG_STYLE}">
<dt title="{forumrow.FORUM_FOLDER_IMG_ALT}">
<!-- IF forumrow.S_UNREAD_FORUM --><a href="{forumrow.U_VIEWFORUM}" class="row-item-link"></a><!-- ENDIF -->
<div class="list-inner">
@@ -70,7 +76,7 @@
{L_REDIRECTS}{L_COLON} <strong>{forumrow.CLICKS}</strong>
<!-- ELSE -->
{L_TOPICS}{L_COLON} <strong>{forumrow.TOPICS}</strong> &nbsp; {L_POSTS}{L_COLON} <strong>{forumrow.POSTS}</strong><!-- ENDIF -->
</div>
</div>
<!-- ELSE -->
<!-- IF not S_IS_BOT -->
<div class="responsive-show responsive_forumlist_row_stats" style="display: none;">
@@ -80,15 +86,15 @@
{L_TOPICS}{L_COLON} <strong>{forumrow.TOPICS}</strong> &nbsp;&nbsp;&nbsp; {L_POSTS}{L_COLON} <strong>{forumrow.POSTS}</strong>
<!-- ENDIF -->
</div>
<!-- ENDIF -->
<!-- ENDIF -->
<!-- IF forumrow.MODERATORS -->
<br /><strong>{forumrow.L_MODERATOR_STR}{L_COLON}</strong> {forumrow.MODERATORS}
<br /><span class="forumlist_mods"><strong>{forumrow.L_MODERATOR_STR}{L_COLON}</strong> {forumrow.MODERATORS}</span>
<!-- ENDIF -->
<!-- IF .forumrow.subforum and forumrow.S_LIST_SUBFORUMS -->
<!-- EVENT forumlist_body_subforums_before -->
<div style="clear: both;"></div>
<br /><strong>{forumrow.L_SUBFORUM_STR}{L_COLON}</strong>
<div class="sub-forumlist">
<!-- BEGIN subforum -->
<li>
@@ -136,7 +142,7 @@
<i class="icon fa-external-link-square fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">{L_VIEW_LATEST_POST}</span>
</a>
<!-- ENDIF -->
<br />{forumrow.LAST_POST_TIME}
<br /><time datetime="{forumrow.LAST_POST_TIME_RFC3339}">{forumrow.LAST_POST_TIME}</time>
<!-- ELSE -->
{% if forumrow.U_UNAPPROVED_TOPICS %}
{{ lang('TOPIC_UNAPPROVED_FORUM', forumrow.TOPICS) }}
@@ -172,4 +178,4 @@
</div>
<!-- END forumrow -->
</div>
</div>

View File

@@ -11,23 +11,19 @@
<!-- EVENT forumlist_body_category_header_before -->
<!-- IF forumrow.S_IS_CAT or forumrow.S_FIRST_ROW or forumrow.S_NO_CAT -->
<!-- EVENT forumlist_body_category_header_row_prepend -->
<span class="grid_cat_title">
<!-- IF forumrow.S_IS_CAT -->
<a href="{forumrow.U_VIEWFORUM}" class="cat_title">{forumrow.FORUM_NAME}</a>
<!-- ELSE -->
{L_FORUM}
<!-- ENDIF -->
</span>
<!-- EVENT forumlist_body_category_header_row_append -->
<div class="forabg">
<div class="inner">
<ul class="topiclist">
<li class="header">
<!-- EVENT forumlist_body_category_header_row_prepend -->
<dl class="row-item">
<dt><div class="list-inner"><!-- IF forumrow.S_IS_CAT --><a href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a><!-- ELSE -->{L_FORUM}<!-- ENDIF --></div></dt>
</dl>
<!-- EVENT forumlist_body_category_header_row_append -->
</li>
</ul>
<!-- IF SCRIPT_NAME eq 'index' and STYLE_SETTINGS_CONFIG_COLLAPSIBLE_PANELS -->
<div class="collapse-trigger open">
<span class="icon fa-minus tooltip-left" title="Collapse"></span>
<span class="icon fa-plus tooltip-left" title="Expand"></span>
</div>
<!-- ENDIF -->
<ul class="topiclist forums">
<!-- ENDIF -->
<!-- EVENT forumlist_body_category_header_after -->
@@ -38,28 +34,63 @@
<!-- EVENT forumlist_body_forum_row_prepend -->
<div class="grid_image_container">
<div class="forumlist_grid_forum_image" <!-- IF forumrow.FORUM_IMAGE -->style="background-image: url('{forumrow.FORUM_IMAGE_SRC}');<!-- ENDIF -->">
<a href="{forumrow.U_VIEWFORUM}" class="grid_colour_overlay">
<div class="forumlist_grid_title">
{forumrow.FORUM_NAME}
</div>
<div class="forumlist_grid_numbers">
<!-- IF forumrow.S_UNREAD_FORUM -->
<span class="grid_unread">{L_NEW}</span>
<!-- ENDIF -->
<!-- IF forumrow.CLICKS -->
<i class="fa fa-link"></i><!-- {L_REDIRECTS}{L_COLON} --> {forumrow.CLICKS}
<!-- ELSE -->
<i class="fa fa-book"></i><!-- {L_TOPICS}{L_COLON} --> &nbsp;{forumrow.TOPICS} &nbsp;&nbsp; <i class="fa fa-comments"></i><!-- {L_POSTS}{L_COLON}--> &nbsp;{forumrow.POSTS}
<!-- ENDIF -->
</div>
<a href="{forumrow.U_VIEWFORUM}" class="tile_inner">
<div class="tile_row_1 tile_has_icon" <!-- IF forumrow.FORUM_IMAGE -->style="background-image: url('{forumrow.FORUM_IMAGE_SRC}');"<!-- ENDIF -->">
<div class="tile_title">
{forumrow.FORUM_NAME}
<!-- IF forumrow.S_UNREAD_FORUM -->
<i class="icon fa fa-check tooltip icon-green" title="{L_UNREAD_POSTS}"></i>
<!-- ENDIF -->
<!-- IF forumrow.FORUM_DESC --><span class="forum_description">{forumrow.FORUM_DESC}</span> <!-- ENDIF -->
</div>
</div>
<div class="tile_row_2">
<!-- IF forumrow.CLICKS -->
<div class="tile_row_100">
<span class="mini_number">
{forumrow.CLICKS}
</span>
<span class="mini_label">
{L_REDIRECTS}
</span>
</div>
<!-- ELSE -->
<div class="tile_row_25">
<span class="mini_number">
{forumrow.TOPICS}
</span>
<span class="mini_label">
{L_TOPICS}
</span>
</div>
<div class="tile_row_25">
<span class="mini_number">
{forumrow.POSTS}
</span>
<span class="mini_label">
{L_POSTS}
</span>
</div>
<!-- IF forumrow.LAST_POST_TIME -->
<div class="tile_row_50">
<span class="mini_date">
<time datetime="{forumrow.LAST_POST_TIME_RFC3339}">{forumrow.LAST_POST_TIME}</time>
</span>
<span class="mini_label">
{L_LAST_POST}
</span>
</div>
<!-- ENDIF -->
<!-- ENDIF -->
</div>
</a>
</div>
<div class="grid_desc<!-- IF forumrow.S_UNREAD_FORUM --> unread_grid<!-- ENDIF -->">
<!-- IF forumrow.FORUM_DESC -->
<span class="forum_description">{forumrow.FORUM_DESC}</span>
<!-- ENDIF -->
</div>
</div>
<!-- EVENT forumlist_body_forum_row_append -->

View File

@@ -159,8 +159,7 @@
<!-- INCLUDE notification_dropdown.html -->
</li>
<!-- ENDIF -->
<!-- ELSE -->
<!-- EVENT navbar_header_user_profile_append -->
<!-- ELSE IF not S_IS_BOT -->
<li class="rightside" data-skip-responsive="true">
<a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="x" role="menuitem">
<i class="icon fa-power-off fa-fw" aria-hidden="true"></i><span>{L_LOGIN_LOGOUT}</span>

View File

@@ -71,7 +71,7 @@
<script type="text/javascript" src="{T_JQUERY_LINK}"></script>
<!-- IF S_ALLOW_CDN -->
<script type="text/javascript">window.jQuery || document.write('\x3Cscript src="{T_ASSETS_PATH}/javascript/jquery.min.js?assets_version={T_ASSETS_VERSION}">\x3C/script>');</script>
<script type="text/javascript">window.jQuery || document.write('\x3Cscript src="{T_ASSETS_PATH}/javascript/jquery-3.4.1.min.js?assets_version={T_ASSETS_VERSION}">\x3C/script>');</script>
<!-- ENDIF -->
<script type="text/javascript" src="{T_ASSETS_PATH}/javascript/core.js?assets_version={T_ASSETS_VERSION}"></script>
@@ -79,13 +79,16 @@
<!-- IF STYLE_SETTINGS_CONFIG_PARALLAX_HEADER -->
<!-- INCLUDEJS parallax.js -->
<!-- ENDIF -->
<!-- INCLUDEJS tooltipster.bundle.min.js -->
<!-- IF STYLE_SETTINGS_CONFIG_COLLAPSIBLE_PANELS -->
<!-- INCLUDEJS jquery.collapse.js -->
<!-- INCLUDEJS jquery.collapse_storage.js -->
<!-- ENDIF -->
<!-- INCLUDEJS forum_fn.js -->
<!-- INCLUDEJS ajax.js -->
<!-- IF STYLE_SETTINGS_CONFIG_DARK_TOGGLE -->
<!-- INCLUDEJS js.cookie.js -->
<!-- ENDIF -->
@@ -189,6 +192,117 @@
<!-- EVENT overall_footer_after -->
<!-- IF STYLE_SETTINGS_CONFIG_LIGHT_DARK_TOGGLE -->
<!--
"[BETA] Enable Light/Dark User Toggle": {
"name": "light_dark_toggle",
"type": "bool",
"help": "Enables a one-click light/dark preset toggle in top nav bar.<br />Default Value: No"
},
-->
<!--
<script type="text/javascript">
// Set variables
var light_stylesheet_src = '{T_STYLESHEET_LINK}';
var dark_stylesheet_src = '{BOARD_URL}styles/Milk_v2/theme/colours_dark.css';
// Is there a cookie set already?
if(Cookies.get('Dark_Toggle_Cookie')) {
// Cookie below
// Cookie: Set stylesheet
$("link.colour_switch_link").attr("href",Cookies.get('Dark_Toggle_Cookie'));
// Cookie: Set icon & add dark_base class if necessary
if(Cookies.get('Dark_Toggle_Cookie') == dark_stylesheet_src) {
$("i.dark_toggle_icon").addClass("fa-lightbulb-o");
$("body").addClass("dark_base");
} else {
$("i.dark_toggle_icon").addClass("fa-moon-o");
}
// Cookie: click function
$("a.dark_toggle_link").click(function() {
if(Cookies.get('Dark_Toggle_Cookie') == dark_stylesheet_src) {
$("link.colour_switch_link").attr("href",light_stylesheet_src);
$("i.dark_toggle_icon").addClass("fa-moon-o");
} else {
$("link.colour_switch_link").attr("href",dark_stylesheet_src);
$("i.dark_toggle_icon").addClass("fa-lightbulb-o");
}
Cookies.set('Dark_Toggle_Cookie', $("link.colour_switch_link").attr('href'), { expires: 365, path: '/' });
location.reload();
});
} else {
// No cookie below
// No cookie: Set the icon
<!-- IF STYLE_SETTINGS_CONFIG_BASE_COLOUR == "Light" -->
$("i.dark_toggle_icon").addClass("fa-moon-o");
<!-- ELSEIF STYLE_SETTINGS_CONFIG_BASE_COLOUR == "Dark" -->
$("i.dark_toggle_icon").addClass("fa-lightbulb-o");
<!-- ENDIF -->
// No cookie: Click function
$("a.dark_toggle_link").click(function() {
<!-- IF STYLE_SETTINGS_CONFIG_BASE_COLOUR == 'Light' -->
$("link.colour_switch_link").attr("href",dark_stylesheet_src);
$("body").addClass("dark_base");
<!-- ELSEIF STYLE_SETTINGS_CONFIG_BASE_COLOUR == 'Dark' -->
$("link.colour_switch_link").attr("href",light_stylesheet_src);
//Replace this with just clearing the cookie?
<!-- ENDIF -->
Cookies.set('Dark_Toggle_Cookie', $("link.colour_switch_link").attr('href'), { expires: 365, path: '/' });
location.reload();
});
}
</script>
-->
<!-- ENDIF -->
<script type="text/javascript">
// Add user icon in front of forumlist mods
$("span.forumlist_mods a").each(function(i) {
$(this).prepend("<i class='icon fa-shield fa-fw'></i>");
});
// Remove the comma seperator
$("span.forumlist_mods").each(function() {
$(this).html($(this).html().replace(/,/g , ''));
});
</script>
<!-- IF not STYLE_SETTINGS_CONFIG_DISABLE_CSS_ANIMATIONS -->
<script type="text/javascript">
// Animate Forumlist and other things
// Add a small transition delay to each block for nice effect
$("#nav-main, #logo, #site-description h1, #site-description p, #nav-breadcrumbs, #page-body").each(function(i) {
$(this).addClass("animated fadeIn");
var transitiondelay = (('0.' + (i+1)))/2 + 's';
$(this).css({
"transform": 'translateY(0px)',
"transition-delay": transitiondelay,
"animation-delay": transitiondelay
});
console.log(transitiondelay);
});
</script>
<!-- ENDIF -->
<!-- IF STYLE_SETTINGS_CONFIG_FORUMLIST_DISPLAY == 'Grid' -->
<script type="text/javascript">
// Remove the comma seperator
$(".forumlist_grid time").each(function() {
var last_post_time = $(this).html();
$(this).html(last_post_time.split(',')[0])
});
</script>
<!-- ENDIF -->
<!-- EVENT overall_footer_body_after -->
<!-- IF STYLE_SETTINGS_CONFIG_SCROLL_TO_TOP -->

View File

@@ -2,10 +2,10 @@
<html dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1" />
{META}
{STYLE_SETTINGS_HTML_4}
<title><!-- IF UNREAD_NOTIFICATIONS_COUNT -->({UNREAD_NOTIFICATIONS_COUNT}) <!-- ENDIF --><!-- IF not S_VIEWTOPIC and not S_VIEWFORUM -->{SITENAME} - <!-- ENDIF --><!-- IF S_IN_MCP -->{L_MCP} - <!-- ELSEIF S_IN_UCP -->{L_UCP} - <!-- ENDIF -->{PAGE_TITLE}<!-- IF S_VIEWTOPIC or S_VIEWFORUM --> - {SITENAME}<!-- ENDIF --></title>
<!-- IF S_ENABLE_FEEDS -->
@@ -86,13 +86,17 @@
<link href="{T_THEME_PATH}/blank.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet" class="colour_switch_link" />
<!-- IF STYLE_SETTINGS_CONFIG_ROUNDED_CORNERS -->
<link href="{T_THEME_PATH}/rounded.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet" />
<!-- ENDIF -->
<!-- IF STYLE_SETTINGS_CONFIG_COLOUR_PRESET != 'No Custom Colour' -->
<!-- IF STYLE_SETTINGS_CONFIG_COLOUR_PRESET == 'Custom (Use colour picker below)' -->
<style type="text/css">
/* Color */
a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon, .button:hover .icon, .dark_base .social_links_footer a span, .dark_base h2, .dark_base h2 a, .dark_base a:link, .dark_base a:visited, .button-secondary:focus, .button-secondary:hover, .notification_unread {color: #{STYLE_SETTINGS_CONFIG_COLOUR_PICKER};}
a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon, .button:hover .icon, .dark_base .social_links_footer a span, .dark_base h2, .dark_base h2 a, .dark_base a:link, .dark_base a:visited, .button-secondary:focus, .button-secondary:hover, .notification_unread, .topic_type {color: #{STYLE_SETTINGS_CONFIG_COLOUR_PICKER};}
/* Background Solid */
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop, a.specialbutton, .dark_base .social_links_footer a:hover span, .topic_type, .grid_unread {background: #{STYLE_SETTINGS_CONFIG_COLOUR_PICKER};}
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop, a.specialbutton, .dark_base .social_links_footer a:hover span, .grid_unread, .tile_row_2:before {background: #{STYLE_SETTINGS_CONFIG_COLOUR_PICKER};}
/* Borders Dark */
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, blockquote, .codebox code, .jumpbox-cat-link, a.postlink, input.button1:focus, input.button2:focus, input.button3:focus, input.specialbutton, .inputbox:hover, .inputbox:focus, .specialbutton, a.specialbutton, .button:hover, .button:focus, .dark_base .social_links_footer a span, a.specialbutton, .dark_base .social_links_footer a:hover span {border-color: #{STYLE_SETTINGS_CONFIG_COLOUR_PICKER};}
/* Background Gradient */
@@ -113,6 +117,33 @@ a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span,
<link href="{T_THEME_PATH}/colour-presets/default.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet">
<!-- ENDIF -->
<!-- IF not STYLE_SETTINGS_CONFIG_DISABLE_CSS_ANIMATIONS -->
<link href="{T_THEME_PATH}/animate.css" rel="stylesheet" />
<style type="text/css">
#nav-main, #logo, #site-description h1, #site-description p, #nav-breadcrumbs, #page-body {
transform: translateY(-15px);
transition: .75s ease-in-out;
}
</style>
<!-- ENDIF -->
<style type="text/css">
<!-- IF STYLE_SETTINGS_CONFIG_CSS_ICON_SHAPE != 'Square' -->
.forums .row-item:before, .topics .row-item:before, .pmlist .row-item:before, .cplist .row-item:before {
border-radius: 50%;
}
<!-- ELSE -->
dl.row-item:after {
top: 3px;
left: 35px;
}
<!-- ENDIF -->
</style>
<!-- IF S_CONTENT_DIRECTION eq 'rtl' -->
@@ -141,7 +172,7 @@ a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span,
<!-- EVENT overall_header_stylesheets_after -->
</head>
<body id="phpbb" class="nojs notouch section-{SCRIPT_NAME} {S_CONTENT_DIRECTION} {BODY_CLASS}<!-- IF STYLE_SETTINGS_CONFIG_SIDEBARS and STYLE_SETTINGS_CONFIG_SIDEBAR_PLACEMENT == 'Right Only' --> sidebar-right-only<!-- ELSEIF STYLE_SETTINGS_CONFIG_SIDEBARS and STYLE_SETTINGS_CONFIG_SIDEBAR_PLACEMENT == 'Left Only' --> sidebar-left-only<!-- ELSEIF STYLE_SETTINGS_CONFIG_SIDEBARS --> sidebar-both<!-- ENDIF --><!-- IF STYLE_SETTINGS_CONFIG_LAYOUT_TYPE --> body-layout-{STYLE_SETTINGS_CONFIG_LAYOUT_TYPE}<!-- ENDIF --> content_block_header_<!-- IF STYLE_SETTINGS_CONFIG_CONTENT_BLOCK_HEADER == 'Stripe' -->stripe<!-- ELSE -->block<!-- ENDIF --><!-- IF STYLE_SETTINGS_CONFIG_HIGH_CONTRAST_LINKS --> high_contrast_links<!-- ENDIF --><!-- IF STYLE_SETTINGS_CONFIG_BASE_COLOUR == 'Dark' --> dark_base<!-- ENDIF --><!-- IF STYLE_SETTINGS_CONFIG_NAVBAR_POSITION == 'Inside Header' --> navbar_i_header<!-- ELSE --> navbar_o_header<!-- ENDIF --><!-- IF STYLE_SETTINGS_CONFIG_ROUNDED_AVATARS --> force_rounded_avatars<!-- ENDIF -->">
<body id="phpbb" class="nojs notouch section-{SCRIPT_NAME} {S_CONTENT_DIRECTION} {BODY_CLASS}<!-- IF STYLE_SETTINGS_CONFIG_SIDEBARS and STYLE_SETTINGS_CONFIG_SIDEBAR_PLACEMENT == 'Right Only' --> sidebar-right-only<!-- ELSEIF STYLE_SETTINGS_CONFIG_SIDEBARS and STYLE_SETTINGS_CONFIG_SIDEBAR_PLACEMENT == 'Left Only' --> sidebar-left-only<!-- ELSEIF STYLE_SETTINGS_CONFIG_SIDEBARS --> sidebar-both<!-- ENDIF --><!-- IF STYLE_SETTINGS_CONFIG_LAYOUT_TYPE --> body-layout-{STYLE_SETTINGS_CONFIG_LAYOUT_TYPE}<!-- ENDIF --> content_block_header_<!-- IF STYLE_SETTINGS_CONFIG_CONTENT_BLOCK_HEADER == 'Stripe' -->stripe<!-- ELSE -->block<!-- ENDIF --><!-- IF STYLE_SETTINGS_CONFIG_HIGH_CONTRAST_LINKS --> high_contrast_links<!-- ENDIF --><!-- IF STYLE_SETTINGS_CONFIG_BASE_COLOUR == 'Dark' --> dark_base<!-- ENDIF --><!-- IF STYLE_SETTINGS_CONFIG_NAVBAR_POSITION == 'Inside Header' --> navbar_i_header<!-- ELSE --> navbar_o_header<!-- ENDIF --><!-- IF STYLE_SETTINGS_CONFIG_ROUNDED_AVATARS --> force_rounded_avatars<!-- ENDIF --><!-- IF STYLE_SETTINGS_CONFIG_CSS_IMAGE_REPLACE --> css_icons_disabled<!-- ELSE --> css_icons_enabled<!-- ENDIF -->">
<!-- EVENT overall_header_body_before -->
<div id="wrap" class="wrap">
@@ -216,11 +247,13 @@ class="site_logo"></span></a>
<!-- EVENT overall_header_breadcrumb_prepend -->
<span class="crumb" {$MICRODATA}><a href="{U_INDEX}" itemtype="https://schema.org/Thing" itemprop="item" accesskey="h" data-navbar-reference="index"><!-- IF not U_SITE_HOME --><i class="icon fa-home fa-fw"></i><!-- ENDIF --><span itemprop="name">{L_INDEX}</span></a><meta itemprop="position" content="{{ navlink_position }}{% set navlink_position = navlink_position + 1 %}" /></span>
<!-- BEGIN navlinks -->
<!-- EVENT overall_header_navlink_prepend -->
<span class="crumb" {$MICRODATA}<!-- IF navlinks.MICRODATA --> {navlinks.MICRODATA}<!-- ENDIF -->><a href="{navlinks.U_VIEW_FORUM}" itemtype="https://schema.org/Thing" itemprop="item"><span itemprop="name">{navlinks.FORUM_NAME}</span></a><meta itemprop="position" content="{{ navlink_position }}{% set navlink_position = navlink_position + 1 %}" /></span>
<!-- EVENT overall_header_navlink_append -->
<!-- END navlinks -->
<!-- BEGIN navlinks -->
{% set NAVLINK_NAME = navlinks.BREADCRUMB_NAME | default(navlinks.FORUM_NAME) %}
{% set NAVLINK_LINK = navlinks.U_BREADCRUMB | default(navlinks.U_VIEW_FORUM) %}
<!-- EVENT overall_header_navlink_prepend -->
<span class="crumb" {$MICRODATA}<!-- IF navlinks.MICRODATA --> {navlinks.MICRODATA}<!-- ENDIF -->><a href="{{ NAVLINK_LINK }}" itemtype="https://schema.org/Thing" itemscope itemprop="item"><span itemprop="name">{{ NAVLINK_NAME }}</span></a><meta itemprop="position" content="{{ navlink_position }}{% set navlink_position = navlink_position + 1 %}" /></span>
<!-- EVENT overall_header_navlink_append -->
<!-- END navlinks -->
<!-- EVENT overall_header_breadcrumb_append -->
</li>
<!-- EVENT overall_header_breadcrumbs_after -->

View File

@@ -5,7 +5,6 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1" />
{META}
{STYLE_SETTINGS_HTML_4}
<title><!-- IF UNREAD_NOTIFICATIONS_COUNT -->({UNREAD_NOTIFICATIONS_COUNT}) <!-- ENDIF --><!-- IF not S_VIEWTOPIC and not S_VIEWFORUM -->{SITENAME} - <!-- ENDIF --><!-- IF S_IN_MCP -->{L_MCP} - <!-- ELSEIF S_IN_UCP -->{L_UCP} - <!-- ENDIF -->{PAGE_TITLE}<!-- IF S_VIEWTOPIC or S_VIEWFORUM --> - {SITENAME}<!-- ENDIF --></title>
<!-- IF S_ENABLE_FEEDS -->
@@ -84,8 +83,9 @@
<link href="{T_THEME_PATH}/blank.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet" class="colour_switch_link" />
<link href="https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600" rel="stylesheet">
<style type="text/css">body {font-family: "Titillium Web", Arial, Helvetica, sans-serif; font-size: 16px;}</style>
<!-- IF STYLE_SETTINGS_CONFIG_ROUNDED_CORNERS -->
<link href="{T_THEME_PATH}/rounded.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet" />
<!-- ENDIF -->
<!-- IF STYLE_SETTINGS_CONFIG_COLOUR_PRESET != 'No Custom Colour' -->
<!-- IF STYLE_SETTINGS_CONFIG_COLOUR_PRESET == 'Custom (Use colour picker below)' -->

View File

@@ -1,5 +1,5 @@
/*!
* parallax.js v1.4.2 (http://pixelcog.github.io/parallax.js/)
* parallax.js v1.5.0 (http://pixelcog.github.io/parallax.js/)
* @copyright 2016 PixelCog, Inc.
* @license MIT (https://github.com/pixelcog/parallax.js/blob/master/LICENSE)
*/
@@ -14,8 +14,7 @@
var vendors = ['ms', 'moz', 'webkit', 'o'];
for(var x = 0; x < vendors.length && !window.requestAnimationFrame; ++x) {
window.requestAnimationFrame = window[vendors[x]+'RequestAnimationFrame'];
window.cancelAnimationFrame = window[vendors[x]+'CancelAnimationFrame']
|| window[vendors[x]+'CancelRequestAnimationFrame'];
window.cancelAnimationFrame = window[vendors[x]+'CancelAnimationFrame'] || window[vendors[x]+'CancelRequestAnimationFrame'];
}
if (!window.requestAnimationFrame)
@@ -65,8 +64,8 @@
positions = [positions[1], positions[0]];
}
if (this.positionX != undefined) positions[0] = this.positionX.toLowerCase();
if (this.positionY != undefined) positions[1] = this.positionY.toLowerCase();
if (this.positionX !== undefined) positions[0] = this.positionX.toLowerCase();
if (this.positionY !== undefined) positions[1] = this.positionY.toLowerCase();
self.positionX = positions[0];
self.positionY = positions[1];
@@ -113,7 +112,7 @@
return this;
}
this.$mirror = $('<div />').prependTo('body');
this.$mirror = $('<div />').prependTo(this.mirrorContainer);
var slider = this.$element.find('>.parallax-slider');
var sliderExisted = false;
@@ -154,7 +153,7 @@
this.$slider.trigger('load');
}
};
}
// Parallax Instance Methods
@@ -167,6 +166,7 @@
androidFix: true,
position: 'center',
overScrollFix: false,
mirrorContainer: 'body',
refresh: function() {
this.boxWidth = this.$element.outerWidth();
@@ -181,13 +181,14 @@
var minOffset = Math.max(this.boxOffsetTop + this.boxHeight - winHeight, 0);
var imageHeightMin = this.boxHeight + (maxOffset - minOffset) * (1 - this.speed) | 0;
var imageOffsetMin = (this.boxOffsetTop - maxOffset) * (1 - this.speed) | 0;
var margin;
if (imageHeightMin * this.aspectRatio >= this.boxWidth) {
this.imageWidth = imageHeightMin * this.aspectRatio | 0;
this.imageHeight = imageHeightMin;
this.offsetBaseTop = imageOffsetMin;
var margin = this.imageWidth - this.boxWidth;
margin = this.imageWidth - this.boxWidth;
if (this.positionX == 'left') {
this.offsetLeft = 0;
@@ -203,7 +204,7 @@
this.imageHeight = this.boxWidth / this.aspectRatio | 0;
this.offsetLeft = 0;
var margin = this.imageHeight - imageHeightMin;
margin = this.imageHeight - imageHeightMin;
if (this.positionY == 'top') {
this.offsetBaseTop = imageOffsetMin;
@@ -233,19 +234,15 @@
}
this.$mirror.css({
transform: 'translate3d(0px, 0px, 0px)',
transform: 'translate3d('+this.mirrorLeft+'px, '+(this.mirrorTop - overScroll)+'px, 0px)',
visibility: this.visibility,
top: this.mirrorTop - overScroll,
left: this.mirrorLeft,
height: this.boxHeight,
width: this.boxWidth
});
this.$slider.css({
transform: 'translate3d(0px, 0px, 0px)',
transform: 'translate3d('+this.offsetLeft+'px, '+this.offsetTop+'px, 0px)',
position: 'absolute',
top: this.offsetTop,
left: this.offsetLeft,
height: this.imageHeight,
width: this.imageWidth,
maxWidth: 'none'
@@ -271,6 +268,8 @@
setup: function() {
if (this.isReady) return;
var self = this;
var $doc = $(document), $win = $(window);
var loadDimensions = function() {
@@ -291,6 +290,7 @@
$win.on('resize.px.parallax load.px.parallax', function() {
loadDimensions();
self.refresh();
Parallax.isFresh = false;
Parallax.requestRender();
})
@@ -303,6 +303,20 @@
loadScrollPosition();
this.isReady = true;
var lastPosition = -1;
function frameLoop() {
if (lastPosition == window.pageYOffset) { // Avoid overcalculations
window.requestAnimationFrame(frameLoop);
return false;
} else lastPosition = window.pageYOffset;
self.render();
window.requestAnimationFrame(frameLoop);
}
frameLoop();
},
configure: function(options) {
@@ -314,25 +328,19 @@
},
refresh: function() {
$.each(this.sliders, function(){ this.refresh() });
$.each(this.sliders, function(){ this.refresh(); });
this.isFresh = true;
},
render: function() {
this.isFresh || this.refresh();
$.each(this.sliders, function(){ this.render() });
$.each(this.sliders, function(){ this.render(); });
},
requestRender: function() {
var self = this;
if (!this.isBusy) {
this.isBusy = true;
window.requestAnimationFrame(function() {
self.render();
self.isBusy = false;
});
}
self.render();
self.isBusy = false;
},
destroy: function(el){
var i,
@@ -373,13 +381,13 @@
}
if (typeof option == 'string') {
if(option == 'destroy'){
Parallax['destroy'](this);
Parallax.destroy(this);
}else{
Parallax[option]();
}
}
})
};
});
}
var old = $.fn.parallax;
@@ -397,8 +405,8 @@
// Parallax Data-API
$(document).on('ready.px.parallax.data-api', function () {
$('[data-parallax="scroll"]').parallax();
$( function () {
$('[data-parallax="scroll"]').parallax();
});
}(jQuery, window, document));

View File

@@ -12,11 +12,10 @@ particlesJS.load('particles-js', 'particles.json', function() {
/* Otherwise just put the config content (json): */
particlesJS('particles-js',
{
"particles": {
"number": {
"value": 120,
"value": 80,
"density": {
"enable": true,
"value_area": 800
@@ -32,7 +31,7 @@ particlesJS('particles-js',
"color": "#000000"
},
"polygon": {
"nb_sides": 5
"nb_sides": 1
},
"image": {
"src": "img/github.svg",
@@ -41,7 +40,7 @@ particlesJS('particles-js',
}
},
"opacity": {
"value": 0.5,
"value": 0.4,
"random": false,
"anim": {
"enable": false,
@@ -51,7 +50,7 @@ particlesJS('particles-js',
}
},
"size": {
"value": 3,
"value": 5,
"random": true,
"anim": {
"enable": false,
@@ -64,12 +63,12 @@ particlesJS('particles-js',
"enable": true,
"distance": 150,
"color": "#ffffff",
"opacity": 0.4,
"opacity": 0.2,
"width": 1
},
"move": {
"enable": true,
"speed": 6,
"speed": 1,
"direction": "none",
"random": false,
"straight": false,
@@ -86,18 +85,18 @@ particlesJS('particles-js',
"detect_on": "canvas",
"events": {
"onhover": {
"enable": true,
"mode": "grab"
"enable": false,
"mode": "repulse"
},
"onclick": {
"enable": true,
"enable": false,
"mode": "push"
},
"resize": true
},
"modes": {
"grab": {
"distance": 175,
"distance": 400,
"line_linked": {
"opacity": 1
}

View File

@@ -119,7 +119,7 @@
<br />
<!-- IF not S_IS_BOT -->
<div class="responsive-show" style="display: none;"> {L_LAST_POST} {L_POST_BY_AUTHOR} <!-- EVENT search_results_last_post_author_username_prepend -->{searchresults.LAST_POST_AUTHOR_FULL}<!-- EVENT search_results_last_post_author_username_append --> &laquo; <a href="{searchresults.U_LAST_POST}" title="{L_GOTO_LAST_POST}">{searchresults.LAST_POST_TIME}</a>
<div class="responsive-show" style="display: none;"> {L_LAST_POST} {L_POST_BY_AUTHOR} <!-- EVENT search_results_last_post_author_username_prepend -->{searchresults.LAST_POST_AUTHOR_FULL}<!-- EVENT search_results_last_post_author_username_append --> &laquo; <a href="{searchresults.U_LAST_POST}" title="{L_GOTO_LAST_POST}"><time datetime="{searchresults.LAST_POST_TIME_RFC3339}">{searchresults.LAST_POST_TIME}</time></a>
<br />{L_POSTED} {L_IN} <a href="{searchresults.U_VIEW_FORUM}">{searchresults.FORUM_TITLE}</a>
</div>
<!-- IF searchresults.TOPIC_REPLIES --><span class="responsive-show left-box" style="display: none;">{L_REPLIES}{L_COLON} <strong>{searchresults.TOPIC_REPLIES}</strong></span><!-- ENDIF -->

View File

@@ -205,8 +205,11 @@
<!-- EVENT topiclist_row_topic_title_after -->
<!-- IF not S_IS_BOT -->
<div class="responsive-show" style="display: none;">
{L_LAST_POST} {L_POST_BY_AUTHOR} <!-- EVENT viewforum_body_last_post_author_username_prepend -->{topicrow.LAST_POST_AUTHOR_FULL}<!-- EVENT viewforum_body_last_post_author_username_append --> &laquo; <a href="{topicrow.U_LAST_POST}" title="{L_GOTO_LAST_POST}">{topicrow.LAST_POST_TIME}</a>
<div class="responsive-show clutter" style="display: none;">
{L_LAST_POST} {L_POST_BY_AUTHOR} <!-- EVENT viewforum_body_last_post_author_username_prepend -->{topicrow.LAST_POST_AUTHOR_FULL}<!-- EVENT viewforum_body_last_post_author_username_append -->
<!--
&laquo; <a href="{topicrow.U_LAST_POST}" title="{L_GOTO_LAST_POST}"><time datetime="{topicrow.LAST_POST_TIME_RFC3339}">{topicrow.LAST_POST_TIME}</time></a>
-->
<!-- IF topicrow.S_POST_GLOBAL and FORUM_ID != topicrow.FORUM_ID --><br />{L_POSTED} {L_IN} <a href="{topicrow.U_VIEW_FORUM}">{topicrow.FORUM_NAME}</a><!-- ENDIF -->
</div>
<!-- IF topicrow.REPLIES -->
@@ -216,7 +219,7 @@
<div class="topic-poster responsive-hide left-box">
<!-- IF topicrow.ATTACH_ICON_IMG --><i class="icon fa-paperclip fa-fw" aria-hidden="true"></i><!-- ENDIF -->
{L_POST_BY_AUTHOR} <!-- EVENT viewforum_body_topic_author_username_prepend -->{topicrow.TOPIC_AUTHOR_FULL} <!-- EVENT viewforum_body_topic_author_username_append --> <span class="clutter">&raquo; {topicrow.FIRST_POST_TIME}<!-- EVENT viewforum_body_topic_author_username_append --></span>
{L_POST_BY_AUTHOR} <!-- EVENT viewforum_body_topic_author_username_prepend -->{topicrow.TOPIC_AUTHOR_FULL} <!-- EVENT viewforum_body_topic_author_username_append --> <span class="clutter">&raquo; <time datetime="{topicrow.FIRST_POST_TIME_RFC3339}">{topicrow.FIRST_POST_TIME}</time></span>
<!-- IF topicrow.S_POST_GLOBAL and FORUM_ID != topicrow.FORUM_ID --> &raquo; {L_IN} <a href="{topicrow.U_VIEW_FORUM}">{topicrow.FORUM_NAME}</a><!-- ENDIF -->
</div>
@@ -248,7 +251,7 @@
<i class="icon fa-external-link-square fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">{VIEW_LATEST_POST}</span>
</a>
<!-- ENDIF -->
<br />{topicrow.LAST_POST_TIME}
<br /><time datetime="{topicrow.LAST_POST_TIME_RFC3339}">{topicrow.LAST_POST_TIME}</time>
</span>
</dd>
</dl>

View File

@@ -3,7 +3,7 @@
<!-- EVENT viewtopic_topic_title_before -->
<div class="postprofile_container<!-- IF STYLE_SETTINGS_CONFIG_POSTPROFILE_SIDE --> postprofile_{STYLE_SETTINGS_CONFIG_POSTPROFILE_SIDE}<!-- ENDIF --><!-- IF STYLE_SETTINGS_CONFIG_POSTPROFILE_ORIENTATION --> postprofile_{STYLE_SETTINGS_CONFIG_POSTPROFILE_ORIENTATION}<!-- ENDIF -->">
<h2 class="topic-title"><!-- EVENT viewtopic_topic_title_prepend --><a href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a><!-- EVENT viewtopic_topic_title_append --></h2>
<!-- EVENT viewtopic_topic_title_after -->
<!-- NOTE: remove the style="display: none" when you want to have the forum description on the topic body -->
@@ -154,11 +154,11 @@
</div>
<!-- EVENT viewtopic_body_post_author_before -->
<!-- IF not postrow.U_POST_AUTHOR --><strong>{postrow.POST_AUTHOR_FULL}</strong><!-- ELSE -->{postrow.POST_AUTHOR_FULL}<!-- ENDIF -->
<!-- IF postrow.S_ONLINE and not postrow.S_POST_HIDDEN --> <i class="icon fa-circle online_indicator tooltip" title="{L_ONLINE}"></i><!-- ENDIF -->
<!-- IF postrow.S_ONLINE and not postrow.S_POST_HIDDEN --> <i class="icon fa-circle online_indicator tooltip" title="{L_ONLINE}"></i><!-- ENDIF -->
<!-- EVENT viewtopic_body_post_author_after -->
</dt>
<!-- EVENT viewtopic_body_postrow_rank_before -->
<!-- IF postrow.RANK_TITLE or postrow.RANK_IMG --><dd class="profile-rank">{postrow.RANK_TITLE}<!-- IF postrow.RANK_TITLE and postrow.RANK_IMG --><br /><!-- ENDIF -->{postrow.RANK_IMG}</dd><!-- ENDIF -->
<!-- EVENT viewtopic_body_postrow_rank_after -->
@@ -230,7 +230,7 @@
<div id="post_content{postrow.POST_ID}"<!-- IF postrow.S_POST_HIDDEN --> style="display: none;"<!-- ENDIF -->>
<!-- EVENT viewtopic_body_post_subject_before -->
<h3 <!-- IF postrow.S_FIRST_ROW -->class="first"<!-- ENDIF -->><!-- IF postrow.POST_ICON_IMG --><img src="{T_ICONS_PATH}{postrow.POST_ICON_IMG}" width="{postrow.POST_ICON_IMG_WIDTH}" height="{postrow.POST_ICON_IMG_HEIGHT}" alt="{postrow.POST_ICON_IMG_ALT}" title="{postrow.POST_ICON_IMG_ALT}" /> <!-- ENDIF --><!-- <a href="#p{postrow.POST_ID}">{postrow.POST_SUBJECT}</a> --></h3>
<h3 <!-- IF postrow.S_FIRST_ROW -->class="first"<!-- ENDIF -->><!-- IF postrow.POST_ICON_IMG --><img src="{T_ICONS_PATH}{postrow.POST_ICON_IMG}" width="{postrow.POST_ICON_IMG_WIDTH}" height="{postrow.POST_ICON_IMG_HEIGHT}" alt="{postrow.POST_ICON_IMG_ALT}" title="{postrow.POST_ICON_IMG_ALT}" /> <!-- ENDIF --><!-- <a href="{postrow.U_MINI_POST}">{postrow.POST_SUBJECT}</a> --></h3>
<!-- DEFINE $SHOW_POST_BUTTONS = (postrow.U_EDIT or postrow.U_DELETE or postrow.U_REPORT or postrow.U_WARN or postrow.U_INFO or postrow.U_QUOTE) -->
<!-- EVENT viewtopic_body_post_buttons_list_before -->
@@ -293,13 +293,14 @@
<!-- ELSE -->
<!-- IF postrow.S_UNREAD_POST -->
<i class="icon fa-circle fa-fw icon-red icon-md" aria-hidden="true"></i><span class="sr-only">{postrow.MINI_POST}</span>
<!-- ENDIF -->
<!-- ENDIF -->
<!-- ENDIF -->
<a class="unread" href="{postrow.U_MINI_POST}" title="{postrow.MINI_POST}"><i class="icon fa-clock-o"></i> {postrow.POST_DATE}</a>
<a class="unread" href="{postrow.U_MINI_POST}" title="{postrow.MINI_POST}"><i class="icon fa-clock-o"></i> <time datetime="{postrow.POST_DATE_RFC3339}">{postrow.POST_DATE}</time></a>
</p>
<!-- EVENT viewtopic_body_postrow_post_details_after -->
<!-- IF postrow.S_POST_UNAPPROVED -->
<!-- IF postrow.S_CAN_APPROVE -->
<form method="post" class="mcp_approve" action="{postrow.U_APPROVE_ACTION}">
<p class="post-notice unapproved">
<span><i class="icon fa-question icon-red fa-fw" aria-hidden="true"></i></span>
@@ -310,6 +311,12 @@
{S_FORM_TOKEN}
</p>
</form>
<!-- ELSE -->
<p class="post-notice unapproved">
<span><i class="icon fa-exclamation icon-red fa-fw" aria-hidden="true"></i></span>
<strong>{L_POST_UNAPPROVED_EXPLAIN}</strong>
</p>
<!-- ENDIF -->
<!-- ELSEIF postrow.S_POST_DELETED -->
<form method="post" class="mcp_approve" action="{postrow.U_APPROVE_ACTION}">
<p class="post-notice deleted">
@@ -382,7 +389,7 @@
</div>
<!-- EVENT viewtopic_body_postrow_post_after -->
<!-- END postrow -->
</div>
@@ -467,12 +474,12 @@
</div>
<!-- ENDIF -->
<ul class="topiclist forums">
<li class="row">
<li class="row">
<div class="stat-block online-list">
<h3><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a></h3>
<p>{LOGGED_IN_USER_LIST}</p>
</div>
</li>
</li>
</ul>
</div>
</div>
@@ -480,4 +487,4 @@
</div>
<!-- INCLUDE overall_footer.html -->
<!-- INCLUDE overall_footer.html -->

View File

@@ -0,0 +1,3 @@
/* This file is intentionally left blank.
It's used by the light/dark toggle
If deleted, you'll get a console log error (but things will still work) */

View File

@@ -18,6 +18,11 @@
border: 1px solid transparent;
}
.post .button {
padding-top: 6px;
padding-bottom: 6px;
}
.button:focus,
.button:hover {
text-decoration: none;

View File

@@ -1,11 +1,11 @@
/* Color */
a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon, .button:hover .icon, .dark_base .social_links_footer a span, .dark_base h2, .dark_base h2 a, .dark_base a:link, .dark_base a:visited, .button-secondary:focus, .button-secondary:hover, .notification_unread {
a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon, .button:hover .icon, .dark_base .social_links_footer a span, .dark_base h2, .dark_base h2 a, .dark_base a:link, .dark_base a:visited, .button-secondary:focus, .button-secondary:hover, .notification_unread, .topic_type {
color: #51e2c3;
}
/* Background Solid */
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop, a.specialbutton, .dark_base .social_links_footer a:hover span, .topic_type, .badge, .grid_unread {
background: #51e2c3;
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop, a.specialbutton, .dark_base .social_links_footer a:hover span, .badge, .grid_unread {
background: #51e2c3;
}
/* Borders Dark */
@@ -14,7 +14,7 @@ a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span,
}
/* Background Gradient */
.headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header:before, .no_avatar, .social_links_footer, .forumbg-table, .sidebar_block_stripe:before, .fancy_panel:before {
.headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header:before, .no_avatar, .social_links_footer, .forumbg-table, .sidebar_block_stripe:before, .fancy_panel:before, .tile_row_2:before {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#51e2c3+0,83bcfd+100 */
background: rgb(81,226,195); /* Old browsers */
background: -moz-linear-gradient(left, rgba(81,226,195,1) 0%, rgba(131,188,253,1) 100%); /* FF3.6-15 */
@@ -30,7 +30,7 @@ a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span,
background: -moz-linear-gradient(left, rgba(81,226,195,0.58) 0%, rgba(131,188,253,0.8) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(81,226,195,0.58) 0%,rgba(131,188,253,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(81,226,195,0.58) 0%,rgba(131,188,253,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9451e2c3', endColorstr='#cc83bcfd',GradientType=1 ); /* IE6-9 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9451e2c3', endColorstr='#cc83bcfd',GradientType=1 ); /* IE6-9 */
}
@@ -47,4 +47,4 @@ a.scrollToTop:hover, input.specialbutton:hover, a.specialbutton:hover {
/* Border light */
.specialbutton:hover {
border-color: #56edcd;
}
}

View File

@@ -1,11 +1,11 @@
/* Color */
a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon, .button:hover .icon, .dark_base .social_links_footer a span, .dark_base h2, .dark_base h2 a, .dark_base a:link, .dark_base a:visited, .button-secondary:focus, .button-secondary:hover, .notification_unread {
a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon, .button:hover .icon, .dark_base .social_links_footer a span, .dark_base h2, .dark_base h2 a, .dark_base a:link, .dark_base a:visited, .button-secondary:focus, .button-secondary:hover, .notification_unread, .topic_type {
color: #191654;
}
/* Background Solid */
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop, a.specialbutton, .dark_base .social_links_footer a:hover span, .topic_type, .badge, .grid_unread {
background: #191654;
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop, a.specialbutton, .dark_base .social_links_footer a:hover span, .badge, .grid_unread {
background: #191654;
}
/* Borders Dark */
@@ -14,7 +14,7 @@ a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span,
}
/* Background Gradient */
.headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header:before, .no_avatar, .social_links_footer, .forumbg-table, .sidebar_block_stripe:before, .fancy_panel:before {
.headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header:before, .no_avatar, .social_links_footer, .forumbg-table, .sidebar_block_stripe:before, .fancy_panel:before, .tile_row_2:before {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#191654+0,43c6ac+100 */
background: #191654; /* Old browsers */
background: -moz-linear-gradient(left, #191654 0%, #43c6ac 100%); /* FF3.6-15 */
@@ -48,4 +48,3 @@ a.scrollToTop:hover, input.specialbutton:hover, a.specialbutton:hover {
.specialbutton:hover {
border-color: #27237e;
}

View File

@@ -1,11 +1,11 @@
/* Color */
a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon, .button:hover .icon, .dark_base .social_links_footer a span, .dark_base h2, .dark_base h2 a, .dark_base a:link, .dark_base a:visited, .button-secondary:focus, .button-secondary:hover, .notification_unread {
a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon, .button:hover .icon, .dark_base .social_links_footer a span, .dark_base h2, .dark_base h2 a, .dark_base a:link, .dark_base a:visited, .button-secondary:focus, .button-secondary:hover, .notification_unread, .topic_type {
color: #f15f79;
}
/* Background Solid */
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop, a.specialbutton, .dark_base .social_links_footer a:hover span, .topic_type, .badge, .grid_unread {
background: #f15f79;
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop, a.specialbutton, .dark_base .social_links_footer a:hover span, .badge, .grid_unread {
background: #f15f79;
}
/* Borders Dark */
@@ -14,7 +14,7 @@ a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span,
}
/* Background Gradient */
.headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header:before, .no_avatar, .social_links_footer, .forumbg-table, .sidebar_block_stripe:before, .fancy_panel:before {
.headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header:before, .no_avatar, .social_links_footer, .forumbg-table, .sidebar_block_stripe:before, .fancy_panel:before, .tile_row_2:before {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f15f79+0,b24592+100 */
background: #f15f79; /* Old browsers */
background: -moz-linear-gradient(left, #f15f79 0%, #b24592 100%); /* FF3.6-15 */
@@ -48,4 +48,3 @@ a.scrollToTop:hover, input.specialbutton:hover, a.specialbutton:hover {
.specialbutton:hover {
border-color: #ff768e;
}

View File

@@ -1,11 +1,11 @@
/* Color */
a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon, .button:hover .icon, .dark_base .social_links_footer a span, .dark_base h2, .dark_base h2 a, .dark_base a:link, .dark_base a:visited, .button-secondary:focus, .button-secondary:hover, .notification_unread {
a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon, .button:hover .icon, .dark_base .social_links_footer a span, .dark_base h2, .dark_base h2 a, .dark_base a:link, .dark_base a:visited, .button-secondary:focus, .button-secondary:hover, .notification_unread, .topic_type {
color: #49a09d;
}
/* Background Solid */
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop, a.specialbutton, .dark_base .social_links_footer a:hover span, .topic_type, .badge, .grid_unread {
background: #49a09d;
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop, a.specialbutton, .dark_base .social_links_footer a:hover span, .badge, .grid_unread {
background: #49a09d;
}
/* Borders Dark */
@@ -14,7 +14,7 @@ a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span,
}
/* Background Gradient */
.headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header:before, .no_avatar, .social_links_footer, .forumbg-table, .sidebar_block_stripe:before, .fancy_panel:before {
.headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header:before, .no_avatar, .social_links_footer, .forumbg-table, .sidebar_block_stripe:before, .fancy_panel:before, .tile_row_2:before {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#49a09d+0,5f2c82+100 */
background: #49a09d; /* Old browsers */
background: -moz-linear-gradient(left, #49a09d 0%, #5f2c82 100%); /* FF3.6-15 */
@@ -47,4 +47,4 @@ a.scrollToTop:hover, input.specialbutton:hover, a.specialbutton:hover {
/* Border light */
.specialbutton:hover {
border-color: #52b5b2;
}
}

View File

@@ -1,10 +1,10 @@
/* Color */
a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon, .button:hover .icon, .dark_base .social_links_footer a span, .dark_base h2, .dark_base h2 a, .dark_base a:link, .dark_base a:visited, .button-secondary:focus, .button-secondary:hover, .notification_unread {
a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon, .button:hover .icon, .dark_base .social_links_footer a span, .dark_base h2, .dark_base h2 a, .dark_base a:link, .dark_base a:visited, .button-secondary:focus, .button-secondary:hover, .notification_unread, .topic_type {
color: #8e54e9;
}
/* Background Solid */
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop, a.specialbutton, .dark_base .social_links_footer a:hover span, .topic_type, .badge, .grid_unread {
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop, a.specialbutton, .dark_base .social_links_footer a:hover span, .badge, .grid_unread {
background: #8e54e9;
}
@@ -14,7 +14,7 @@ a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span,
}
/* Background Gradient */
.headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header:before, .no_avatar, .social_links_footer, .forumbg-table, .sidebar_block_stripe:before, .fancy_panel:before {
.headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header:before, .no_avatar, .social_links_footer, .forumbg-table, .sidebar_block_stripe:before, .fancy_panel:before, .tile_row_2:before {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8e54e9+0,4776e6+100 */
background: #8e54e9; /* Old browsers */
background: -moz-linear-gradient(left, #8e54e9 0%, #4776e6 100%); /* FF3.6-15 */

View File

@@ -1,11 +1,11 @@
/* Color */
a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon, .button:hover .icon, .dark_base .social_links_footer a span, .dark_base h2, .dark_base h2 a, .dark_base a:link, .dark_base a:visited, .button-secondary:focus, .button-secondary:hover, .notification_unread {
a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon, .button:hover .icon, .dark_base .social_links_footer a span, .dark_base h2, .dark_base h2 a, .dark_base a:link, .dark_base a:visited, .button-secondary:focus, .button-secondary:hover, .notification_unread, .topic_type {
color: #ade7ad;
}
/* Background Solid */
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop, a.specialbutton, .dark_base .social_links_footer a:hover span, .topic_type, .badge, .grid_unread {
background: #ade7ad;
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop, a.specialbutton, .dark_base .social_links_footer a:hover span, .badge, .grid_unread {
background: #ade7ad;
}
/* Borders Dark */
@@ -14,7 +14,7 @@ a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span,
}
/* Background Gradient */
.headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header:before, .no_avatar, .social_links_footer, .forumbg-table, .sidebar_block_stripe:before, .fancy_panel:before {
.headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header:before, .no_avatar, .social_links_footer, .forumbg-table, .sidebar_block_stripe:before, .fancy_panel:before, .tile_row_2:before {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8ffae+0,43c6ac+100 */
background: #f8ffae; /* Old browsers */
background: -moz-linear-gradient(left, #f8ffae 0%, #43c6ac 100%); /* FF3.6-15 */
@@ -47,4 +47,4 @@ a.scrollToTop:hover, input.specialbutton:hover, a.specialbutton:hover {
/* Border light */
.specialbutton:hover {
border-color: #b8f4b8;
}
}

View File

@@ -1,11 +1,11 @@
/* Color */
a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon, .button:hover .icon, .dark_base .social_links_footer a span, .dark_base h2, .dark_base h2 a, .dark_base a:link, .dark_base a:visited, .button-secondary:focus, .button-secondary:hover, .notification_unread {
a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon, .button:hover .icon, .dark_base .social_links_footer a span, .dark_base h2, .dark_base h2 a, .dark_base a:link, .dark_base a:visited, .button-secondary:focus, .button-secondary:hover, .notification_unread, .topic_type {
color: #ea384d;
}
/* Background Solid */
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop, a.specialbutton, .dark_base .social_links_footer a:hover span, .topic_type, .badge, .grid_unread {
background: #ea384d;
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop, a.specialbutton, .dark_base .social_links_footer a:hover span, .badge, .grid_unread {
background: #ea384d;
}
/* Borders Dark */
@@ -14,7 +14,7 @@ a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span,
}
/* Background Gradient */
.headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header:before, .no_avatar, .social_links_footer, .forumbg-table, .sidebar_block_stripe:before, .fancy_panel:before {
.headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header:before, .no_avatar, .social_links_footer, .forumbg-table, .sidebar_block_stripe:before, .fancy_panel:before, .tile_row_2:before {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ea384d+0,d31027+100 */
background: rgb(234,56,77); /* Old browsers */
background: -moz-linear-gradient(left, rgba(234,56,77,1) 0%, rgba(211,16,39,1) 100%); /* FF3.6-15 */
@@ -47,4 +47,4 @@ a.scrollToTop:hover, input.specialbutton:hover, a.specialbutton:hover {
/* Border light */
.specialbutton:hover {
border-color: #fb485d;
}
}

View File

@@ -1,11 +1,11 @@
/* Color */
a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon, .button:hover .icon, .dark_base .social_links_footer a span, .dark_base h2, .dark_base h2 a, .dark_base a:link, .dark_base a:visited, .button-secondary:focus, .button-secondary:hover, .notification_unread {
a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon, .button:hover .icon, .dark_base .social_links_footer a span, .dark_base h2, .dark_base h2 a, .dark_base a:link, .dark_base a:visited, .button-secondary:focus, .button-secondary:hover, .notification_unread, .topic_type {
color: #ff6a00;
}
/* Background Solid */
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop, a.specialbutton, .dark_base .social_links_footer a:hover span, .topic_type, .badge, .grid_unread {
background: #ff6a00;
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop, a.specialbutton, .dark_base .social_links_footer a:hover span, .badge, .grid_unread {
background: #ff6a00;
}
/* Borders Dark */
@@ -14,7 +14,7 @@ a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span,
}
/* Background Gradient */
.headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header:before, .no_avatar, .social_links_footer, .forumbg-table, .sidebar_block_stripe:before, .fancy_panel:before {
.headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header:before, .no_avatar, .social_links_footer, .forumbg-table, .sidebar_block_stripe:before, .fancy_panel:before, .tile_row_2:before {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff6a00+0,ee0979+100 */
background: #ff6a00; /* Old browsers */
background: -moz-linear-gradient(left, #ff6a00 0%, #ee0979 100%); /* FF3.6-15 */
@@ -47,4 +47,4 @@ a.scrollToTop:hover, input.specialbutton:hover, a.specialbutton:hover {
/* Border light */
.specialbutton:hover {
border-color: #ff7e22;
}
}

View File

@@ -1,11 +1,11 @@
/* Color */
a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon, .button:hover .icon, .dark_base .social_links_footer a span, .dark_base h2, .dark_base h2 a, .dark_base a:link, .dark_base a:visited, .button-secondary:focus, .button-secondary:hover, .notification_unread {
a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon, .button:hover .icon, .dark_base .social_links_footer a span, .dark_base h2, .dark_base h2 a, .dark_base a:link, .dark_base a:visited, .button-secondary:focus, .button-secondary:hover, .notification_unread, .topic_type {
color: #8dc26f;
}
/* Background Solid */
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop, a.specialbutton, .dark_base .social_links_footer a:hover span, .topic_type, .badge, .grid_unread {
background: #8dc26f;
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop, a.specialbutton, .dark_base .social_links_footer a:hover span, .badge, .grid_unread {
background: #8dc26f;
}
/* Borders Dark */
@@ -14,7 +14,7 @@ a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span,
}
/* Background Gradient */
.headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header:before, .no_avatar, .social_links_footer, .forumbg-table, .sidebar_block_stripe:before, .fancy_panel:before {
.headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header:before, .no_avatar, .social_links_footer, .forumbg-table, .sidebar_block_stripe:before, .fancy_panel:before, .tile_row_2:before {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8dc26f+0,76b852+100 */
background: #8dc26f; /* Old browsers */
background: -moz-linear-gradient(left, #8dc26f 0%, #76b852 100%); /* FF3.6-15 */
@@ -47,4 +47,4 @@ a.scrollToTop:hover, input.specialbutton:hover, a.specialbutton:hover {
/* Border light */
.specialbutton:hover {
border-color: #9dd57d;
}
}

View File

@@ -1,11 +1,11 @@
/* Color */
a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon, .button:hover .icon, .dark_base .social_links_footer a span, .dark_base h2, .dark_base h2 a, .dark_base a:link, .dark_base a:visited, .button-secondary:focus, .button-secondary:hover, .notification_unread {
a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon, .button:hover .icon, .dark_base .social_links_footer a span, .dark_base h2, .dark_base h2 a, .dark_base a:link, .dark_base a:visited, .button-secondary:focus, .button-secondary:hover, .notification_unread, .topic_type {
color: #52D4FF;
}
/* Background Solid */
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop, a.specialbutton, .dark_base .social_links_footer a:hover span, .topic_type, .badge, .grid_unread {
background: #52D4FF;
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop, a.specialbutton, .dark_base .social_links_footer a:hover span, .badge, .grid_unread {
background: #52D4FF;
}
/* Borders Dark */
@@ -14,7 +14,7 @@ a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span,
}
/* Background Gradient */
.headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header:before, .no_avatar, .social_links_footer, .forumbg-table, .sidebar_block_stripe:before, .fancy_panel:before {
.headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header:before, .no_avatar, .social_links_footer, .forumbg-table, .sidebar_block_stripe:before, .fancy_panel:before, .tile_row_2:before {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#52d4ff+0,0caade+100 */
background: rgb(82,212,255); /* Old browsers */
background: -moz-linear-gradient(left, rgba(82,212,255,1) 0%, rgba(12,170,222,1) 100%); /* FF3.6-15 */
@@ -48,4 +48,3 @@ a.scrollToTop:hover, input.specialbutton:hover, a.specialbutton:hover {
.specialbutton:hover {
border-color: #76ddff;
}

View File

@@ -1,11 +1,11 @@
/* Color */
a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon, .button:hover .icon, .dark_base .social_links_footer a span, .dark_base h2, .dark_base h2 a, .dark_base a:link, .dark_base a:visited, .button-secondary:focus, .button-secondary:hover, .notification_unread {
a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon, .button:hover .icon, .dark_base .social_links_footer a span, .dark_base h2, .dark_base h2 a, .dark_base a:link, .dark_base a:visited, .button-secondary:focus, .button-secondary:hover, .notification_unread, .topic_type {
color: #2c3e50;
}
/* Background Solid */
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop, a.specialbutton, .dark_base .social_links_footer a:hover span, .topic_type, .badge, .grid_unread {
background: #2c3e50;
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop, a.specialbutton, .dark_base .social_links_footer a:hover span, .badge, .grid_unread {
background: #2c3e50;
}
/* Borders Dark */
@@ -14,7 +14,7 @@ a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span,
}
/* Background Gradient */
.headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header:before, .no_avatar, .social_links_footer, .forumbg-table, .sidebar_block_stripe:before, .fancy_panel:before {
.headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header:before, .no_avatar, .social_links_footer, .forumbg-table, .sidebar_block_stripe:before, .fancy_panel:before, .tile_row_2:before {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2c3e50+0,2980b9+100 */
background: #2c3e50; /* Old browsers */
background: -moz-linear-gradient(left, #2c3e50 0%, #2980b9 100%); /* FF3.6-15 */
@@ -30,7 +30,7 @@ a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span,
background: -moz-linear-gradient(left, rgba(44,62,80,0.8) 0%, rgba(41,128,185,0.8) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(44,62,80,0.8) 0%,rgba(41,128,185,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(44,62,80,0.8) 0%,rgba(41,128,185,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc2c3e50', endColorstr='#cc2980b9',GradientType=1 ); /* IE6-9 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc2c3e50', endColorstr='#cc2980b9',GradientType=1 ); /* IE6-9 */
}
@@ -48,4 +48,3 @@ a.scrollToTop:hover, input.specialbutton:hover, a.specialbutton:hover {
.specialbutton:hover {
border-color: #415b74;
}

View File

@@ -1,11 +1,11 @@
/* Color */
a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon, .button:hover .icon, .dark_base .social_links_footer a span, .dark_base h2, .dark_base h2 a, .dark_base a:link, .dark_base a:visited, .button-secondary:focus, .button-secondary:hover, .notification_unread {
a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon, .button:hover .icon, .dark_base .social_links_footer a span, .dark_base h2, .dark_base h2 a, .dark_base a:link, .dark_base a:visited, .button-secondary:focus, .button-secondary:hover, .notification_unread, .topic_type {
color: #0f3443;
}
/* Background Solid */
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop, a.specialbutton, .dark_base .social_links_footer a:hover span, .topic_type, .badge, .grid_unread {
background: #0f3443;
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop, a.specialbutton, .dark_base .social_links_footer a:hover span, .badge, .grid_unread {
background: #0f3443;
}
/* Borders Dark */
@@ -14,7 +14,7 @@ a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span,
}
/* Background Gradient */
.headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header:before, .no_avatar, .social_links_footer, .forumbg-table, .sidebar_block_stripe:before, .fancy_panel:before {
.headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header:before, .no_avatar, .social_links_footer, .forumbg-table, .sidebar_block_stripe:before, .fancy_panel:before, .tile_row_2:before {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0f3443+0,34e89e+100&0.8+0,0.8+100 */
background: -moz-linear-gradient(left, rgba(15,52,67,0.8) 0%, rgba(52,232,158,0.8) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(15,52,67,0.8) 0%,rgba(52,232,158,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
@@ -47,4 +47,3 @@ a.scrollToTop:hover, input.specialbutton:hover, a.specialbutton:hover {
.specialbutton:hover {
border-color: #154558;
}

View File

@@ -1,11 +1,11 @@
/* Color */
a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon, .button:hover .icon, .dark_base .social_links_footer a span, .dark_base h2, .dark_base h2 a, .dark_base a:link, .dark_base a:visited, .button-secondary:focus, .button-secondary:hover, .notification_unread {
a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon, .button:hover .icon, .dark_base .social_links_footer a span, .dark_base h2, .dark_base h2 a, .dark_base a:link, .dark_base a:visited, .button-secondary:focus, .button-secondary:hover, .notification_unread, .topic_type {
color: #f8a697;
}
/* Background Solid */
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop, a.specialbutton, .dark_base .social_links_footer a:hover span, .topic_type, .badge, .grid_unread {
background: #f8a697;
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop, a.specialbutton, .dark_base .social_links_footer a:hover span, .badge, .grid_unread {
background: #f8a697;
}
/* Borders Dark */
@@ -14,7 +14,7 @@ a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span,
}
/* Background Gradient */
.headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header:before, .no_avatar, .social_links_footer, .forumbg-table, .sidebar_block_stripe:before, .fancy_panel:before {
.headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header:before, .no_avatar, .social_links_footer, .forumbg-table, .sidebar_block_stripe:before, .fancy_panel:before, .tile_row_2:before {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffedbc+0,ed4264+100 */
background: rgb(255,237,188); /* Old browsers */
background: -moz-linear-gradient(left, rgba(255,237,188,1) 0%, rgba(237,66,100,1) 100%); /* FF3.6-15 */
@@ -47,4 +47,4 @@ a.scrollToTop:hover, input.specialbutton:hover, a.specialbutton:hover {
/* Border light */
.specialbutton:hover {
border-color: #f4b2a6;
}
}

View File

@@ -1,11 +1,11 @@
/* Color */
a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon, .button:hover .icon, .dark_base .social_links_footer a span, .dark_base h2, .dark_base h2 a, .dark_base a:link, .dark_base a:visited, .button-secondary:focus, .button-secondary:hover, .notification_unread {
a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon, .button:hover .icon, .dark_base .social_links_footer a span, .dark_base h2, .dark_base h2 a, .dark_base a:link, .dark_base a:visited, .button-secondary:focus, .button-secondary:hover, .notification_unread, .topic_type {
color: #B06AB3;
}
/* Background Solid */
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop, a.specialbutton, .dark_base .social_links_footer a:hover span, .topic_type, .badge, .grid_unread {
background: #B06AB3;
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop, a.specialbutton, .dark_base .social_links_footer a:hover span, .badge, .grid_unread {
background: #B06AB3;
}
/* Borders Dark */
@@ -14,7 +14,7 @@ a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span,
}
/* Background Gradient */
.headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header:before, .no_avatar, .social_links_footer, .forumbg-table, .sidebar_block_stripe:before, .fancy_panel:before {
.headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header:before, .no_avatar, .social_links_footer, .forumbg-table, .sidebar_block_stripe:before, .fancy_panel:before, .tile_row_2:before, .tile_row_2:before {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b06ab3+0,4568dc+100 */
background: rgb(176,106,179); /* Old browsers */
background: -moz-linear-gradient(left, rgba(176,106,179,1) 0%, rgba(69,104,220,1) 100%); /* FF3.6-15 */
@@ -48,4 +48,3 @@ a.scrollToTop:hover, input.specialbutton:hover, a.specialbutton:hover {
.specialbutton:hover {
border-color: #cd81d0;
}

View File

@@ -1,11 +1,11 @@
/* Color */
a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon, .button:hover .icon, .dark_base .social_links_footer a span, .dark_base h2, .dark_base h2 a, .dark_base a:link, .dark_base a:visited, .button-secondary:focus, .button-secondary:hover, .notification_unread {
a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon, .button:hover .icon, .dark_base .social_links_footer a span, .dark_base h2, .dark_base h2 a, .dark_base a:link, .dark_base a:visited, .button-secondary:focus, .button-secondary:hover, .notification_unread, .topic_type {
color: #5fc3e4;
}
/* Background Solid */
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop, a.specialbutton, .dark_base .social_links_footer a:hover span, .topic_type, .badge, .grid_unread {
background: #5fc3e4;
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop, a.specialbutton, .dark_base .social_links_footer a:hover span, .badge, .grid_unread {
background: #5fc3e4;
}
/* Borders Dark */
@@ -14,7 +14,7 @@ a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span,
}
/* Background Gradient */
.headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header:before, .no_avatar, .social_links_footer, .forumbg-table, .sidebar_block_stripe:before, .fancy_panel:before {
.headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header:before, .no_avatar, .social_links_footer, .forumbg-table, .sidebar_block_stripe:before, .fancy_panel:before, .tile_row_2:before {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5fc3e4+0,e55d87+100 */
background: #5fc3e4; /* Old browsers */
background: -moz-linear-gradient(left, #5fc3e4 0%, #e55d87 100%); /* FF3.6-15 */
@@ -30,7 +30,7 @@ a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span,
background: -moz-linear-gradient(left, rgba(95,195,228,0.8) 0%, rgba(96,194,227,0.8) 1%, rgba(229,93,135,0.8) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(95,195,228,0.8) 0%,rgba(96,194,227,0.8) 1%,rgba(229,93,135,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(95,195,228,0.8) 0%,rgba(96,194,227,0.8) 1%,rgba(229,93,135,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc5fc3e4', endColorstr='#cce55d87',GradientType=1 ); /* IE6-9 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc5fc3e4', endColorstr='#cce55d87',GradientType=1 ); /* IE6-9 */
}
@@ -48,4 +48,3 @@ a.scrollToTop:hover, input.specialbutton:hover, a.specialbutton:hover {
.specialbutton:hover {
border-color: #78deff;
}

View File

@@ -1,11 +1,11 @@
/* Color */
a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon, .button:hover .icon, .dark_base .social_links_footer a span, .dark_base h2, .dark_base h2 a, .dark_base a:link, .dark_base a:visited, .button-secondary:focus, .button-secondary:hover, .notification_unread {
a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon, .button:hover .icon, .dark_base .social_links_footer a span, .dark_base h2, .dark_base h2 a, .dark_base a:link, .dark_base a:visited, .button-secondary:focus, .button-secondary:hover, .notification_unread, .topic_type {
color: #f9d423;
}
/* Background Solid */
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop, a.specialbutton, .dark_base .social_links_footer a:hover span, .topic_type, .badge, .grid_unread {
background: #f9d423;
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop, a.specialbutton, .dark_base .social_links_footer a:hover span, .badge, .grid_unread {
background: #f9d423;
}
/* Borders Dark */
@@ -14,7 +14,7 @@ a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span,
}
/* Background Gradient */
.headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header:before, .no_avatar, .social_links_footer, .forumbg-table, .sidebar_block_stripe:before, .fancy_panel:before {
.headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header:before, .no_avatar, .social_links_footer, .forumbg-table, .sidebar_block_stripe:before, .fancy_panel:before, .tile_row_2:before {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9d423+1,ff4e50+100 */
background: #f9d423; /* Old browsers */
background: -moz-linear-gradient(left, #f9d423 1%, #ff4e50 100%); /* FF3.6-15 */
@@ -48,4 +48,4 @@ a.scrollToTop:hover, input.specialbutton:hover, a.specialbutton:hover {
/* Border light */
.specialbutton:hover {
border-color: #f4d74b;
}
}

View File

@@ -1,11 +1,11 @@
/* Color */
a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon, .button:hover .icon, .dark_base .social_links_footer a span, .dark_base h2, .dark_base h2 a, .dark_base a:link, .dark_base a:visited, .button-secondary:focus, .button-secondary:hover, .notification_unread {
a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon, .button:hover .icon, .dark_base .social_links_footer a span, .dark_base h2, .dark_base h2 a, .dark_base a:link, .dark_base a:visited, .button-secondary:focus, .button-secondary:hover, .notification_unread, .topic_type {
color: #859398;
}
/* Background Solid */
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop, a.specialbutton, .dark_base .social_links_footer a:hover span, .topic_type, .badge, .grid_unread {
background: #859398;
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop, a.specialbutton, .dark_base .social_links_footer a:hover span, .badge, .grid_unread {
background: #859398;
}
/* Borders Dark */
@@ -14,7 +14,7 @@ a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span,
}
/* Background Gradient */
.headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header:before, .no_avatar, .social_links_footer, .forumbg-table, .sidebar_block_stripe:before, .fancy_panel:before {
.headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header:before, .no_avatar, .social_links_footer, .forumbg-table, .sidebar_block_stripe:before, .fancy_panel:before, .tile_row_2:before {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#859398+0,283048+100 */
background: #859398; /* Old browsers */
background: -moz-linear-gradient(left, #859398 0%, #283048 100%); /* FF3.6-15 */
@@ -47,4 +47,4 @@ a.scrollToTop:hover, input.specialbutton:hover, a.specialbutton:hover {
/* Border light */
.specialbutton:hover {
border-color: #9cacb2;
}
}

View File

@@ -1,11 +1,11 @@
/* Color */
a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon, .button:hover .icon, .dark_base .social_links_footer a span, .dark_base h2, .dark_base h2 a, .dark_base a:link, .dark_base a:visited, .button-secondary:focus, .button-secondary:hover, .notification_unread {
a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon, .button:hover .icon, .dark_base .social_links_footer a span, .dark_base h2, .dark_base h2 a, .dark_base a:link, .dark_base a:visited, .button-secondary:focus, .button-secondary:hover, .notification_unread, .topic_type {
color: #4a569d;
}
/* Background Solid */
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop, a.specialbutton, .dark_base .social_links_footer a:hover span, .topic_type, .badge, .grid_unread {
background: #4a569d;
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop, a.specialbutton, .dark_base .social_links_footer a:hover span, .badge, .grid_unread {
background: #4a569d;
}
/* Borders Dark */
@@ -14,7 +14,7 @@ a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span,
}
/* Background Gradient */
.headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header:before, .no_avatar, .social_links_footer, .forumbg-table, .sidebar_block_stripe:before, .fancy_panel:before {
.headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header:before, .no_avatar, .social_links_footer, .forumbg-table, .sidebar_block_stripe:before, .fancy_panel:before, .tile_row_2:before {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4a569d+1,dc2424+100 */
background: #4a569d; /* Old browsers */
background: -moz-linear-gradient(left, #4a569d 1%, #dc2424 100%); /* FF3.6-15 */
@@ -30,7 +30,7 @@ a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span,
background: -moz-linear-gradient(left, rgba(74,86,157,0.8) 0%, rgba(75,86,156,0.8) 1%, rgba(220,36,36,0.8) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(74,86,157,0.8) 0%,rgba(75,86,156,0.8) 1%,rgba(220,36,36,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(74,86,157,0.8) 0%,rgba(75,86,156,0.8) 1%,rgba(220,36,36,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc4a569d', endColorstr='#ccdc2424',GradientType=1 ); /* IE6-9 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc4a569d', endColorstr='#ccdc2424',GradientType=1 ); /* IE6-9 */
}
@@ -48,4 +48,3 @@ a.scrollToTop:hover, input.specialbutton:hover, a.specialbutton:hover {
.specialbutton:hover {
border-color: #5e6dc2;
}

View File

@@ -1,11 +1,11 @@
/* Color */
a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon, .button:hover .icon, .dark_base .social_links_footer a span, .dark_base h2, .dark_base h2 a, .dark_base a:link, .dark_base a:visited, .button-secondary:focus, .button-secondary:hover, .notification_unread {
a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon, .button:hover .icon, .dark_base .social_links_footer a span, .dark_base h2, .dark_base h2 a, .dark_base a:link, .dark_base a:visited, .button-secondary:focus, .button-secondary:hover, .notification_unread, .topic_type {
color: #00ACFF;
}
/* Background Solid */
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop, a.specialbutton, .dark_base .social_links_footer a:hover span, .topic_type, .badge, .grid_unread {
background: #00ACFF;
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop, a.specialbutton, .dark_base .social_links_footer a:hover span, .badge, .grid_unread {
background: #00ACFF;
}
/* Borders Dark */
@@ -14,7 +14,7 @@ a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span,
}
/* Background Gradient */
.headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header:before, .no_avatar, .social_links_footer, .forumbg-table, .sidebar_block_stripe:before, .fancy_panel:before {
.headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header:before, .no_avatar, .social_links_footer, .forumbg-table, .sidebar_block_stripe:before, .fancy_panel:before, .tile_row_2:before {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4a569d+1,dc2424+100 */
background: #00ACFF;
}
@@ -40,4 +40,3 @@ a.scrollToTop:hover, input.specialbutton:hover, a.specialbutton:hover {
.specialbutton:hover {
border-color: #45c2ff;
}

View File

@@ -4,7 +4,7 @@ Colours and backgrounds for common.css
-------------------------------------------------------------- */
html, body {
color: #4C5D77;
color: rgba(0,0,0,.4);
background-color: #ECF0F1;
}
@@ -37,6 +37,10 @@ Colours and backgrounds for links.css
a { color: #676767; }
a:hover { transition:.2s; }
a.forumtitle, a.topictitle {
color: #303030;
}
body.high_contrast_links .navbar_footer a,
body.high_contrast_links .copyright_bar a {
color: #CCCCCC !important;
@@ -93,7 +97,7 @@ body.content_block_header_block .forumbg .header a:hover, body.content_block_hea
}
.forabg, .forumbg, .viewtopic_wrapper {
background-color: #F8F8F8;
background-color: rgba(0,0,0,.025);
}
.navbar {
@@ -426,7 +430,7 @@ blockquote blockquote blockquote {
.codebox code {
color: #2E8B57;
background-color: #F8F8F8;
border-left: 5px solid;
border-left: 3px solid;
}
/* Attachments
@@ -616,9 +620,7 @@ Colours and backgrounds for buttons.css
---------------------------------------- */
.pagination li a {
background: #ECEDEE;
filter: none;
border-color: #B4BAC0;
box-shadow: none;
-webkit-box-shadow: none;
color: #5C758C;
@@ -1085,13 +1087,12 @@ body.content_block_header_stripe li.header {
background: #FFFFFF;
}
.forumlist_grid .grid_image_container {
background: #FFFFFF;
}
.forumlist_grid .grid_colour_overlay {
color: #FFFFFF;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.55+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.55) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.55) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.55) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#8c000000',GradientType=0 ); /* IE6-9 */
text-shadow: 0 1px 3px rgba(0,0,0,0.4);
}

View File

@@ -1,18 +1,24 @@
/* White */
.grid_cat_title a {
color: #CCCCCC !important;
}
/* Dark Backgrounds */
html {
background-color: #1c262f;
background-color: #1c262f;
}
.panel, .panel.bg2 {
background-color: #1c262f;
background-color: #1c262f;
}
.forabg, .forumbg, .viewtopic_wrapper {
background-color: #1c262f;
background-color: #1c262f;
}
.bg3 {
background-color: #1c262f;
background-color: #1c262f;
}
body.content_block_header_stripe li.header, .alt_block li.header {
@@ -20,7 +26,7 @@ body.content_block_header_stripe li.header, .alt_block li.header {
}
div.rules {
background-color: #1c262f;
background-color: #1c262f;
}
a.button1, input.button1, input.button3, a.button2, input.button2, .inputbox, .button {
@@ -29,7 +35,7 @@ a.button1, input.button1, input.button3, a.button2, input.button2, .inputbox, .b
}
.panel-container .panel .inputbox, .panel-container .panel select, .panel-container .panel .pm .button, .panel-container .panel .button-secondary, .panel .pm .button {
background-color: #1c262f;
background-color: #1c262f;
}
fieldset.quick-login input.inputbox {
@@ -54,17 +60,13 @@ fieldset.quick-login input.inputbox {
color: #1c262f !important;
}
.topic_type {
background-color: #1c262f;
}
.tabs .activetab > a, .tabs .activetab > a:hover {
background-color: #1c262f !important;
border-color: #1c262f;
}
.navigation a, .tabs .tab > a:hover {
background-color: #1c262f;
background-color: #1c262f;
}
@@ -78,20 +80,20 @@ fieldset.quick-login input.inputbox {
}
dl.attachbox, .codebox code, blockquote, blockquote blockquote blockquote {
background-color: #1c262f;
background-color: #1c262f;
}
/* Light Backgrounds */
/* Light Backgrounds */
/* Border color: 27313b */
#inner-wrap {
background-color: #252f39;
#inner-wrap, .search-results li:hover, .search-results li.active {
background-color: #252f39;
}
.bg1, .bg2, .viewtopic_wrapper .phpbb-ads-center {
background-color: #252F39;
}
li.row, .forumlist_grid .grid_desc {
li.row {
background-color: #252f39;
border-color: #252F39;
}
@@ -105,7 +107,7 @@ li.row, .forumlist_grid .grid_desc {
}
.navigation a:hover {
background-color: #252f39;
background-color: #252f39;
}
.panel .inputbox, .panel .button, select, .dropdown-contents .button2 {
@@ -118,7 +120,7 @@ li.row, .forumlist_grid .grid_desc {
}
.navigation .active-subsection a {
background-color: #252f39;
background-color: #252f39;
}
.cp-mini {
@@ -133,6 +135,10 @@ blockquote blockquote {
background-color: #252f39;
}
.grid_image_container {
background-color: #252f39 !important;
}
/* Light Neural Text */
@@ -141,7 +147,7 @@ blockquote blockquote {
/* Stuff */
html, body, .copyright_bar, .navbar_footer, .content, .signature, .postprofile, .panel, dd label, .pm .postprofile, .postbody, .post:target .content {
html, body, .copyright_bar, .navbar_footer, .content, .signature, .postprofile, .panel, dd label, .pm .postprofile, .postbody, .post:target .content, .mini_label, .mini_number, .forumlist_grid .forum_description {
color: #90a3c0;
}
@@ -154,7 +160,7 @@ html, body, .copyright_bar, .navbar_footer, .content, .signature, .postprofile,
}
.panel-container .panel li.row {
border-bottom-color: #323f4e;
border-bottom-color: #323f4e;
}
.dropdown .pointer, .dropdown .pointer-inner {
@@ -181,7 +187,7 @@ li.row strong, .postprofile strong, .button .icon, .button-secondary, .inputbox,
a.jumpbox-cat-link, th a {
color: #FFFFFF !important;
color: #FFFFFF !important;
}
@@ -394,4 +400,4 @@ ul.cplist, .forumlist_grid dl.row-item {
.pm_unread {
background-image: url("./images/icons/png/icon_unread.png"); /* IE8 + below */
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/icon_unread.svg"); /* Modern browsers */
}
}

View File

@@ -132,7 +132,7 @@ a:hover { text-decoration: underline; }
.logo {
display: block;
width: auto;
padding: 0;
padding: 0;
}
.logo:hover {
@@ -167,21 +167,21 @@ a:hover { text-decoration: underline; }
float: right;
}
body.navbar_i_header .site-description {margin: 50px auto 100px;}
body.navbar_i_header .site-description {margin: 100px auto 100px;}
body.navbar_i_header .site-description.logo_left {margin: 100px 50px 100px;}
body.navbar_i_header .site-description.logo_right {margin: 100px 50px 100px;}
body.navbar_o_header .site-description {margin: 50px auto 100px;}
body.navbar_o_header .site-description.logo_left {margin: 50px 50px 100px;}
body.navbar_o_header .site-description.logo_right {margin: 50px 50px 100px;}
.site-description h1 {
margin-right: 0;
margin-top: 30px;
}
.site-description p {
margin-bottom: 0;
margin-bottom: 0;
}
/* Round cornered boxes and backgrounds
@@ -214,6 +214,10 @@ body.navbar_o_header .site-description.logo_right {margin: 50px 50px 100px;}
clear: both;
}
.forumlist_grid .forabg {
margin-bottom: 45px;
}
.panel {
margin-bottom: 15px;
padding: 15px;
@@ -491,6 +495,11 @@ a.header-avatar span:after {
padding: 5px;
}
ul.search-results li {
width: 200px;
padding: 5px;
}
.jumpbox {
margin: 5px 0;
}
@@ -790,6 +799,11 @@ fieldset.fields1 dl.pmlist dd.recipients {
margin: 0 0 30px;
}
.jumpbox-return {
position: relative;
z-index: 3;
}
.action-bar.bar-bottom {
margin-top: 30px;
}
@@ -842,7 +856,7 @@ fieldset.fields1 dl.pmlist dd.recipients {
}
.pagination li a, .pagination li span {
padding: 2px 5px;
padding: 4px 7px;
}
.pagination li.active span {
@@ -868,14 +882,14 @@ fieldset.fields1 dl.pmlist dd.recipients {
}
.pagination .arrow a {
padding: 2px 0;
padding: 4px 3px;
}
/* Pagination in viewforum for multipage topics */
.row .pagination {
display: block;
margin-top: 3px;
margin-bottom: 3px;
margin-bottom: 3px;
}
.row .pagination > ul {
@@ -961,7 +975,7 @@ fieldset.fields1 dl.pmlist dd.recipients {
.copyright {
padding: 5px;
text-align: center;
}
.titlespace {
@@ -979,7 +993,7 @@ fieldset.fields1 dl.pmlist dd.recipients {
div.rules {
margin-bottom: 30px;
padding: 15px;
border-left: 5px solid;
border-left: 3px solid;
}
div.rules ul, div.rules ol {

View File

@@ -2,7 +2,7 @@
---------------------------------------- */
ul.forums, ul.topics {
padding: 10px 10px 5px;
padding: 10px;
}
ul.topiclist {
@@ -49,7 +49,7 @@ ul.topiclist.missing-column dt {
}
ul.topiclist.missing-column li.header dt {
margin-right: -425px;
margin-right: -425px;
}
ul.topiclist.two-long-columns dt {
@@ -57,7 +57,7 @@ ul.topiclist.two-long-columns dt {
}
ul.topiclist.two-long-columns li.header dt {
margin-right: -330px;
margin-right: -330px;
}
ul.topiclist.two-columns dt {
@@ -100,7 +100,7 @@ ul.topiclist dfn {
}
.list-inner img {
max-width: 100%;
max-width: 100%;
}
.forum-image {
@@ -111,14 +111,14 @@ ul.topiclist dfn {
li.row {
border-bottom: 1px solid transparent;
padding: 15px;
margin-bottom: 5px !important;
padding: 12px;
margin-bottom: 0px !important;
}
li.header dt, li.header dd {
line-height: 1em;
border-left-width: 0;
margin: 14px 0 14px 0;
margin: 14px 0;
padding-top: 2px;
padding-bottom: 2px;
}
@@ -165,6 +165,7 @@ dl.row-item {
dl.row-item dt {
background-repeat: no-repeat;
background-position: 5px 95%; /* Position of topic icon */
background-size: 12px;
}
dl.row-item dt .list-inner {
@@ -172,7 +173,7 @@ dl.row-item dt .list-inner {
}
dl.row-item dt, dl.row-item dd {
min-height: 35px;
min-height: 43px;
}
dl.row-item dt a {
@@ -246,7 +247,7 @@ dd.extra, dd.mark {
/* Merlin Framework Adjustment */
.postprofile_Left .postbody {
float: right;
float: right;
}
.postbody h3 {
@@ -439,7 +440,7 @@ blockquote {
margin: 30px 1px 30px 25px;
overflow: hidden;
padding: 15px;
border-left: 5px solid;
border-left: 3px solid;
}
blockquote blockquote {
@@ -788,4 +789,4 @@ table.fixed-width-table {
.postbody .content::-webkit-scrollbar-thumb, .topicreview::-webkit-scrollbar-thumb, .post_details::-webkit-scrollbar-thumb, .codebox code::-webkit-scrollbar-thumb, .attachbox dd::-webkit-scrollbar-thumb, .attach-image::-webkit-scrollbar-thumb, .dropdown-extended ul::-webkit-scrollbar-thumb {
background: rgba(0, 0, 0, .3);
border-radius: 3px;
}
}

View File

@@ -36,9 +36,14 @@ a.forumtitle, a.topictitle {font-size: 1.2em;}
.pagination li a {font-size: 0.9em;}
.contact-icons {font-size: 0;}
.topic_type {font-size: 0.9em;}
.forumlist_grid_title {font-size: 1.2em;}
.forumlist_grid_title {font-size: 1.4em;}
.grid_unread {font-size: 0.8em;}
li.row dd.simpleposts span {font-size: 1.5em;}
li.header dt {font-size: 1.2em;}
.tile_title {font-size: 1.3em;}
.mini_number {font-size: 1.2em;}
.forumlist_grid span.forum_description {font-size: 14px;}
.forumlist_grid span.grid_cat_title {font-size: 2em;}
@@ -59,8 +64,7 @@ table.info tbody th {font-weight: normal;}
.notification_list p.notifications_title strong {font-weight: 500;}
.button {font-weight: normal;}
ul.topiclist dt {font-weight: normal;}
li.header dt, li.header dd {font-weight: 500;}
li.header dt {font-weight: 500;}
li.header dt, li.header dd {font-weight: 300;}
dd.posts, dd.topics, dd.views, dd.extra, dd.mark {font-weight: 300;}
li.row dd.simpleposts span {font-weight: 300;}
dl.faq dt {font-weight: 500;}
@@ -90,10 +94,15 @@ a.button1, input.button1 {font-weight: 500;}
input.button3 {font-variant: small-caps;}
input.disabled {font-weight: normal;}
.jumpbox-cat-link, .jumpbox-forum-link { font-weight: 500; }
a.forumtitle {font-weight: 500;}
a.topictitle {font-weight: 500;}
a.lastsubject {font-weight: 500;text-decoration: none;}
a.forumtitle {font-weight: 400;}
a.topictitle {font-weight: 400;}
a.lastsubject {font-weight: 400;text-decoration: none;}
.postprofile a, .postprofile dt.author a {font-weight: 500; text-decoration: none;}
.search .postprofile a {font-weight: normal;}
.username-coloured {font-weight: 500;}
.grid_unread {font-weight: 300;}
.tile_title {font-weight: 600;}
.forumlist_grid .forum_description {font-weight: 300 !important;}
.mini_label {font-weight: 400;}
.mini_number {font-weight: 600;}
.grid_cat_title {font-weight: 600;}

View File

@@ -347,7 +347,7 @@ input.button3 {
background-image: none;
}
input[type="button"], input[type="submit"], input[type="reset"], input[type="checkbox"], input[type="radio"] {
input[type="button"], input[type="submit"], input[type="reset"], input[type="checkbox"], input[type="radio"], .search-results li {
cursor: pointer;
}

View File

@@ -5,7 +5,7 @@
/* Global module setup
--------------------------------*/
/* Renamed version of .fa class for agnostic useage of icon fonts.
/* Renamed version of .fa class for agnostic usage of icon fonts.
* Just change the name of the font after the 14/1 to the name of
* the font you wish to use.
*/

View File

@@ -216,4 +216,211 @@
.pm_unread {
background-image: url("./images/icons/png/icon_unread.png"); /* IE8 + below */
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/icon_unread.svg"); /* Modern browsers */
}
}
/* ------- New Forum & Topic Icons (Pulsing) ------- */
/* Switches */
.css_icons_enabled dl.row-item {background-image: none;}
.css_icons_disabled .forums .row-item:before, .css_icons_disabled .topics .row-item:before, .css_icons_disabled .pmlist .row-item:before, .css_icons_disabled .cplist .row-item:before, .css_icons_disabled .forums .row-item:after, .css_icons_disabled .topics .row-item:after, .css_icons_disabled .pmlist .row-item:after, .css_icons_disabled .cplist .row-item:after {display: none;}
.forums .row-item:before, .topics .row-item:before, .pmlist .row-item:before, .cplist .row-item:before {
font-family: FontAwesome;
color: #FFFFFF;
text-align: center;
position: absolute;
left: 11px;
top: 7px;
width: 32px;
height: 32px;
line-height: 32px;
border: 1px solid rgba(0,0,0,0.1);
color: rgba(0,0,0,0.1);
}
/* Adjustments for dark UI */
.dark_base .forums .row-item:before, .dark_base .topics .row-item:before, .dark_base .pmlist .row-item:before, .dark_base .cplist .row-item:before {
border: 1px solid rgba(255,255,255,.15);
color: rgba(255,255,255,.15);
}
/* Rows with 'last topic subject' have an extra 10px padding top, so we need to account for this with bigger top value */
.forums .row_has_subject .row-item:before {
top: 17px;
}
/* Spotted topics */
.global_read_mine:after, .global_read_locked_mine:after, .global_unread_mine:after, .global_unread_locked_mine:after, .announce_read_mine:after, .announce_read_locked_mine:after, .announce_unread_mine:after, .announce_unread_locked_mine:after, .sticky_read_mine:after, .sticky_read_locked_mine:after, .sticky_unread_mine:after, .sticky_unread_locked_mine:after, .topic_read_mine:after, .topic_read_hot_mine:after, .topic_unread_mine:after, .topic_unread_hot_mine:after, .topic_read_locked_mine:after, .topic_unread_locked_mine:after {
position: absolute;
top: 8px;
left: 35px;
font-family: FontAwesome;
content: "\f111";
font-size: 6px;
width: 6px;
height: 6px;
border: 2px solid #ffffff;
border-radius: 6px;
color: rgba(0,0,0,0.1);
background: #FFFFFF;
}
/* Adjustments for dark UI */
.dark_base .global_read_mine:after, .dark_base .global_read_locked_mine:after, .dark_base .global_unread_mine:after, .dark_base .global_unread_locked_mine:after, .dark_base .announce_read_mine:after, .dark_base .announce_read_locked_mine:after, .dark_base .announce_unread_mine:after, .dark_base .announce_unread_locked_mine:after, .dark_base .sticky_read_mine:after, .dark_base .sticky_read_locked_mine:after, .dark_base .sticky_unread_mine:after, .dark_base .sticky_unread_locked_mine:after, .dark_base .topic_read_mine:after, .dark_base .topic_read_hot_mine:after, .dark_base .topic_unread_mine:after, .dark_base .topic_unread_hot_mine:after, .dark_base .topic_read_locked_mine:after, .dark_base .topic_unread_locked_mine:after {
border: 2px solid #252F39;
color: rgba(255,255,255,.1) !important;
background: #252F39 !important;
}
/* Set the icons */ /* Megaphone */
.global_read:before {content: "\f0a1";}
.global_read_mine:before {content: "\f0a1";}
.global_read_locked:before {content: "\f0a1";}
.global_read_locked_mine:before {content: "\f0a1";}
.global_unread:before {content: "\f0a1";}
.global_unread_mine:before {content: "\f0a1";}
.global_unread_locked:before {content: "\f0a1";}
.global_unread_locked_mine:before {content: "\f0a1";}
/* Megaphone */
.announce_read:before {content: "\f0a1";}
.announce_read_mine:before {content: "\f0a1";}
.announce_read_locked:before {content: "\f0a1";}
.announce_read_locked_mine:before {content: "\f0a1";}
.announce_unread:before {content: "\f0a1";}
.announce_unread_mine:before {content: "\f0a1";}
.announce_unread_locked:before {content: "\f0a1";}
.announce_unread_locked_mine:before {content: "\f0a1";}
/* External link */
.forum_link:before {content: "\f08e";}
/* Speech Bubble */
.forum_read:before {content: "\f068";}
.forum_read_subforum:before {content: "\f068";}
/* Check */
.forum_unread:before {content: "\f00c";}
.forum_unread_subforum:before {content: "\f00c";}
/* Pin */
.sticky_read:before {content: "\f08d";}
.sticky_read_mine:before {content: "\f08d";}
.sticky_read_locked:before {content: "\f08d";}
.sticky_read_locked_mine:before {content: "\f08d";}
.sticky_unread:before {content: "\f08d";}
.sticky_unread_mine:before {content: "\f08d";}
.sticky_unread_locked:before {content: "\f08d";}
.sticky_unread_locked_mine:before {content: "\f08d";}
/* Right arrow */
.topic_moved:before {content: "\f061";}
/* Envelope */
.pm_read:before {content: "\f0e0";}
.pm_unread:before {content: "\f0e0";}
/* Bar */
.topic_read:before {content: "\f068";}
.topic_read_mine:before {content: "\f068";}
.topic_read_hot:before {content: "\f068";}
.topic_read_hot_mine:before {content: "\f068";}
.topic_unread:before {content: "\f068";}
.topic_unread_mine:before {content: "\f068";}
.topic_unread_hot:before {content: "\f068";}
.topic_unread_hot_mine:before {content: "\f068";}
/* Cross */
.forum_read_locked:before {content: "\f00d";}
.forum_unread_locked:before {content: "\f00d";}
.topic_read_locked:before {content: "\f00d";}
.topic_read_locked_mine:before {content: "\f00d";}
.topic_unread_locked:before {content: "\f00d";}
.topic_unread_locked_mine:before {content: "\f00d";}
/* Forum link and moved topics */
.forum_link:before, .topic_moved:before {
border: 1px solid #0090f5 !important;
color: #0090f5 !important;
}
/* Unread States */
.global_unread:before, .global_unread_mine:before, .announce_unread:before, .announce_unread_mine:before, .forum_unread:before, .forum_unread_subforum:before, .sticky_unread:before, .sticky_unread_mine:before, .pm_unread:before, .topic_unread:before, .topic_unread_mine:before, .topic_unread_hot:before, .topic_unread_hot_mine:before {
animation: UnreadPulse 1.4s infinite;
border: 1px solid #84bd00 !important;
color: #84bd00 !important;
}
/* Unread (dot) States */
.global_unread:after, .global_unread_mine:after, .announce_unread:after, .announce_unread_mine:after, .forum_unread:after, .forum_unread_subforum:after, .sticky_unread:after, .sticky_unread_mine:after, .pm_unread:after, .topic_unread:after, .topic_unread_mine:after, .topic_unread_hot:after, .topic_unread_hot_mine:after {
color: #84bd00 !important;
background-color: #FFFFFF;
}
/* Override unread locked with red */
.global_unread_locked:before, .global_unread_locked_mine:before, .announce_unread_locked:before, .announce_unread_locked_mine:before, .forum_unread_locked:before, .sticky_unread_locked:before, .sticky_unread_locked_mine:before, .topic_unread_locked:before, .topic_unread_locked_mine:before {
animation: UnreadLockedPulse 1.4s infinite;
border: 1px solid #bd0000 !important;
color: #bd0000 !important;
}
/* Unread (locked) states */
.global_unread_locked:after, .global_unread_locked_mine:after, .announce_unread_locked:after, .announce_unread_locked_mine:after, .forum_unread_locked:after, .sticky_unread_locked:after, .sticky_unread_locked_mine:after, .topic_unread_locked:after, .topic_unread_locked_mine:after {
color: #bd0000 !important;
background-color: #FFFFFF;
}
.forum_link {
}
/* Box shadow for unread pulse icons */
@keyframes UnreadPulse {
0% {
-moz-box-shadow: 0 0 0 0 rgba(132,189,0,0.4);
box-shadow: 0 0 0 0 rgba(132,189,0,0.4);
-webkit-box-shadow: 0 0 0 0 rgba(132,189,0,0.4);
}
70% {
-moz-box-shadow: 0 0 0 8px rgba(132,189,0,0);
box-shadow: 0 0 0 8px rgba(132,189,0, 0);
-webkit-box-shadow: 0 0 0 8px rgba(132,189,0,0);
}
100% {
-moz-box-shadow: 0 0 0 0 rgba(132,189,0,0);
box-shadow: 0 0 0 0 rgba(132,189,0,0);
-webkit-box-shadow: 0 0 0 0 rgba(132,189,0,0);
}
}
/* Box shadow for unread pulse icons */
@keyframes UnreadLockedPulse {
0% {
-moz-box-shadow: 0 0 0 0 rgba(189,0,0,0.4);
box-shadow: 0 0 0 0 rgba(189,0,0,0.4);
-webkit-box-shadow: 0 0 0 0 rgba(189,0,0,0.4);
}
70% {
-moz-box-shadow: 0 0 0 8px rgba(189,0,0,0);
box-shadow: 0 0 0 8px rgba(189,0,0, 0);
-webkit-box-shadow: 0 0 0 8px rgba(189,0,0,0);
}
100% {
-moz-box-shadow: 0 0 0 0 rgba(189,0,0,0);
box-shadow: 0 0 0 0 rgba(189,0,0,0);
-webkit-box-shadow: 0 0 0 0 rgba(189,0,0,0);
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

View File

@@ -193,7 +193,7 @@ body.content_block_header_stripe li.header:before, .fancy_panel:before, .sidebar
/* For easy margins on grid items, we apply them to all sides. Here we need to pull the container
margins out so that the grid items 'appear' to be flush with the container and center column */
.forumlist_grid ul.forums {
margin: 10px 0 0;
margin: 10px 0;
}
.forumlist_grid li.row {
@@ -207,33 +207,102 @@ margins out so that the grid items 'appear' to be flush with the container and c
width: 33.3333333%;
border: none;
padding: 0;
}
.forumlist_grid .grid_image_container {
margin: 0 15px 30px 15px;
margin-bottom: 10px;
margin-right: 5px;
margin-left: 5px;
position: relative;
border: 1px solid rgba(0,0,0,.05);
transition: transform .1s;
}
/* Do the same for forum images */
.forumlist_grid .forumlist_grid_forum_image {
background-size: cover;
.grid_image_container:hover {
transform: scale(1.04);
}
.forumlist_grid .grid_colour_overlay {
display: block;
height: 200px;
position: relative;
.forumlist_grid .grid_image_container:last-child {
}
.forumlist_grid .forumlist_grid_title {
position: absolute;
bottom: 42px;
padding: 0 15px;
.forumlist_grid .tile_inner {
width: 100%;
padding: 30px;
box-sizing: border-box;
min-height: 200px;
}
.forumlist_grid .forumlist_grid_numbers {
position: absolute;
bottom: 0;
padding: 15px;
.forumlist_grid .tile_row_1 {
background-size: 64px;
background-image: url('./images/comment.png');
background-position: left top;
background-repeat: no-repeat;
height: 100px;
overflow: hidden;
}
.forumlist_grid .tile_row_1.tile_has_icon {
padding-left: 84px;
min-height: 100px;
}
.forumlist_grid .tile_row_2 {
margin-top: 15px;
}
.tile_row_25 {
width: 25%;
float: left;
}
.tile_row_50 {
width: 50%;
float: left;
}
.mini_label, .mini_number {
display: block;
}
.mini_label, .mini_number, .forumlist_grid .forum_description {
color: rgba(0,0,0,.4);
}
.mini_number, .mini_date {
padding-top: 10px;
}
.mini_date {
padding-top: 13px;
}
span.mini_date {
display: block;
}
.tile_row_2:before {
content: '';
display: block;
width: 60px;
height: 2px;
margin-bottom: 10px;
}
.forumlist_grid .forum_description {
display: block;
margin-top: 15px;
}
.grid_cat_title {
margin-bottom: 15px;
margin-left: 15px;
display: block;
}
/* Since this is the only column, we don't need to push the others over to the right */
@@ -246,10 +315,12 @@ margins out so that the grid items 'appear' to be flush with the container and c
background: none;
}
.forumlist_grid .forum_description {
display: block;
height: 35px;
overflow: hidden;
.forumlist_grid a:hover {
text-decoration: none;
}
.forumlist_grid a:hover .forumlist_grid_title {
display: none;
}
.forumlist_grid_numbers {
@@ -466,7 +537,7 @@ a.no_avatar i.icon {
display: inline-block;
padding: 2px 2px 2px 4px;
font-weight: 500;
float: left;
float: right;
margin-right: 3px;
}
@@ -482,7 +553,6 @@ a.no_avatar i.icon {
.grid_unread {
display: inline-block;
padding: 2px 4px;
float: left;
margin-right: 10px;
}
@@ -544,7 +614,7 @@ ul.topics li.row span.lastpostavatar img {
}
.clutter {
display: none;
display: none !important;
}
.post_forumlist_links {

View File

@@ -33,4 +33,39 @@ body.force_rounded_avatars span.lastpostavatar img.avatar {
.viewtopic_wrapper .phpbb-ads-center {
padding: 15px;
}
}
span.forumlist_mods {
display: inline-block;
margin-top: 8px;
}
.forumlist_mods a {
display: inline-block !important;
margin-bottom: 5px;
border-radius: 15px;
background: rgba(0,0,0,.05);
padding: 5px 12px 5px 30px !important;
}
.forumlist_mods a:hover {
text-decoration: none !important;
background: rgba(0,0,0,.1);
}
.forumlist_mods a i {
margin-right: 5px;
margin-left: -23px;
padding: 5px 4px;
position: absolute;
font-size: 8px;
color: #FFFFFF !important;
border-radius: 50%;
background: rgba(0,0,0,0.2);
}
.forumlist_mods a i:before {
padding-right: 0px !important;
}

View File

@@ -90,7 +90,7 @@ hr {
font-size: 75%;
}
/* Dont want to print url for names or titles in content area */
/* Don't want to print url for names or titles in content area */
.postbody .author a:link, .postbody .author a:visited,
html>body .postbody .author a:link:after,
html>body .postbody .author a:visited:after,

View File

@@ -1,50 +1,50 @@
@media (min-width: 1200px) {
body{ border-top-color: #F3F;}
/* Fix the body layout for large desktop devices */
.body-layout-Boxed .wrap {width: 1200px;}
/* Forumlist Colums (also see squishy.css for fluid/both fix)
---------------------------------------- */
---------------------------------------- */
/* Remove the 'topics' column */
body.sidebar-both.body-layout-Boxed .forabg dd.posts, body.sidebar-both.body-layout-Boxed .forumbg dd.views {
display: none;
}
/* Or, reduce the width of 'simpleposts' by 50% (from 190 to 95) */
/* Or, reduce the width of 'simpleposts' by 50% (from 190 to 95) */
body.sidebar-both.body-layout-Boxed dd.simpleposts, body.sidebar-both.body-layout-Boxed dd.simpleposts {
width: 95px;
}
width: 95px;
}
/* Adjust the other margins to account for the (now missing) 95px */
body.sidebar-both.body-layout-Boxed ul.topiclist dt {
margin-right: -395px;
}
body.sidebar-both.body-layout-Boxed ul.topiclist dt .list-inner {
margin-right: 395px;
}
body.sidebar-both.body-layout-Boxed li.header dt {
margin-right: -425px;
margin-right: -425px;
}
/* UCP columns
---------------------------------------- */
---------------------------------------- */
body.sidebar-both.body-layout-Boxed ul.topiclist.pmlist dt .list-inner {
margin-right: 95px; /* Creates the space */
}
body.sidebar-both.body-layout-Boxed ul.topiclist.two-columns dt {
margin-right: -95px;
margin-right: -95px;
}
body.sidebar-both.body-layout-Boxed ul.topiclist.two-columns li.header dt {
margin-right: -130px;
}
margin-right: -130px;
}
/* UCP Two long columns */
body.sidebar-both.body-layout-Boxed ul.two-long-columns dt .list-inner {
margin-right: 0;
@@ -52,98 +52,121 @@
body.sidebar-both ul.two-long-columns dd.lastpost {
display: none;
}
/* MCP Columns
---------------------------------------- */
/* Manually enabling the responsive layout. First, we remove the second column header */
body.sidebar-both.body-layout-Boxed .missing-column dd,
body.sidebar-both.body-layout-Boxed .missing-column dd,
body.sidebar-right-only.body-layout-Boxed .missing-column dd {
display: none;
}
/* But we still want the mark column, so re-enable that */
body.sidebar-both.body-layout-Boxed .missing-column dd.mark,
body.sidebar-both.body-layout-Boxed .missing-column dd.mark,
body.sidebar-right-only.body-layout-Boxed .missing-column dd.mark {
display: block;
}
/* Reduce the left column margin to 95px, just enough for the mark box */
body.sidebar-both.body-layout-Boxed ul.topiclist.missing-column dt,
body.sidebar-both.body-layout-Boxed ul.topiclist.missing-column dt,
body.sidebar-right-only.body-layout-Boxed ul.topiclist.missing-column dt {
margin-right: -95px;
}
body.sidebar-both.body-layout-Boxed ul.topiclist.missing-column dt .list-inner,
body.sidebar-right-only.body-layout-Boxed ul.topiclist.missing-column dt .list-inner {
body.sidebar-both.body-layout-Boxed ul.topiclist.missing-column dt .list-inner,
body.sidebar-right-only.body-layout-Boxed ul.topiclist.missing-column dt .list-inner {
margin-right: 95px;
}
/* Then enable the extra info below */
body.sidebar-both.body-layout-Boxed ul.topiclist.missing-column .responsive-show,
body.sidebar-both.body-layout-Boxed ul.topiclist.missing-column .responsive-show,
body.sidebar-right-only.body-layout-Boxed ul.topiclist.missing-column .responsive-show {
display: block !important;
}
/* Hacky bookmark fix */
/* Hacky bookmark fix */
body.sidebar-both.body-layout-Boxed ul.topiclist.missing-column li.header dt,
body.sidebar-both.body-layout-Fluid ul.topiclist.missing-column li.header dt,
body.sidebar-right-only.body-layout-Boxed ul.topiclist.missing-column li.header dt {
margin-right: -125px; /* 95px + 30px padding */
}
}
/* Manually enabling the responsive layout. First, we remove the second column header */
body.sidebar-both.body-layout-Boxed ul.topiclist.two-long-columns dd,
body.sidebar-right-only.body-layout-Boxed ul.topiclist.two-long-columns dd {
display: none;
display: none;
}
/* Increase the left column width to 100% */
body.sidebar-both.body-layout-Boxed ul.topiclist.two-long-columns dt,
body.sidebar-right-only.body-layout-Boxed ul.topiclist.two-long-columns dt {
margin-right: 0;
margin-right: 0;
}
/* Then enable the extra info below */
/* Then enable the extra info below */
body.sidebar-both.body-layout-Boxed ul.topiclist.two-long-columns .responsive-show,
body.sidebar-right-only.body-layout-Boxed ul.topiclist.two-long-columns .responsive-show {
display: block !important;
}
/* Custom Login Page
---------------------------------------- */
/* Clear the veritcal alignment. Make it wider for larger screens */
.login_container {
width: 900px;
}
/* For ACP Auth (and login_body.html...probably), reduce container width to 450px */
.auth-page-admin .login_container {
width: 450px;
}
}
/* Split the columns down */
.login_container_left, .login_container_right {
width: 50%;
display: table-cell;
vertical-align: middle;
}
/* Min height for left column content, so that it's taller than the registration box */
.login_container_left_section_content {
min-height: 400px;
}
/* For ACP Auth (and login_body.html...probably), remove min-height */
.auth-page-admin .login_container_left_section_content {
min-height: 0;
}
/* responsive logo
---------------------------------------- */
}
/* Grid
---------------------------------------- */
/***** Remove desc & last post, make topics & posts wider. Reduce row 1 height & overflow */
body.sidebar-right-only.body-layout-Boxed .forumlist_grid .forum_description {
display: none;
}
body.sidebar-right-only.body-layout-Boxed .forumlist_grid .tile_row_1 {
height: 75px;
}
body.sidebar-right-only.body-layout-Boxed .forumlist_grid .tile_row_2 {
margin-top: 0;
}
body.sidebar-right-only.body-layout-Boxed .forumlist_grid .tile_row_25 {
width: 50%;
}
body.sidebar-right-only.body-layout-Boxed .forumlist_grid .tile_row_50 {
display: none;
}
/* End minimal squishy fix */
}

View File

@@ -1,7 +1,7 @@
@media (min-width: 992px)and (max-width: 1199px) {
body{ border-top-color: #0F9;}
/* Global Containers
---------------------------------------- */
@@ -9,78 +9,105 @@
.body-layout-Boxed #wrap {
padding: 0 15px;
width: auto;
}
}
/* Sidebar Adjustments
----------------------------*/
/* Hide left sidebar on tiny screens */
#leftcolumn {
display: none;
}
/* Clear center column padding */
#contentcolumn {
padding-left: 0;
}
/* Expand center column to fill empty gap */
#contentcolumn {
margin-left: 0;
}
/* Grid Forumlist
---------------------------------------- */
/* Turn 3 columns into 2 */
.forumlist_grid li.row {
width: 50%;
width: 50%;
}
/***** Remove desc & last post, make topics & posts wider. Reduce row 1 height & overflow */
body.sidebar-right-only .forumlist_grid .forum_description,
body.sidebar-both .forumlist_grid .forum_description {
display: none;
}
body.sidebar-right-only .forumlist_grid .tile_row_1,
body.sidebar-both .forumlist_grid .tile_row_1 {
height: 75px;
}
body.sidebar-right-only .forumlist_grid .tile_row_2,
body.sidebar-both .forumlist_grid .tile_row_2 {
margin-top: 0;
}
body.sidebar-right-only .forumlist_grid .tile_row_25,
body.sidebar-both .forumlist_grid .tile_row_25 {
width: 50%;
}
body.sidebar-right-only .forumlist_grid .tile_row_50,
body.sidebar-both .forumlist_grid .tile_row_50 {
display: none;
}
/* End minimal squishy fix */
/* Forumlist Colums
---------------------------------------- */
---------------------------------------- */
/* Remove the 'last post' column */
body.sidebar-both .forabg dd.lastpost,
body.sidebar-both .forabg dd.lastpost,
body.sidebar-both .forumbg dd.lastpost,
body.sidebar-right-only .forabg dd.lastpost,
body.sidebar-right-only .forumbg dd.lastpost {
display: none;
}
/* Increase the other margins to account for the (now missing) 300px */
body.sidebar-both ul.topiclist.forums dt,
body.sidebar-both ul.topiclist.forums dt,
body.sidebar-right-only ul.topiclist.forums dt,
body.sidebar-both ul.topiclist.topics dt,
body.sidebar-both ul.topiclist.topics dt,
body.sidebar-right-only ul.topiclist.topics dt{
margin-right: -195px;
}
body.sidebar-both ul.topiclist dt .list-inner,
body.sidebar-both ul.topiclist dt .list-inner,
body.sidebar-right-only ul.topiclist dt .list-inner {
margin-right: 195px;
}
body.sidebar-both li.header dt,
body.sidebar-right-only li.header dt {
margin-right: -235px;
}
body.sidebar-both li.header dt,
body.sidebar-right-only li.header dt {
margin-right: -235px;
}
/* UCP Columns
---------------------------------------- */
/* For the UCP columns, we need to override this */
body.sidebar-both ul.topiclist.pmlist dt, body.sidebar-right-only ul.topiclist.pmlist dt {
margin-right: -95px;
}
/* Same again... */
/* Same again... */
body.sidebar-both ul.topiclist.pmlist dt .list-inner, body.sidebar-right-only ul.topiclist.pmlist dt .list-inner {
margin-right: 95px;
}
}
/* UCP Two long columns */
body.sidebar-both ul.two-long-columns dt .list-inner {
margin-right: 0;
@@ -88,11 +115,11 @@
body.sidebar-both ul.two-long-columns dd.lastpost {
display: none;
}
/* MCP Columns
---------------------------------------- */
/* Manually enabling the responsive layout. First, we remove the second column */
body.sidebar-both.body-layout-Boxed .missing-column dd,
body.sidebar-both.body-layout-Fluid .missing-column dd,
@@ -100,121 +127,121 @@
body.sidebar-right-only.body-layout-Fluid .missing-column dd {
display: none;
}
/* But we still want the mark column, so re-enable that */
body.sidebar-both.body-layout-Boxed .missing-column dd.mark,
body.sidebar-both.body-layout-Fluid .missing-column dd.mark,
body.sidebar-both.body-layout-Boxed .missing-column dd.mark,
body.sidebar-both.body-layout-Fluid .missing-column dd.mark,
body.sidebar-right-only.body-layout-Boxed .missing-column dd.mark,
body.sidebar-right-only.body-layout-Fluid .missing-column dd.mark {
display: block;
}
/* Reduce the left column margin to 95px, just enough for the mark box */
body.sidebar-both.body-layout-Boxed ul.topiclist.missing-column dt,
body.sidebar-both.body-layout-Boxed ul.topiclist.missing-column dt,
body.sidebar-both.body-layout-Fluid ul.topiclist.missing-column dt,
body.sidebar-right-only.body-layout-Boxed ul.topiclist.missing-column dt,
body.sidebar-right-only.body-layout-Fluid ul.topiclist.missing-column dt {
margin-right: -95px;
}
body.sidebar-both.body-layout-Boxed ul.topiclist.missing-column dt .list-inner,
body.sidebar-both.body-layout-Fluid ul.topiclist.missing-column dt .list-inner,
body.sidebar-right-only.body-layout-Boxed ul.topiclist.missing-column dt .list-inner,
body.sidebar-right-only.body-layout-Fluid ul.topiclist.missing-column dt .list-inner {
body.sidebar-right-only.body-layout-Fluid ul.topiclist.missing-column dt .list-inner {
margin-right: 95px;
}
/* Then enable the extra info below */
body.sidebar-both.body-layout-Boxed ul.topiclist.missing-column .responsive-show,
body.sidebar-both.body-layout-Boxed ul.topiclist.missing-column .responsive-show,
body.sidebar-both.body-layout-Fluid ul.topiclist.missing-column .responsive-show,
body.sidebar-right-only.body-layout-Boxed ul.topiclist.missing-column .responsive-show,
body.sidebar-right-only.body-layout-Fluid ul.topiclist.missing-column .responsive-show {
display: block !important;
}
/* Hacky bookmark fix */
/* Hacky bookmark fix */
body.sidebar-both.body-layout-Boxed ul.topiclist.missing-column li.header dt,
body.sidebar-both.body-layout-Fluid ul.topiclist.missing-column li.header dt,
body.sidebar-both.body-layout-Fluid ul.topiclist.missing-column li.header dt,
body.sidebar-right-only.body-layout-Boxed ul.topiclist.missing-column li.header dt,
body.sidebar-right-only.body-layout-Fluid ul.topiclist.missing-column li.header dt {
margin-right: -125px; /* 95px + 30px padding */
}
}
/* Manually enabling the responsive layout. First, we remove the second column header */
body.sidebar-both.body-layout-Boxed ul.topiclist.two-long-columns dd,
body.sidebar-both.body-layout-Fluid ul.topiclist.two-long-columns dd,
body.sidebar-right-only.body-layout-Fluid ul.topiclist.two-long-columns dd {
display: none;
display: none;
}
/* Increase the left column width to 100% */
body.sidebar-both.body-layout-Boxed ul.topiclist.two-long-columns dt,
body.sidebar-both.body-layout-Fluid ul.topiclist.two-long-columns dt,
body.sidebar-right-only.body-layout-Fluid ul.topiclist.two-long-columns dt .list-inner {
margin-right: 0;
margin-right: 0;
}
/* Then enable the extra info below */
/* Then enable the extra info below */
body.sidebar-both.body-layout-Boxed ul.topiclist.two-long-columns .responsive-show,
body.sidebar-both.body-layout-Fluid ul.topiclist.two-long-columns .responsive-show,
body.sidebar-right-only.body-layout-Fluid ul.topiclist.two-long-columns .responsive-show {
display: block !important;
}
/* Custom Login Page
---------------------------------------- */
/* Clear the veritcal alignment. Make it wider for larger screens */
.login_container {
width: 900px;
}
/* For ACP Auth (and login_body.html...probably), reduce container width to 450px */
.auth-page-admin .login_container {
width: 450px;
}
}
/* Split the columns down */
.login_container_left, .login_container_right {
width: 50%;
display: table-cell;
vertical-align: middle;
}
/* Min height for left column content, so that it's taller than the registration box */
.login_container_left_section_content {
min-height: 400px;
}
/* For ACP Auth (and login_body.html...probably), remove min-height */
.auth-page-admin .login_container_left_section_content {
min-height: 0;
}
/* Subforums in column
---------------------------------------- */
---------------------------------------- */
ul.sub-list {
width: 100%;
}
}
/* responsive logo
---------------------------------------- */
---------------------------------------- */
/* override the dynamic inline width so that we can relatively resize logo below */
#site-description {
width: 100% !important;
}
#site-description img {
max-width: 85%;
}
}
}

View File

@@ -0,0 +1,87 @@
.forabg, .forumbg {
border-radius: 0 0 10px 10px;
}
li.header {
border-radius: 10px 10px 0 0;
}
li.row:first-child {
border-radius: 10px 10px 0 0;
}
li.row:last-child {
border-radius: 0 0 10px 10px;
}
li.row:only-child {
border-radius: 10px;
}
#inner-wrap {
border-radius: 10px;
}
input.button1, a.button1, input.button2, a.button2, input.button3, .specialbutton, .button {
border-radius: 25px;
}
.post {
border-radius: 10px;
}
.rules {
border-radius: 10px;
}
.codebox code, blockquote {
border-radius: 10px;
}
select {
border-radius: 25px;
}
.inputbox[type=text], .inputbox[type=url], .inputbox[type=password] {
border-radius: 25px;
}
textarea {
border-radius: 10px;
}
.panel {
border-radius: 10px;
}
.search-box .inputbox {
border-radius: 25px 0 0 25px;
}
.search-box button.button-search {
border-radius: 0;
}
.search-box a.button-search-end {
border-radius: 0 25px 25px 0;
}
.pagination li span {
border-radius: 10px;
}
.forumlist_grid li.row, .grid_image_container, .forumlist_grid_forum_image, .grid_colour_overlay {
border-radius: 15px;
}
.tile_row_2:before {
border-radius: 2px;
}
.forumlist_grid .forabg {
border-radius: 10px;
}
.viewtopic_wrapper {
border-radius: 10px;
}

View File

@@ -0,0 +1,40 @@
/* phpBB3 Style Sheet
--------------------------------------------------------------
phpBB style name: Milk v2
Based on style: Merlin Framework (http://www.planetstyles.net)
--------------------------------------------------------------
*/
/* Core */
@import url("merlin.css?v=3.3");
@import url("normalize.css?v=3.3");
@import url("base.css?v=3.3");
@import url("utilities.css?v=3.3");
@import url("common.css?v=3.3");
@import url("links.css?v=3.3");
@import url("content.css?v=3.3");
@import url("buttons.css?v=3.3");
@import url("cp.css?v=3.3");
@import url("forms.css?v=3.3");
/* Icons */
@import url("icons.css?v=3.3");
@import url("icons_forums_topics.css?v=3.3");
/* Custom Additions */
@import url("animate.css?v=3.3");
@import url("tooltipster.bundle.min.css?v=3.3");
@import url("tooltipster-sideTip-borderless.min.css?v=3.3");
/* Responsive */
@import url("responsive/responsive.css?v=3.3");
@import url("responsive/xs-phones.css?v=3.3");
@import url("responsive/small-smaller-tablets.css?v=3.3");
@import url("responsive/medium-ipad.css?v=3.3");
@import url("responsive/large-desktops.css?v=3.3");
@import url("responsive/squishy.css?v=3.3");
/* Facelift */
@import url("colours.css?v=3.3");
@import url("fonts.css?v=3.3");
@import url("milk.css?v=3.3");