mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
* develop-olympus: [ticket/10254] Add "phpBB Group" to "Modified by" in prosilver stylesheet.css [ticket/10254] Removing the subsilver2 NOTE, incompatible with phpBB.com. [ticket/10254] Removing the NOTE as it is incompatible with phpBB.com. [ticket/10254] Remove subsilver2 as default style on theme. [ticket/10254] Remove style names from themes and fix some informations on it.
18 lines
590 B
CSS
18 lines
590 B
CSS
/* phpBB3 Style Sheet
|
|
--------------------------------------------------------------
|
|
Style name: prosilver (the default phpBB 3.0.x style)
|
|
Based on style:
|
|
Original author: Tom Beddard ( http://www.subblue.com/ )
|
|
Modified by: phpBB Group ( http://www.phpbb.com/ )
|
|
--------------------------------------------------------------
|
|
*/
|
|
|
|
@import url("common.css");
|
|
@import url("links.css");
|
|
@import url("content.css");
|
|
@import url("buttons.css");
|
|
@import url("cp.css");
|
|
@import url("forms.css");
|
|
@import url("tweaks.css");
|
|
@import url("colours.css");
|
|
@import url("imageset.css");
|