OSDN Git Service

NP_admin 0.1.9
[nucleus-jp/nucleus-plugins.git] / NP_admin / trunk / skins / admin / styles / popups.css
diff --git a/NP_admin/trunk/skins/admin/styles/popups.css b/NP_admin/trunk/skins/admin/styles/popups.css
new file mode 100644 (file)
index 0000000..f4e54ed
--- /dev/null
@@ -0,0 +1,103 @@
+/*\r
+       media library popup\r
+       \r
+       $Id: popups.css 757 2005-08-12 07:29:40Z dekarma $\r
+       $NucleusJP: popups.css,v 1.5 2006/07/17 20:03:45 kimitake Exp $\r
+*/\r
+\r
+body {\r
+       font-family: verdana, arial;\r
+       font-size: small;\r
+       background-color: #fff;\r
+       color: #000;\r
+}\r
+\r
+img {\r
+       border: none;\r
+}\r
+\r
+a:link, a:visited {\r
+       color: #1D3565; \r
+       font-weight: bold;\r
+       text-decoration: none;\r
+}\r
+a:hover {\r
+       text-decoration: underline;\r
+}\r
+\r
+.heading {\r
+       text-align: center;\r
+       font-size: xx-large;\r
+       font-weight: bold;\r
+       color: gray;    \r
+}\r
+\r
+.heading i {\r
+       position: absolute;\r
+       top: 5px;\r
+       right: 5px;\r
+       font-size: small;\r
+       font-style: normal;\r
+       font-weight: normal;\r
+}\r
+\r
+p {\r
+       text-indent: 20px;\r
+}\r
+\r
+h1 {\r
+       border-bottom: 1px dotted gray;\r
+       font-size: x-large;\r
+       color: #596d9d;\r
+}\r
+\r
+h2 {\r
+       color: gray;\r
+       font-size: large;\r
+       margin-left: 20px;\r
+       text-indent: 10px;\r
+       border-bottom: 1px solid #ddd;\r
+}\r
+\r
+pre, .note, .faq .answer {\r
+       background-color: #ddd;\r
+       padding: 10px;\r
+       font-size: small;\r
+}\r
+\r
+.faq .question {\r
+       font-weight: bold;\r
+       margin-bottom: 0px;\r
+}\r
+\r
+.faq .answer {\r
+\r
+}\r
+\r
+.faq {\r
+       margin-bottom: 20px;\r
+}\r
+\r
+table {\r
+       border: none;\r
+}\r
+\r
+th {\r
+       background-color: linen;\r
+       font-size: medium;\r
+}\r
+\r
+th, td {\r
+       padding: 5px;\r
+}\r
+\r
+td {\r
+       background-color: #dddddd;\r
+       font-size: small;\r
+       vertical-align: top;\r
+       text-align: left;\r
+}\r
+\r
+label {\r
+       cursor: pointer;\r
+}
\ No newline at end of file