From 99f904adcc37d93c90defcd8ce898598e25be212 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Wed, 11 Mar 2015 16:55:04 +0100 Subject: Lot of plugins --- .../skins/larry/plugin_manager_update.css | 66 ++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 plugin_manager/skins/larry/plugin_manager_update.css (limited to 'plugin_manager/skins/larry/plugin_manager_update.css') diff --git a/plugin_manager/skins/larry/plugin_manager_update.css b/plugin_manager/skins/larry/plugin_manager_update.css new file mode 100644 index 0000000..65aa7a2 --- /dev/null +++ b/plugin_manager/skins/larry/plugin_manager_update.css @@ -0,0 +1,66 @@ +.motd{ + z-index: 9997; + position: absolute; + top: 2px; + left: 50%; + margin-left: -200px; + width: 400px; + border-radius: 5px; + padding: 10px 10px 10px 10px; + -moz-border-radius: 5px; + border: 1px solid #DEEEFC; + background-color: #F2F9FF; + text-align: justify; + color: #3F70BA; +} + +.updatepm{ + z-index: 9998; + position: absolute; + top: 2px; + left: 50%; + margin-left: -200px; + width: 400px; + border-radius: 5px; + padding: 4px; + -moz-border-radius: 5px; + border: 1px solid #DEEEFC; + background: url(download.png) 20px 8px no-repeat #F2F9FF; + text-align: center; + color: #3F70BA; + cursor: pointer; +} + +.updatepmrequired{ + z-index: 9999; + position: absolute; + top: 2px; + left: 50%; + margin-left: -200px; + width: 400px; + border-radius: 5px; + padding: 4px; + -moz-border-radius: 5px; + border: 1px solid #FEEBAB; + background: url(download.png) 20px 8px no-repeat #FEF8E1; + text-align: center; + color: #9E660D; + cursor: pointer; +} + +.myrcerror{ + z-index: 9999; + position: absolute; + top: 2px; + margin-left: auto; + left: 50%; + margin-left: -200px; + width: 400px; + border-radius: 5px; + padding: 4px; + -moz-border-radius: 5px; + background-color: #FF6B61; + border: 1px solid #FF0800; + text-align: center; + color: #733737; +} \ No newline at end of file -- cgit v1.2.3