aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme/colours.css
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11552] Breadcrumbs in footer, tabs bg colorVjacheslav Trushkin2013-10-171-1/+1
| | | | | | | Change breadcrumbs layout in footer to match breadcrumbs in header. Change background color for tabs dropdown menu PHPBB3-11552
* [ticket/11552] Responsive CP tabsVjacheslav Trushkin2013-10-171-0/+16
| | | | PHPBB3-11552
* [ticket/11552] Responsive menuVjacheslav Trushkin2013-10-171-0/+17
| | | | PHPBB3-11552
* [ticket/11921] Improve appearance of PM notifications in linklistMatt Friedman2013-10-151-0/+1
| | | | PHPBB3-11921
* [ticket/11921] Improve appearance of Notifications in linklistMatt Friedman2013-10-151-0/+1
| | | | PHPBB3-11921
* Merge pull request #1571 from bantu/ticket/11345Nils Adermann2013-10-101-1/+0
|\ | | | | [ticket/11345] Better font for buttons
| * [ticket/11345] Change font for buttonsVjacheslav Trushkin2013-07-141-1/+0
| | | | | | | | | | | | Change font to Open Sans PHPBB3-11345
* | Merge pull request #1651 from cyberalien/ticket/11782Nathan Guse2013-09-051-1/+14
|\ \ | | | | | | Fix layout of notices in posts
| * | [ticket/11782] Change p.rules to p.post-notice in CSSVjacheslav Trushkin2013-08-111-1/+14
| | | | | | | | | | | | PHPBB3-11782
* | | Merge branch 'develop-olympus' into developAndreas Fischer2013-08-191-5/+5
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | * develop-olympus: [ticket/11801] removed some whitespace and added missing semi colon's in css Conflicts: phpBB/styles/prosilver/theme/colours.css
| * | [ticket/11801] removed some whitespace and added missing semi colon's in cssProsk8er2013-08-191-16/+16
| | | | | | | | | | | | PHPBB3-11801
* | | [ticket/8228] Fix still existing problems with code in firefoxOliver Schramm2013-07-301-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | A user of a board mentioned that there are still some problems in firefox if php-highlighting is on. So I used a snippet which they worked on for weeks. Link to the snippet (in german): http://www.ongray-design.de/forum/viewtopic.php?t=541 PHPBB3-8228
* | | [ticket/8228] Fix whitespaces before code in FirefoxOliver Schramm2013-07-241-1/+1
| |/ |/| | | | | | | | | Based on the "[code] enhancements" modification by TerraFrost PHPBB3-8228
* | [ticket/11010] Change input type to search for search formsVjacheslav Trushkin2013-05-201-0/+17
| | | | | | | | | | | | | | | | Change input type to search for search forms Replace search placeholder JS with placeholder attribute Add style for search placeholder PHPBB3-11010
* | [ticket/11489] CSS changes for topiclist listsVjacheslav Trushkin2013-05-141-5/+0
| | | | | | | | PHPBB3-11489
* | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/11103Nathaniel Guse2013-02-111-8/+27
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Nathan Guse (28) and others # Via Andreas Fischer (9) and others * 'develop' of https://github.com/phpbb/phpbb3: (90 commits) [ticket/11350] Do not pass $db by reference; typehint phpbb_db_driver [feature/migrations] Remove default values from necessary parameters [ticket/11201] Revert WLM dropping because it is still used in China. [ticket/11220] Improvement to the info pop-up from "list=" [feature/migrations] Revert unrelated changes to functions.php [ticket/11233] prohibit selecting anonymous user as a PM recipient [ticket/11343] Remove spare parentheses. [ticket/11343] Remove spare space. [ticket/11343] Use === when checking stored user_actkey against user input. [ticket/11295] Correct cases: replace postgres with phpbb_db_driver_postgres. [ticket/10050] removing prosilver edits [ticket/9737] Fix some comments [ticket/11337] Abort setup-webserver.sh script when an error occurs. [ticket/11337] Only run functional tests on 5.3.19 or higher. No FPM otherwise. [ticket/11337] Silence nginx config file writing. [ticket/11337] php-fpm.conf is no longer owned by root. [ticket/11337] Run functional tests on travis using nginx and php-fpm. [ticket/11338] Travis CI: Install PHP extension for redis key-value store. [ticket/10050] adding .topicrow to template condition [ticket/9737] Fix a few minor things in migrations ... Conflicts: phpBB/config/services.yml phpBB/config/tables.yml
| * | [ticket/11201] Revert WLM dropping because it is still used in China.Andreas Fischer2013-02-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Windows Live Messenger is still in use in china which accounts for ~20% of world population. Revert WLM dropping which has been merged under the assumption that WLM data and features are completely useless. This commit reverts commits - 460470229d972b93ef5a98b0d1d97a2a970d684f - 9affd6f7e7b95442f1ef14894858d8213f3fbd2a which have been merged by d59431691c27c73fba8ae9934b84b34a13280dd2. PHPBB3-11201
| * | Merge remote-tracking branch 'remotes/cyberalien/ticket/11329' into developNathan Guse2013-01-221-0/+27
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | # By Vjacheslav Trushkin # Via Vjacheslav Trushkin * remotes/cyberalien/ticket/11329: [ticket/11329] Moving colors to colours.css
| | * | [ticket/11329] Moving colors to colours.cssVjacheslav Trushkin2013-01-211-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | Moving color values from buttons.css to colours.css PHPBB3-11329
| * | | Merge remote-tracking branch 'remotes/cyberalien/ticket/10431' into developNathan Guse2013-01-151-8/+0
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Vjacheslav Trushkin # Via Vjacheslav Trushkin * remotes/cyberalien/ticket/10431: [ticket/10431] Remove .left class from reply-all [ticket/10431] Remove reply-all custom css [ticket/10431] Adjustments for large buttons [ticket/10431] Changed fonts for Linux [ticket/10431] Adjustments for IE7 [ticket/10431] Different font for iOS [ticket/10431] CSS3 buttons
| | * | [ticket/10431] CSS3 buttonsVjacheslav Trushkin2012-11-111-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | CSS3 replacements for big buttons PHPBB3-10431
| * | | [ticket/11201] Remove MSN/WLM fieldsJoas Schilling2013-01-111-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WLM will be shutdown in March 2013. Skype is the new replacement. But as Skype uses a different login ID and service, the values in this field are useless. So we can safely remove the field and the links/functions we create. PHPBB3-11201
* | | | [ticket/11103] Clean up some notifications CSSMatt Friedman2013-01-151-3/+2
| | | | | | | | | | | | | | | | PHPBB3-11103
* | | | [ticket/11103-VSE] Updated notification AJAX stylingMatt Friedman2012-12-251-2/+27
| | | | | | | | | | | | | | | | PHPBB3-11103
* | | | Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11103Nathan Guse2012-11-141-7/+7
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | Conflicts: phpBB/common.php phpBB/config/services.yml
| * | | [ticket/11197] Prefix the css classes for the small arrow with "arrow"Marc Alexander2012-11-131-7/+7
| |/ / | | | | | | | | | | | | | | | | | | | | | It does not make sense to have classes named "right" and "left" produce a small arrow next to text. It should be made clear that an arrow will appear. PHPBB3-11197
* | | Merge branch 'develop' of github.com:EXreaction/phpbb3 into ticket/11103Nathaniel Guse2012-11-101-3/+3
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | Conflicts: phpBB/install/schemas/mssql_schema.sql phpBB/report.php phpBB/styles/prosilver/template/ucp_prefs_personal.html phpBB/styles/subsilver2/template/ucp_prefs_personal.html
| * | [ticket/11018] Fix minor issues with CSS in prosilverJoas Schilling2012-10-171-3/+3
| | | | | | | | | | | | PHPBB3-11018
* | | [ticket/11103] Code cleanupNathan Guse2012-10-291-1/+1
| | | | | | | | | | | | PHPBB3-11103
* | | [ticket/11103] Restyling notifications list for prosilverNathan Guse2012-10-161-9/+22
|/ / | | | | | | PHPBB3-11103
* | [ticket/10968] Render pagination within the templateDrae2012-07-181-9/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Since phpBB 2 pagination has been rendered mostly within the source. This limits just what designers can do with pagination. The current form is also questionable in terms of "best practice". The aim is to move rendering completely to the template via the use of a block element. Enabling S_ template vars also allows for control over specific aspects of the pagination output such as next, previous, active and ellipsis. Related to this - merging the capabilities of the topic_generate_pagination with generate_pagination removes an element of duplication. PHPBB3-10968
* | [ticket/10734] Fixed minor bugShibu Lijack2012-04-101-2/+1
| | | | | | | | | | | | Removed an extra empty line in colors.css PHPBB-10734
* | [ticket/10734] Moved style elements and fixed minor bugsShibu Lijack2012-04-091-10/+1
| | | | | | | | | | | | | | | | | | | | Moved color related style elements to colours.css and other elements to common.css Also added an empty display for corners span. Removed unwanted space in mcp_topic Removed DS_Store PHPBB-10734
* | [ticket/10734] Fixed cp cssShibu Lijack2012-04-021-0/+1
| | | | | | | | | | | | Fixed border radius and padding of the ucp and mcp. PHPBB-10734
* | [ticket/10734] Removed unwanted css elementsShibu Lijack2012-04-021-33/+0
| | | | | | | | | | | | Removed all the corner css elements PHPBB-10734
* | [ticket/10734] Removed unwanted CSS hacksShibu Lijack2012-03-311-32/+0
| | | | | | | | | | | | | | Removed -webkit and -moz as suggested by cyberalien. Removed unused style elements. PHPBB-10734
* | [ticket/10734] CSS tweaksShibu Lijack2012-03-311-4/+29
| | | | | | | | | | | | | | | | Modified colours.css Removed the corner images. Added border radius. PHPBB3-10734
* | [ticket/10270] Changing close button for ajax popupsVjacheslav Trushkin2012-03-311-0/+14
| | | | | | | | | | | | Changed close button for popups to match prosilver style and from img to css, moved color values to colours.css PHPBB3-10270
* | Merge branch 'develop' into feature/prosilver-cleanup/duplicate-colorsVjacheslav Trushkin2012-03-241-6/+0
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop: (117 commits) [task/travis] Refactor php version check for dbunit install [task/travis] Exclude functional and slow tests [ticket/10719] Revert "Skip functional tests on PHP 5.2" [task/travis-develop2] Update version from 5.3 to 5.3.2 [task/travis] Dropping support for 5.2 in develop branch [task/travis] Some more small travis fixes [task/travis] Rename travis phpunit config files [task/travis] Fixing some travis issues [ticket/10684] Adjust function and parameter name, minor changes. [task/travis] Add automated testing to readme [task/travis] Removing development information [task/travis] Adding Travis Continuous Intergration Support [ticket/10704] minor typo in a comment [ticket/10717] Fix profile field sample in prosilver´s memberlist_view.html [ticket/10691] Fixed the speed of creating search index [task/php54-ascraeus] Bring p_master#module_auth into PHP 5 era. [task/php54] Disable E_STRICT in Olympus when running on PHP 5.4. [task/php54] Refactor error_reporting call slightly. [ticket/10690] Fix undefined UNAPPROVED_POSTS_ZERO_TOTAL in queue [ticket/10689] Fix "First character"-option in "Find a member"-search ... Conflicts: phpBB/styles/prosilver/theme/cp.css
| * \ Merge branch 'develop-olympus' into developVjacheslav Trushkin2012-02-241-6/+0
| |\ \ | | |/ | | | | | | | | | | | | * develop-olympus: [ticket/10453] PM viewmessage page is misplacing the online icon [ticket/10453] PM viewmessage page is misplacing the online icon
| | * [ticket/10453] PM viewmessage page is misplacing the online iconRaimon2011-11-131-6/+0
| | | | | | | | | | | | | | | | | | PHPBB3-10453 http://tracker.phpbb.com/browse/PHPBB3-10453
* | | [feature/prosilver-cleanup/duplicate-colors] Removing duplicate colorsVjacheslav Trushkin2012-02-161-5/+9
|/ / | | | | | | | | | | Removing color values from files other than colours.css PHPBB3-10619
* | [feature/remove-imagesets] Changing prosilverVjacheslav Trushkin2011-09-041-120/+120
| | | | | | | | | | | | Removing imagesets. Changing prosilver PHPBB3-10336
* | [ticket/10260] Remove prosilver styleswitcherIgor Wiedler2011-07-121-4/+0
| | | | | | | | | | | | | | | | The styleswitcher is an odd invention that allows setting the font size of the page dynamically via JavaScript (and CSS). This should be done by browser settings instead. PHPBB3-10260
* | Merge branch 'develop-olympus' into developAndreas Fischer2011-06-091-1/+1
|\ \ | |/ | | | | | | * develop-olympus: [ticket/10068] Style links posted in posts the same way as in signatures.
| * [ticket/10068] Style links posted in posts the same way as in signatures.Joas Schilling2011-06-061-1/+1
| | | | | | | | | | | | | | | | | | | | Firefox4 is going to have some restrictions to :visited for security purpose (see http://hacks.mozilla.org/2010/03/privacy-related-changes-coming-to-css-vistited/ for more information) In phpBB links inside posts therefor can not be displayed with the dotted line anymore. So when we change this anyway we can just make links in signature and posts look the same. PHPBB3-10068
* | Merge branch 'ticket/hanakin/10001' into developIgor Wiedler2011-02-281-0/+53
|\ \ | |/ |/| | | | | | | * ticket/hanakin/10001: [ticket/10001] Created the new styles within colours.css to handle the displaying of the forum & topic images [ticket/10001] Created new Template variable to house class names based on $folder_img value, Modified prosilver template files to utilize class for forum & topic images through out template via the newly created Template variable, Created the new styles within colours.css to handle the displaying of the forum & topic images
| * [ticket/10001] Created the new styles within colours.css to handle the ↵hanakin2011-01-181-0/+53
| | | | | | | | | | | | | | | | | | | | displaying of the forum & topic images * Created the new styles within colours.css to handle the displaying of the forum & topic images - NOTES: This changes are the first step in the revamp of prosilver initiative, this provides the ground work to handle the images via sprites to reduce the amount of HTTP requests by the server PHPBB3-10001
* | [ticket/10036] Use image from configuration file for displaying online-status.Joas Schilling2011-02-241-1/+1
| | | | | | | | PHPBB3-10036
* | [ticket/9166] Fixed CSS element order in prosilver.Schnorrer422011-01-281-3/+13
|/ | | | PHPBB3-9166