Skip to content

Commit

Permalink
Styles update for 3.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
melvingb committed Apr 10, 2016
1 parent 0e4c45f commit 947cd20
Show file tree
Hide file tree
Showing 12 changed files with 46 additions and 47 deletions.
24 changes: 2 additions & 22 deletions style.cfg
@@ -1,28 +1,8 @@
#
# phpBB Style Configuration File
#
# This file is part of the phpBB Forum Software package.
#
# @copyright (c) phpBB Limited <https://www.phpbb.com>
# @license GNU General Public License, version 2 (GPL-2.0)
#
# For full copyright and license information, please see
# the docs/CREDITS.txt file.
#
# At the left is the name, please do not change this
# At the right the value is entered
#
# Values get trimmed, if you want to add a space in front or at the end of
# the value, then enclose the value with single or double quotes.
# Single and double quotes do not need to be escaped.
#
#

# General Information about this style
name = revolution
copyright = © Melvin García
style_version = 2.0.0
phpbb_version = 3.1.5
style_version = 2.0.1
phpbb_version = 3.1.8

# Defining a different template bitfield
# template_bitfield = lNg=
Expand Down
2 changes: 1 addition & 1 deletion template/overall_footer.html
Expand Up @@ -39,7 +39,7 @@ <h3 class="alert_title">&nbsp;</h3><p class="alert_text"></p>
</div>

<script type="text/javascript" src="{T_JQUERY_LINK}"></script>
<!-- IF S_ALLOW_CDN --><script type="text/javascript">window.jQuery || document.write(unescape('%3Cscript src="{T_ASSETS_PATH}/javascript/jquery.min.js?assets_version={T_ASSETS_VERSION}" type="text/javascript"%3E%3C/script%3E'));</script><!-- ENDIF -->
<!-- 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><!-- ENDIF -->
<script type="text/javascript" src="{T_ASSETS_PATH}/javascript/core.js?assets_version={T_ASSETS_VERSION}"></script>
<!-- INCLUDEJS forum_fn.js -->
<!-- INCLUDEJS ajax.js -->
Expand Down
7 changes: 4 additions & 3 deletions template/overall_header.html
Expand Up @@ -14,6 +14,7 @@
<!-- IF S_ENABLE_FEEDS_TOPICS_ACTIVE --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_TOPICS_ACTIVE}" href="{U_FEED}?mode=topics_active"><!-- ENDIF -->
<!-- IF S_ENABLE_FEEDS_FORUM and S_FORUM_ID --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FORUM} - {FORUM_NAME}" href="{U_FEED}?f={S_FORUM_ID}"><!-- ENDIF -->
<!-- IF S_ENABLE_FEEDS_TOPIC and S_TOPIC_ID --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_TOPIC} - {TOPIC_TITLE}" href="{U_FEED}?f={S_FORUM_ID}&amp;t={S_TOPIC_ID}"><!-- ENDIF -->
<!-- EVENT overall_header_feeds -->
<!-- ENDIF -->

<!-- IF U_CANONICAL -->
Expand All @@ -31,7 +32,7 @@
<script>
WebFontConfig = {
google: {
families: ['Open Sans:n6']
families: ['Open+Sans:600:cyrillic-ext,latin,greek-ext,greek,vietnamese,latin-ext,cyrillic']
}
};

Expand All @@ -45,7 +46,7 @@
<!-- ENDIF -->
<link href="{T_STYLESHEET_LINK}" rel="stylesheet">
<link href="{T_STYLESHEET_LANG_LINK}" rel="stylesheet">
<link href="{T_THEME_PATH}/responsive.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet" media="all and (max-width: 700px), all and (max-device-width: 700px)">
<link href="{T_THEME_PATH}/responsive.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet" media="all and (max-width: 700px)">

<!-- IF S_CONTENT_DIRECTION eq 'rtl' -->
<link href="{T_THEME_PATH}/bidi.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet">
Expand Down Expand Up @@ -88,7 +89,7 @@
<div id="wrap-bg">
<div id="belevelmenu-wrapper">
<ul class="bevelmenu">
<li><a href="<!-- IF U_SITE_HOME -->{U_SITE_HOME}<!-- ELSE -->{U_INDEX}<!-- ENDIF -->" title="<!-- IF U_SITE_HOME -->{L_SITE_HOME}<!-- ELSE -->{L_INDEX}<!-- ENDIF -->">{L_INDEX}</a></li>
<li <!-- IF SCRIPT_NAME eq 'index' -->class="bevelmenu-active"<!-- ENDIF -->><a href="<!-- IF U_SITE_HOME -->{U_SITE_HOME}<!-- ELSE -->{U_INDEX}<!-- ENDIF -->" title="<!-- IF U_SITE_HOME -->{L_SITE_HOME}<!-- ELSE -->{L_INDEX}<!-- ENDIF -->">{L_INDEX}</a></li>
<!--// <li><a href="#">Menu item 1</a></li>
<li><a href="#">Menu item 2</a></li>
<li><a href="#">Menu item 3</a></li> -->
Expand Down
3 changes: 1 addition & 2 deletions theme/buttons.css
Expand Up @@ -5,8 +5,7 @@
cursor: pointer;
display: inline-block;
height: 18px;
line-height: 18px;
font-size: 13px;
font-size: 1.2em;
white-space: nowrap;
border: 1px solid transparent;
border-radius: 4px;
Expand Down
33 changes: 21 additions & 12 deletions theme/common.css
Expand Up @@ -43,6 +43,9 @@ table {
border-collapse: collapse;
border-spacing: 0;
}
abbr {
text-decoration: none;
}

/* General Markup Styles
---------------------------------------- */
Expand Down Expand Up @@ -348,10 +351,10 @@ ul.linklist li.responsive-menu {
ul.linklist li.responsive-menu a.responsive-menu-link {
display: inline-block;
margin: 0 5px;
font-size: 16px;
font-size: 1.455em;
position: relative;
width: 16px;
line-height: 20px;
line-height: 1.2em;
text-decoration: none;
}

Expand Down Expand Up @@ -820,7 +823,7 @@ fieldset.fields1 dl.pmlist dd.recipients {
/* Action-bars (container for post/reply buttons, pagination, etc.)
---------------------------------------- */
.action-bar {
font-size: 11px;
font-size: 1.1em;
margin: 4px 0;
}

Expand All @@ -832,7 +835,6 @@ fieldset.fields1 dl.pmlist dd.recipients {
---------------------------------------- */
.pagination {
float: right;
font-size: 11px;
margin-top: 3px;
text-align: right;
width: auto;
Expand Down Expand Up @@ -862,7 +864,7 @@ fieldset.fields1 dl.pmlist dd.recipients {
display: block;
font-size: 0.9em;
font-weight: normal;
line-height: 13px;
line-height: 1.4em;
min-width: 10px;
padding: 3px;
text-align: center;
Expand Down Expand Up @@ -1177,12 +1179,11 @@ ul.linklist:after,
.dropdown-extended .header {
padding: 0 10px;
font-family: Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 11px;
font-weight: bold;
text-align: left;
text-shadow: 1px 1px 1px white;
text-transform: uppercase;
line-height: 30px;
line-height: 3em;
border-bottom: 1px solid;
border-radius: 5px 5px 0 0;
}
Expand All @@ -1193,6 +1194,12 @@ ul.linklist:after,
text-transform: none;
}

.dropdown-extended .header:after {
content: '';
display: table;
clear: both;
}

.dropdown-extended .footer {
text-align: center;
font-size: 1.1em;
Expand Down Expand Up @@ -1234,7 +1241,7 @@ ul.linklist:after,
}

.notification_list p.notification-time {
font-size: 10px;
font-size: 0.9em;
margin: 0;
text-align: right;
}
Expand All @@ -1250,15 +1257,15 @@ ul.linklist:after,

.notification_list p.notifications_title {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 13px !important;
font-size: 1.2em !important;
}

.notification_list p.notifications_title strong {
font-weight: bold;
}

.notification_list p.notifications_time {
font-size: 10px !important;
font-size: 0.9em !important;
}

.notification_text {
Expand All @@ -1281,12 +1288,14 @@ ul.linklist:after,
}

#quick-links a.responsive-menu-link:before {
font-size: 16px;
font-size: 1.455em;
line-height: 16.5px;
}

.compact #quick-links a.responsive-menu-link {
font-size: 0;
width: 0;
overflow: hidden;
white-space: nowrap;
}

.compact .icon-notification > a > span, .compact .icon-pm > a > span {
Expand Down
6 changes: 5 additions & 1 deletion theme/content.css
Expand Up @@ -672,7 +672,7 @@ fieldset.polls dd div {
text-align: right;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
padding: 0 2px;
padding: 2px 2px 0 2px;
overflow: visible;
min-width: 8px;
}
Expand Down Expand Up @@ -842,3 +842,7 @@ table.fixed-width-table {
background: rgba(0, 0, 0, .3);
border-radius: 3px;
}

#memberlist tr.inactive, #team tr.inactive {
font-style: italic;
}
6 changes: 3 additions & 3 deletions theme/cp.css
Expand Up @@ -114,7 +114,7 @@ ul.cplist {
float: left;
font-size: 1em;
font-weight: bold;
line-height: 14px;
line-height: 1.4em;
}

#tabs .tab > a, #minitabs .tab > a {
Expand Down Expand Up @@ -172,10 +172,10 @@ ul.cplist {

.responsive-tab > a.responsive-tab-link {
display: block;
font-size: 16px;
font-size: 1.6em;
position: relative;
width: 16px;
line-height: 14px;
line-height: 0.9em;
text-decoration: none;
}

Expand Down
Binary file modified theme/images/alert_close.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified theme/images/header.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified theme/images/icons_button.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions theme/plupload.css
Expand Up @@ -15,6 +15,11 @@
width: 30%;
}

.attach-comment .inputbox {
resize: vertical;
width: 100%;
}

.attach-filesize {
width: 15%;
}
Expand Down
7 changes: 4 additions & 3 deletions theme/roelof.css
Expand Up @@ -18,7 +18,7 @@
}

.bevelmenu li a {
padding: 10px 10px;
padding: 8px 10px;
text-decoration: none;
color: #aaaaaa;

Expand All @@ -28,6 +28,7 @@
color: #FFFFFF;
}

.bevelmenu li.active a {
color: #FFFFFF;
.bevelmenu-active a {
border-bottom: 4px solid #6c2020;
background: #6c2020;
}

0 comments on commit 947cd20

Please sign in to comment.