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

github.com/LordMathis/hugo-theme-nix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorLordMathis <namesny.matus@gmail.com>2016-09-27 20:24:25 +0300
committerLordMathis <namesny.matus@gmail.com>2016-09-27 20:24:25 +0300
commit824d62b5cb7d1c11d68506ea0078905eea634131 (patch)
tree01784ea9aabf8b8f44888f9ff070513c0f69f97e /static
parentb6de3530c843aaca17846ac1a6c95b39cf7d3bd7 (diff)
added stuff
Diffstat (limited to 'static')
-rw-r--r--static/css/.nix.css.swpbin0 -> 12288 bytes
-rw-r--r--static/css/nix.css46
2 files changed, 46 insertions, 0 deletions
diff --git a/static/css/.nix.css.swp b/static/css/.nix.css.swp
new file mode 100644
index 0000000..fbf1b02
--- /dev/null
+++ b/static/css/.nix.css.swp
Binary files differ
diff --git a/static/css/nix.css b/static/css/nix.css
new file mode 100644
index 0000000..850ef84
--- /dev/null
+++ b/static/css/nix.css
@@ -0,0 +1,46 @@
+html {
+ height: 100%;
+}
+
+body {
+ margin-top: 50px;
+ background-color: #fdfdfd;
+ height: 100%;
+ font-family: 'Montserrat', sans-serif;
+}
+
+#green-terminal {
+ color: #00ff00;
+}
+
+.font-header {
+ font-family: 'Inconsolata', monospace;
+}
+
+.font-paragraph {
+ font-family: 'Montserrat', sans-serif;
+}
+
+nav {
+ font-size: 1.5em;
+}
+
+
+h1,h2,h3,h4,h5,h6 {
+ font-family: 'Inconsolata', monospace;
+}
+
+h1 {
+ font-size: 5em;
+}
+
+.user-description {
+ border-style: solid;
+ border-width: 5px;
+ border-color: #292929;
+}
+
+i {
+ margin: 10px 20px 10px 20px;
+ color: #333;
+}