forked from phpbb/phpbb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstylesheet.css
More file actions
23 lines (22 loc) · 813 Bytes
/
Copy pathstylesheet.css
File metadata and controls
23 lines (22 loc) · 813 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* phpBB3 Style Sheet
--------------------------------------------------------------
Style name: prosilver (the default phpBB 3.3.x style)
Based on style:
Original author: Tom Beddard ( http://www.subblue.com/ )
Modified by: phpBB Limited ( https://www.phpbb.com/ )
--------------------------------------------------------------
*/
@import url("normalize.css?v=4.0");
@import url("base.css?v=4.0");
@import url("utilities.css?v=4.0");
@import url("common.css?v=4.0");
@import url("links.css?v=4.0");
@import url("content.css?v=4.0");
@import url("buttons.css?v=4.0");
@import url("cp.css?v=4.0");
@import url("forms.css?v=4.0");
@import url("icons.css?v=4.0");
@import url("colours.css?v=4.0");
@import url("responsive.css?v=4.0");
@import url("bidi.css?v=4.0");
@import url("tweaks.css?v=4.0");