diff options
Diffstat (limited to 'prosilver/theme/stylesheet.css')
-rw-r--r-- | prosilver/theme/stylesheet.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/prosilver/theme/stylesheet.css b/prosilver/theme/stylesheet.css new file mode 100644 index 0000000..c7db605 --- /dev/null +++ b/prosilver/theme/stylesheet.css @@ -0,0 +1,19 @@ +/* phpBB 3.0 Style Sheet + -------------------------------------------------------------- + Style name: proSilver + Based on style: proSilver (this is the default phpBB 3 style) + Original author: subBlue ( http://www.subBlue.com/ ) + Modified by: + + Copyright 2006 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"); |