summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/wordpress-mobile-pack/themes/mobile_pack_green/style.css')
-rwxr-xr-xplugins/wordpress-mobile-pack/themes/mobile_pack_green/style.css33
1 files changed, 0 insertions, 33 deletions
diff --git a/plugins/wordpress-mobile-pack/themes/mobile_pack_green/style.css b/plugins/wordpress-mobile-pack/themes/mobile_pack_green/style.css
deleted file mode 100755
index 60b6593d..00000000
--- a/plugins/wordpress-mobile-pack/themes/mobile_pack_green/style.css
+++ /dev/null
@@ -1,33 +0,0 @@
-/*
-$Id: style.css 567923 2012-07-05 18:10:01Z jamesgpearce $
-$URL: http://plugins.svn.wordpress.org/wordpress-mobile-pack/trunk/themes/mobile_pack_green/style.css $
-Copyright (c) 2009 James Pearce & friends, portions mTLD Top Level Domain Limited, ribot, Forum Nokia
-This file is part of the WordPress Mobile Pack, licensed under the Apache License, Version 2.0. Consult server-side files for license.
-*/
-
-/*
-Theme Name: WordPress Mobile (green)
-Theme URI: http://wordpress.org/extend/plugins/wordpress-mobile-pack/
-Description: A tinted version of base theme of the WordPress Mobile Pack. It is designed to be used by mobile browsers.
-Version: 1.2.5
-Author: ribot, Forum Nokia & James Pearce
-Author URI: http://ribot.co.uk
-Template: mobile_pack_base
-
-@import "../mobile_pack_base/style.css";
-^ Deprecated and replaced by an additional <link> in the markup.
-
-*/
-
-/* VERY DARK */
-.button, #submit, #header, #footer {
- background-color:#6E811F;
-}
-input, textarea {
- border-color:#6E811F;
-}
-
-/* DARK */
-a, a:visited {
- color:#9EBF28;
-}