diff --git a/balkiantheme/static/css/main-desktop.css b/balkiantheme/static/css/main-desktop.css index 8189e66..b1802e6 100755 --- a/balkiantheme/static/css/main-desktop.css +++ b/balkiantheme/static/css/main-desktop.css @@ -1,109 +1,7 @@ #badge{ - position: relative; - margin: 0 auto 30px; - width: 180px; - height: 210px; - padding: 0; - -webkit-transform: rotate(-4deg); - -moz-transform: rotate(-4deg); - transform: rotate(-4deg); + height: 270px; } -/* entire container, keeps perspective */ - -.flip-container { - perspective: 1000; - -webkit-perspective: 1000; -} - -#badge { - transition: 0.2s; - transition-delay: 0.4s; -} - -#badge:hover { - -webkit-transform: translate(5px, 20px) rotate(0.5deg) scale(1.1); - -moz-transform: translate(5px, 20px) rotate(0.5deg) scale(1.1); - transform: translate(5px, 20px) rotate(0.5deg) scale(1.1); - transition-delay: 0s; -} - -/* flip the pane when hovered */ -.flip-container:hover .flipper, .flip-container.hover .flipper { - -webkit-transform: rotateY(180deg); - -moz-transform: rotateY(180deg); - transform: rotateY(180deg); -} - -.flip-container, .front, .back { - width: 180px; - height: 180px; -} - -/* flip speed goes here */ -.flipper { - transition: 0.8s; - transform-style: preserve-3d; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - - position: relative; -} - -/* hide back of pane during swap */ -.front, .back { - backface-visibility: hidden; - -webkit-backface-visibility: hidden; - -moz-backface-visibility: hidden; - position: absolute; - top: 0; - left: 0; - padding: 2px; - padding-bottom: 30px; - background-color: black; - box-shadow: -5px 5px 5px #555; - -webkit-box-shadow: -5px 5px 15px #555; - -moz-box-shadow: -5px 5px 15px #555; -} - -/* front pane, placed above back */ -.front { - z-index: 3; -} - -/* back, initially hidden pane */ -.back { - transform: rotateY(180deg); - -webkit-transform: rotateY(180deg); - -moz-transform: rotateY(180deg); - transform: rotateY(180deg); - z-index: 4; -} - -.sticky:after { - content: ""; - height: 20px; - width: 80px; - background: rgba(255,255,255,0.5); - position: absolute; - -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4); - -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.4); - box-shadow: 0px 1px 3px rgba(0,0,0,0.4); - top: 0; - right: 8px; - margin: -8px -40px 0 0; - z-index: 1000; - -webkit-transform:rotate(43deg); - -moz-transform:rotate(43deg); - backface-visibility: hidden; - -moz-backface-visibility: hidden; - -webkit-backface-visibility: hidden; -} - -/*.flip-container:hover .sticky:after {*/ - /*content: "";*/ - /*visibility: hidden;*/ -/*}*/ #container { width: 1200px; @@ -114,18 +12,6 @@ width: 1200px; } -#sidebar { - position: relative; - width: 300px; - float: left; - padding: 20px; - text-align: right; - border-right: dashed 1px #DDD; - -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ - -moz-box-sizing: border-box; /* Firefox, other Gecko */ - box-sizing: border-box; /* Opera/IE 8+ */ -} - #content { width: 840px; @@ -243,15 +129,6 @@ div.navbar { float: left; } -#about li { - line-height:2em; - vertical-align: middle - border-bottom:1px solid #DDD; - float:left; - display:inline; - width: 33.333%; -} - @-webkit-keyframes toright { from { padding-left: 0px; diff --git a/balkiantheme/static/css/main-medium.css b/balkiantheme/static/css/main-medium.css index 055ba3f..62dd28a 100644 --- a/balkiantheme/static/css/main-medium.css +++ b/balkiantheme/static/css/main-medium.css @@ -1,105 +1,3 @@ -#badge{ - position: relative; - margin: 0px auto 10px; - width: 80%; - height: 180px; - padding: 0; - -webkit-transform: rotate(-4deg); - -moz-transform: rotate(-4deg); - transform: rotate(-4deg); -} - -/* entire container, keeps perspective */ - -.flip-container { - perspective: 1000; - -webkit-perspective: 1000; -} - -#badge { - transition: 0.2s; - transition-delay: 0.4s; -} - -#badge:hover { - -webkit-transform: translate(5px, 20px) rotate(0.5deg) scale(1.1); - -moz-transform: translate(5px, 20px) rotate(0.5deg) scale(1.1); - transform: translate(5px, 20px) rotate(0.5deg) scale(1.1); - transition-delay: 0s; -} - -/* flip the pane when hovered */ -.flip-container:hover .flipper, .flip-container.hover .flipper { - -webkit-transform: rotateY(180deg); - -moz-transform: rotateY(180deg); - transform: rotateY(180deg); -} - -.flip-container, .front, .back { - width: 100%; -} - -/* flip speed goes here */ -.flipper { - transition: 0.8s; - transform-style: preserve-3d; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - - position: relative; -} - -/* hide back of pane during swap */ -.front, .back { - backface-visibility: hidden; - -webkit-backface-visibility: hidden; - position: absolute; - top: 0; - left: 0; - padding: 1%; - padding-bottom: 10%; - background-color: black; - box-shadow: -5px 5px 5px #555; - -webkit-box-shadow: -5px 5px 15px #555; - -moz-box-shadow: -5px 5px 15px #555; -} - -/* front pane, placed above back */ -.front { - z-index: 3; -} - -/* back, initially hidden pane */ -.back { - transform: rotateY(180deg); - -webkit-transform: rotateY(180deg); - z-index: 4; -} - -.sticky:after { - content: ""; - height: 20px; - width: 80px; - background: rgba(255,255,255,0.5); - position: absolute; - -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4); - -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.4); - box-shadow: 0px 1px 3px rgba(0,0,0,0.4); - top: 0; - right: 8px; - margin: -8px -40px 0 0; - z-index: 1000; - -webkit-transform:rotate(43deg); - -moz-transform:rotate(43deg); - backface-visibility: hidden; - -moz-backface-visibility: hidden; - -webkit-backface-visibility: hidden; -} - -.sticky:hover:after { - content: ""; - visibility: hidden; -} #contentwrapper { position: relative; diff --git a/balkiantheme/static/css/main.css b/balkiantheme/static/css/main.css index 030430b..bbf33be 100755 --- a/balkiantheme/static/css/main.css +++ b/balkiantheme/static/css/main.css @@ -17,12 +17,169 @@ body { margin: 0 auto; } + + +#sidebar { + position: relative; + width: 300px; + float: left; + padding: 20px; + text-align: right; + border-right: dashed 1px #DDD; + -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ + -moz-box-sizing: border-box; /* Firefox, other Gecko */ + box-sizing: border-box; /* Opera/IE 8+ */ +} + +.icons { + text-align: center; + color: #333; + /* text-shadow: 2px 2px #FFD700; */ +} + +.coolicon { + position: relative; +} + +.coolicon:hover .icon-stack { + visibility: none; +} + +.coolicon:hover .explanation { + white-space: nowrap; + background: #FFD700; + display: block; + position:absolute; + border: 1px solid black; + z-index: 99; + top: 1em; + color: black; + font-family: Comfortaa; + /* width: 100%; */ + padding: 0.5em; + /* border-radius: 0 10px 10px; */ + overflow: visible; + left: 0; + /* transform-origin: 95% 50%; */ + /* -moz-transform-origin: 95% 50%; */ + /* -webkit-transform-origin: 95% 50%; */ + -webkit-transform: rotate(-4deg); + -moz-transform: rotate(-4deg); + transform: rotate(-4deg); +} +/* .coolicon:hover { */ +/* width: 5em; */ +/* } */ +.explanation { + display:none; +} +#badge{ + position: relative; + margin: 0px auto 10px; + width: 80%; + height: 180px; + padding: 0; + margin-top: -2em; + -webkit-transform: rotate(-4deg); + -moz-transform: rotate(-4deg); + transform: rotate(-4deg); + transition: 0.2s; + transition-delay: 0.4s; +} + +/* entire container, keeps perspective */ + +.flip-container { + perspective: 1000; + -webkit-perspective: 1000; +} + +#badge:hover { + -webkit-transform: translate(5px, 20px) rotate(0.5deg) scale(1.1); + -moz-transform: translate(5px, 20px) rotate(0.5deg) scale(1.1); + transform: translate(5px, 20px) rotate(0.5deg) scale(1.1); + transition-delay: 0s; +} + +/* flip the pane when hovered */ +.flip-container:hover .flipper, .flip-container.hover .flipper { + -webkit-transform: rotateY(180deg); + -moz-transform: rotateY(180deg); + transform: rotateY(180deg); +} + +.flip-container, .front, .back { + width: 100%; +} + +/* flip speed goes here */ +.flipper { + transition: 0.8s; + transform-style: preserve-3d; + -webkit-transform-style: preserve-3d; + -moz-transform-style: preserve-3d; + + position: relative; +} + +/* hide back of pane during swap */ +.front, .back { + backface-visibility: hidden; + -webkit-backface-visibility: hidden; + position: absolute; + top: 0; + left: 0; + padding: 1%; + padding-bottom: 10%; + background-color: black; + box-shadow: -5px 5px 5px #555; + -webkit-box-shadow: -5px 5px 15px #555; + -moz-box-shadow: -5px 5px 15px #555; +} + +/* front pane, placed above back */ +.front { + z-index: 3; +} + +/* back, initially hidden pane */ +.back { + transform: rotateY(180deg); + -webkit-transform: rotateY(180deg); + z-index: 4; +} + +.sticky:after { + content: ""; + height: 20px; + width: 80px; + background: rgba(255,255,255,0.5); + position: absolute; + -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4); + -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.4); + box-shadow: 0px 1px 3px rgba(0,0,0,0.4); + top: 0; + right: 8px; + margin: -8px -40px 0 0; + z-index: 1000; + -webkit-transform:rotate(43deg); + -moz-transform:rotate(43deg); + backface-visibility: hidden; + -moz-backface-visibility: hidden; + -webkit-backface-visibility: hidden; +} + +.sticky:hover:after { + content: ""; + visibility: hidden; +} + #contentwrapper { position: relative; background-color: rgba(255, 255, 255, 0.5); overflow: display; border: 1px solid #CCC; - padding-bottom: 12.5em; + padding-bottom: 10.5em; } a { @@ -31,16 +188,16 @@ a { } footer { - height: 12em; - bottom: -0em; - position: absolute; - background-color: #000; - color: white; - font-weight: bold; - text-align: center; - margin: 0 auto; - width: 100%; - overflow: auto; + font-family: Comfortaa; + height: 10em; + bottom: -0em; + position: absolute; + background-color: #000; + color: white; + text-align: center; + margin: 0 auto; + width: 100%; + overflow: auto; } footer div, footer p, footer ul{ @@ -152,7 +309,7 @@ footer a:hover { position: relative; list-style-type: none; display: inline-block; - height: 100px; + height: 80px; width: 80px; padding: 0; } diff --git a/balkiantheme/templates/base.html b/balkiantheme/templates/base.html index 387692b..ae73d6f 100644 --- a/balkiantheme/templates/base.html +++ b/balkiantheme/templates/base.html @@ -19,6 +19,22 @@ + + + + +
@@ -62,8 +78,30 @@
+ +
+ +
+ Linux lover + Android dev + GitHub user + StackExchange fan + Music lover + Movie fan + Always on IM + Always on a PC + Occassional writter + Night owl + CLI user + Linguist wannabe + Love to code + Keen reader + Quotes on demand +
+
+
-

Latest entries

+

Latest entries

{% for p in articles[:5] %}
{{ p.title }}
@@ -73,7 +111,8 @@ {% endfor %}
- + +
diff --git a/content/pages/about.md b/content/pages/about.md deleted file mode 100644 index a674d6c..0000000 --- a/content/pages/about.md +++ /dev/null @@ -1,22 +0,0 @@ -title: About - -
- -