Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/peter23/genpas.peter23.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css43
1 files changed, 43 insertions, 0 deletions
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..b5c2b93
--- /dev/null
+++ b/style.css
@@ -0,0 +1,43 @@
+#pass {
+ font-family: monospace;
+ font-weight: bold;
+ font-size: 1.2em;
+ padding: 10px;
+ border: 1px #000000 solid;
+ float: left;
+ line-height: 150%;
+ display: none;
+}
+
+#diventropy {
+ border: 1px #000000 solid;
+ background-color: rgb(255,255,225);
+ text-align: center;
+ width: 600px;
+ margin-bottom: 20px;
+ display: none;
+}
+
+#pass_cmnt {
+ margin-bottom: 20px;
+}
+
+#counter {
+ font-weight: bold;
+}
+
+.inpblock {
+ display: table-cell !important;
+ display: inline; /* для IE */
+ padding-right: 15px;
+}
+
+.divblock {
+ display: table;
+ margin-bottom: 18px;
+}
+
+#genbutton {
+ font-weight: bold;
+ font-size: 1em;
+}