summaryrefslogtreecommitdiff
path: root/plugin_manager/skins/larry/plugin_manager_update.css
diff options
context:
space:
mode:
Diffstat (limited to 'plugin_manager/skins/larry/plugin_manager_update.css')
-rw-r--r--plugin_manager/skins/larry/plugin_manager_update.css66
1 files changed, 66 insertions, 0 deletions
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