diff --git a/about/index.html b/about/index.html index b4495c7..7954990 100644 --- a/about/index.html +++ b/about/index.html @@ -1,188 +1,134 @@ - - + + - - about me // Mil años de solitario - + + + about me · Mil años de solitario - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + - - - - - + + + + + - + + + - - - + + - - - + - - -
+ +
+
+ + + - diff --git a/categories/2016-07/index.html b/categories/2016-07/index.html index eca46eb..816ef0c 100644 --- a/categories/2016-07/index.html +++ b/categories/2016-07/index.html @@ -1,201 +1,278 @@ - - + + - - 2016 07 // Mil años de solitario - + + + 2016 07 · Mil años de solitario - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + - - - - - + + + + + - + + + - - - + + - - - + - -
+ + +
+
+
+ + + diff --git a/categories/2016-08/index.html b/categories/2016-08/index.html index fef52de..e427396 100644 --- a/categories/2016-08/index.html +++ b/categories/2016-08/index.html @@ -1,165 +1,155 @@ - - + + - - 2016 08 // Mil años de solitario - + + + 2016 08 · Mil años de solitario - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + - - - - - + + + + + - + + + - - - + + - - - + - -
+ + +
+
+
+ + + diff --git a/categories/2016_07/index.html b/categories/2016_07/index.html deleted file mode 100644 index b95613a..0000000 --- a/categories/2016_07/index.html +++ /dev/null @@ -1,175 +0,0 @@ - - - - - - - - - - - - - - - - - 2016_07 - Mil años de solitario - - - - - - - - - - - - -
- -
- -
-
- - -
- -
-
-
2016_07
- - -
-
-
Sat, Jul 30, 2016
- -
-
Catch them all until bored Preface I never imagined that I will truly write something for hacking a game. Though I have to admit that Pokemon Go is a huge heat and different from other games, it still hard to believe that I took movement to make it better(or worse?). I was a big fun of ingress, and thanks to one of my best friends, Kevin, who was also a huge fan to ingress, recommended me this game.
- - - - -
-
- - -
-
-
Sat, Jul 30, 2016
- -
-
Cross Compile Seafile to ARM platform Motivation This project is working for delta sync from mobile to server. Currently, there’s no mobile program/solution has supporting to delta sync(Include Dropbox/ Goggle Drive). But the truth is that almost every pc version sync program can work as delta sync properly or not. So in this article, I’ll provide a workbench for cross compilation and evaluation. And finally come up with a reason of how to port better incremental synchronize solution on mobile platform.
- - - - -
-
- - - - - -
-
- - - - -
-
- -
-
-
- - - - - - - - - - - - - diff --git a/categories/2016_07/index.xml b/categories/2016_07/index.xml deleted file mode 100644 index 4cc919b..0000000 --- a/categories/2016_07/index.xml +++ /dev/null @@ -1,177 +0,0 @@ - - - - 2016_07 on Mil años de solitario - https://CoderSherlock.github.io/categories/2016_07/ - Recent content in 2016_07 on Mil años de solitario - Hugo -- gohugo.io - en-us - Sat, 30 Jul 2016 18:10:20 -0400 - - - - Pokemon Go Hack - https://codersherlock.github.io/post/Pokemon-Go-Hack/ - Sat, 30 Jul 2016 18:10:20 -0400 - - https://codersherlock.github.io/post/Pokemon-Go-Hack/ - - -<h1 id="catch-them-all-until-bored">Catch them all until bored</h1> - -<h2 id="preface">Preface</h2> - -<p>I never imagined that I will truly write something for hacking a game. Though I have to admit that Pokemon Go is a huge heat and different from other games, it still hard to believe that I took movement to make it better(or worse?). I was a big fun of ingress, and thanks to one of my best friends, Kevin, who was also a huge fan to ingress, recommended me this game. Due to some well known reasons, Ingress didn&rsquo;t become popular at my country. But time flies, I break through the wall, and come to a free land which can play Niantic&rsquo;s game. Unfortunately, this time, the only thing restrict me from playing LBS game is limitation of my spare time. Working in the Lab makes me exhausted <strong>EVERYDAY</strong> and the place where I am now is so barren which even doesn&rsquo;t have much insects and birds(I mean Weedle and Pidgey). -<em>afk I have to battle a nearby gym now</em> -Anyway, after coming back, I think I write too much on useless words, so let me keep it straight forward. My imagination of this hacking project is very simple, which is making an auto bot helping me go through all experiences a Pokemon trainer will face. In first stage, my goal is making the bot smartly picking up a route to walk, catch all Pokemons and supply from PokeStops.</p> - -<h2 id="todo-list">TODO List</h2> - -<p>-[X] Test API --[ ] Finish Walk Algorithm --[ ] Finish other movement, etc. catch, hatch --[ ] Smart Walking route --[ ] Pokemon Predict (Thanks to Pokevision&rsquo;s idea) --[ ] Become a Pokemon Master</p> - - - - - Cross Compile Seafile 2 ARM - https://codersherlock.github.io/post/Cross-Compile-Seafile-2-ARM/ - Sat, 30 Jul 2016 14:02:34 -0400 - - https://codersherlock.github.io/post/Cross-Compile-Seafile-2-ARM/ - - -<h1 id="cross-compile-seafile-to-arm-platform">Cross Compile Seafile to ARM platform</h1> - -<h2 id="motivation">Motivation</h2> - -<p>This project is working for delta sync from mobile to server. Currently, there&rsquo;s no mobile program/solution has supporting to delta sync(Include Dropbox/ Goggle Drive). But the truth is that almost every pc version sync program can work as delta sync properly or not. So in this article, I&rsquo;ll provide a workbench for cross compilation and evaluation. And finally come up with a reason of how to port better incremental synchronize solution on mobile platform.</p> - -<h2 id="pre-work">Pre-work</h2> - -<p>Basically, I used the native android compilation tool-chains, <a href="https://developer.android.com/ndk/downloads/index.html">Android NDK</a>, as working tools. Due to my working situation, I use a <a href="https://shield.nvidia.com/tablet/k1">Nvidia Shield Tablet</a> as target device. As <em>Zengwen</em> said in his <a href="http://zwyuan.github.io/2016/07/17/cross-compile-glib-for-android/">blog</a>, newest updated NDK might has some issue which can influence compilation progress. So you can find <a href="http://stackoverflow.com/questions/6849981/where-do-i-find-old-versions-of-android-ndk">other version</a> of NDK once you have some problems. Based on what <em>Zengwen&rsquo;s</em> blog mentioned, we can write following useful system environment and export in terminal.</p> - -<h3 id="prerequisites">Prerequisites</h3> - -<pre><code>$ sudo apt-get install build-essential -$ sudo apt-get install pkg-config automake autoconf libtool -</code></pre> - -<h3 id="link-with-standalone-tool-chains">Link with standalone tool-chains</h3> - -<p>In order to build standalone tool-chains, we need first to export following system environment. After doing that, we can use following command to build a standalone tool-chains from downloaded NDK.</p> - -<pre><code>$ ${NDK}/build/tools/make-standalone-toolchain.sh \ - --toolchain=arm-linux-androideabi-4.9 \ - --stl=gnustl \ - --arch=arm \ - --ndk-dir=/home/moslab/Android/android-ndk-r12b \ - --package-dir=/home/moslab/Android \ - --install-dir=/home/moslab/Android/android-ndk-toolchain \ - --platform=android-22 -</code></pre> - -<h3 id="original-system-environment-configuration">Original System Environment Configuration</h3> - -<p>[TODO]-&gt; I will fix this part later.</p> - -<pre><code># Android NDK sources and standalone toolchain is put here -export DEV=~/Android/ - -# All the built binaries, libs and their header will be installed here -export PREFIX=/opt/android - -# Don't mix up .pc files from your host and build target -export PKG_CONFIG_PATH=${PREFIX}/lib/pkgconfig - -# GCC for Android version to use -# 4.9 is the only available version since NDK r11! -export GCC_VER=4.9 - -# The building system we are using (Linux x86_64) -export BUILD_SYS=x86_64-linux-gnu - -# Set Android target API level -export ANDROID_API=22 - -# Set Android target arch -export ANDROID_ARCH=arm - -# Set Android target name, according to Table 2 in -# https://developer.android.com/ndk/guides/standalone_toolchain.html -export ANDROID_TARGET=armv7-none-linux-androideabi - -# The cross-compile toolchain we use -export TOOLCHAIN=arm-linux-androideabi - -# This is a symlink pointing to the real Android NDK r12b -export NDK=${DEV}/android-ndk - -# The path of standalone NDK toolchain -# Refer to https://developer.android.com/ndk/guides/standalone_toolchain.html -export NDK_TOOLCHAIN=${DEV}/android-ndk-toolchain - -# this one is the absolute, prebuilt path -export SYSROOT=${NDK}/platforms/android-${ANDROID_API}/arch-${ANDROID_ARCH} - -# this one is the absolute, prebuilt path -export CROSS_PREFIX=${NDK}/toolchains/${TOOLCHAIN}-${GCC_VER}/prebuilt/linux-x86_64/bin/${TOOLCHAIN} - -# Non-exhaustive lists of compiler + binutils -export AR=${CROSS_PREFIX}-ar -export AS=${CROSS_PREFIX}-as -export LD=${CROSS_PREFIX}-ld -export NM=${CROSS_PREFIX}-nm -export CC=${CROSS_PREFIX}-gcc -export CXX=${CROSS_PREFIX}-g++ -export CPP=${CROSS_PREFIX}-cpp -export CXXCPP=${CROSS_PREFIX}-cpp -export STRIP=${CROSS_PREFIX}-strip -export RANLIB=${CROSS_PREFIX}-ranlib -export STRINGS=${CROSS_PREFIX}-strings - -# Set build flags -# Refer to https://developer.android.com/ndk/guides/standalone_toolchain.html -export PATH=$PATH:${PREFIX}/bin:${PREFIX}/lib -export CFLAGS=&quot;--sysroot=${SYSROOT} -I${SYSROOT}/usr/include -I${PREFIX}/include -fPIE -DANDROID -Wno-multichar&quot; -export CXXFLAGS=${CFLAGS} -export CPPFLAGS=&quot;--sysroot=${SYSROOT} -I${SYSROOT}/usr/include -I${NDK_TOOLCHAIN}/include/c++/ -DANDROID -DNO_XMALLOC -mandroid&quot; -export LIBS=&quot;-lc -lstdc++ -ld&quot; -export LDFLAGS=&quot;-Wl,-rpath-link=-I${SYSROOT}/usr/lib -L${SYSROOT}/usr/lib -L${PREFIX}/lib -L${NDK_TOOLCHAIN}/lib&quot; -</code></pre> - -<h2 id="compile-process">Compile Process</h2> - -<p>To compile seafile, we should compile ccnet and libsearpc first. As for these two projects, they all have their own dependencies, so we must follow some order to run the compilation.</p> - -<h3 id="libsearpc">libsearpc</h3> - -<h4 id="glib">glib</h4> - -<h5 id="libiconv">libiconv</h5> - -<h5 id="libffi">libffi</h5> - -<h5 id="gettext">gettext</h5> - -<h4 id="libjasson">libjasson</h4> - -<h3 id="ccnet">ccnet</h3> - -<h4 id="libuuid">libuuid</h4> - -<h3 id="seafile">seafile</h3> - -<h2 id="preferences">Preferences</h2> - -<ul> -<li><a href="http://zwyuan.github.io/2016/07/17/cross-compile-glib-for-android/">zwyuan</a></li> -</ul> - - - - - diff --git a/categories/2016_07/page/1/index.html b/categories/2016_07/page/1/index.html deleted file mode 100644 index c8020eb..0000000 --- a/categories/2016_07/page/1/index.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/categories/2016_08/index.html b/categories/2016_08/index.html deleted file mode 100644 index aa57852..0000000 --- a/categories/2016_08/index.html +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - - - - - - - - - - - - 2016_08 - Mil años de solitario - - - - - - - - - - - - -
- -
- -
-
- - -
- -
-
-
2016_08
- - -
-
-
Mon, Aug 15, 2016
- -
-
Cross Compile Rsync to ARM platform As always, feel free to ask. // Sherlock Motivation I got some issues about compile seafile to android, so instead of doing so, I start to figure out some other synchronize workflow. Rsync is one of the most mature synchronization solution. So I made the decision on planting rsync to android. Pre-work Rsync is a sync program with delta sync feature and based on SSH connection.
- - - - -
-
- - - - - -
-
- - - - -
-
- -
-
-
- - - - - - - - - - - - - diff --git a/categories/2016_08/index.xml b/categories/2016_08/index.xml deleted file mode 100644 index a9cc288..0000000 --- a/categories/2016_08/index.xml +++ /dev/null @@ -1,66 +0,0 @@ - - - - 2016_08 on Mil años de solitario - https://CoderSherlock.github.io/categories/2016_08/ - Recent content in 2016_08 on Mil años de solitario - Hugo -- gohugo.io - en-us - Mon, 15 Aug 2016 15:44:05 -0400 - - - - Cross Compile RSync ARM - https://codersherlock.github.io/post/Cross-Compile-RSync-ARM/ - Mon, 15 Aug 2016 15:44:05 -0400 - - https://codersherlock.github.io/post/Cross-Compile-RSync-ARM/ - - -<h1 id="cross-compile-rsync-to-arm-platform">Cross Compile Rsync to ARM platform</h1> - -<p>As always, feel free to ask. // Sherlock</p> - -<h2 id="motivation">Motivation</h2> - -<p>I got some issues about compile seafile to android, so instead of doing so, I start to figure out some other synchronize workflow. <a href="https://rsync.samba.org/">Rsync</a> is one of the most mature synchronization solution. So I made the decision on planting rsync to android.</p> - -<h2 id="pre-work">Pre-work</h2> - -<p>Rsync is a sync program with delta sync feature and based on SSH connection. So all we need to do is SSH support and cross compile tool-chain. Similar to what I mentioned in <a href="https://codersherlock.github.io/post/Cross-Compile-Seafile-2-ARM/">previews blog</a>, Android NDK and environment export need to be done before compilation. -To enable normally use of compiled program, we need to make android support SSH. My solution is just install <a href="https://play.google.com/store/apps/details?id=berserker.android.apps.sshdroid&amp;hl=en">SSHDroid</a> from Google Play Store.</p> - -<h2 id="cross-compile-rsync">Cross-Compile Rsync</h2> - -<p>Running following script to build rsync. It will generate a executable file named rsync in the root directory.</p> - -<pre><code>$ ./configure --build=${BUILD_SYS} --host=${TOOLCHAIN} -$ make -</code></pre> - -<h2 id="push-rsync-to-android">Push RSync to Android.</h2> - -<p>After installing SSHDroid, we can now push our arm-version-rsync to target machine.</p> - -<pre><code>$ adb push rsync /data/local/tmp -$ adb shell - -# cd /data/data/berserker.android.apps.sshdroid/dropbear -# mv ../../../local/tmp/rsync . -</code></pre> - -<h2 id="run-rsync-with-argument">Run Rsync with argument</h2> - -<p>Now we can easily use rsync in android shell. Similar to what we use on PC.</p> - -<pre><code># ./rsync -e &quot;./ssh&quot; {target-data} {target-location}:{target-directory} -</code></pre> - -<h2 id="references">References</h2> - -<p><a href="http://stackoverflow.com/questions/8130889/build-rsync-for-android">Build Rsync for Android</a></p> - - - - - diff --git a/categories/2016_08/page/1/index.html b/categories/2016_08/page/1/index.html deleted file mode 100644 index 109129b..0000000 --- a/categories/2016_08/page/1/index.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/categories/index.html b/categories/index.html deleted file mode 100644 index cec99df..0000000 --- a/categories/index.html +++ /dev/null @@ -1,146 +0,0 @@ - - - - - - - - - - - - - - - - - Categories - Mil años de solitario - - - - - - - - - - - - -
- -
- -
-
- - -
- -
-
- -
Categories
- - - 2016-07 - - 2016-08 - - -
-
- - - - -
-
- -
-
-
- - - - - - - - - - - - - diff --git a/config.rb b/config.rb deleted file mode 100644 index 8487d57..0000000 --- a/config.rb +++ /dev/null @@ -1,24 +0,0 @@ -# Require any additional compass plugins here. - -# Set this to the root of your project when deployed: -http_path = "/" -css_dir = "css" -sass_dir = "sass" -images_dir = "images" -javascripts_dir = "js" - -# You can select your preferred output style here (can be overridden via the command line): -output_style = :compressed - -# To enable relative paths to assets via compass helper functions. Uncomment: -# relative_assets = true - -# To disable debugging comments that display the original location of your selectors. Uncomment: -line_comments = false - - -# If you prefer the indented syntax, you might want to regenerate this -# project again passing --syntax sass, or you can uncomment this: -# preferred_syntax = :sass -# and then run: -# sass-convert -R --from scss --to sass sass scss && rm -rf sass && mv scss sass diff --git a/css/blackburn.css b/css/blackburn.css deleted file mode 100644 index c591985..0000000 --- a/css/blackburn.css +++ /dev/null @@ -1,77 +0,0 @@ -.header { - font-family: "Raleway", Helvetica, Arial, sans-serif -} - -a { - color: #3b8bba; - text-decoration: none; -} -a:hover, -a:focus { - text-decoration: underline; -} -a:visited { - color: #265778; -} - -.small-print { - font-size: 0.8em; - margin: 0.6em; -} - -.post-meta { - font-size: 90%; -} - -article > footer { - text-align: right; -} - -.prev-next-post { - margin-top: 2em; - padding-top: 2em; - padding-bottom: 2em; - border-top: 1px solid #eee; - border-bottom: 1px solid #eee; -} - -.prev-next-post .prev { - float: left; - text-align: left; - overflow: hidden; -} - -.prev-next-post .next { - float: right; - text-align: right; - overflow: hidden; -} - -#menu .brand { - font-family: Raleway; - font-weight: bold; - font-size: 1em; - letter-spacing: 0.1em; - text-transform: none; - background: transparent; - text-decoration: none; - margin: 0.5em 0; -} - -#menu .pure-menu { - font-size: 0.9em; -} - -i { - display: inline-block; - margin-right: 0.2em; -} - -.pagination { - text-align: center; - margin-top: 3em; -} - -.pagination a { - color: #265778; -} \ No newline at end of file diff --git a/css/custom.css b/css/custom.css deleted file mode 100644 index 7198a1f..0000000 --- a/css/custom.css +++ /dev/null @@ -1 +0,0 @@ -/* Please override here. */ diff --git a/css/font-awesome.min.css b/css/font-awesome.min.css deleted file mode 100644 index 866437f..0000000 --- a/css/font-awesome.min.css +++ /dev/null @@ -1,403 +0,0 @@ -@font-face{font-family:'FontAwesome';src:url('../font/fontawesome-webfont.eot?v=3.2.1');src:url('../font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'),url('../font/fontawesome-webfont.woff?v=3.2.1') format('woff'),url('../font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'),url('../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');font-weight:normal;font-style:normal;}[class^="icon-"],[class*=" icon-"]{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;*margin-right:.3em;} -[class^="icon-"]:before,[class*=" icon-"]:before{text-decoration:inherit;display:inline-block;speak:none;} -.icon-large:before{vertical-align:-10%;font-size:1.3333333333333333em;} -a [class^="icon-"],a [class*=" icon-"]{display:inline;} -[class^="icon-"].icon-fixed-width,[class*=" icon-"].icon-fixed-width{display:inline-block;width:1.1428571428571428em;text-align:right;padding-right:0.2857142857142857em;}[class^="icon-"].icon-fixed-width.icon-large,[class*=" icon-"].icon-fixed-width.icon-large{width:1.4285714285714286em;} -.icons-ul{margin-left:2.142857142857143em;list-style-type:none;}.icons-ul>li{position:relative;} -.icons-ul .icon-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;text-align:center;line-height:inherit;} -[class^="icon-"].hide,[class*=" icon-"].hide{display:none;} -.icon-muted{color:#eeeeee;} -.icon-light{color:#ffffff;} -.icon-dark{color:#333333;} -.icon-border{border:solid 1px #eeeeee;padding:.2em .25em .15em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;} -.icon-2x{font-size:2em;}.icon-2x.icon-border{border-width:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;} -.icon-3x{font-size:3em;}.icon-3x.icon-border{border-width:3px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;} -.icon-4x{font-size:4em;}.icon-4x.icon-border{border-width:4px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;} -.icon-5x{font-size:5em;}.icon-5x.icon-border{border-width:5px;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;} -.pull-right{float:right;} -.pull-left{float:left;} -[class^="icon-"].pull-left,[class*=" icon-"].pull-left{margin-right:.3em;} -[class^="icon-"].pull-right,[class*=" icon-"].pull-right{margin-left:.3em;} -[class^="icon-"],[class*=" icon-"]{display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0% 0%;background-repeat:repeat;margin-top:0;} -.icon-white,.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^="icon-"],.dropdown-submenu:hover>a>[class*=" icon-"]{background-image:none;} -.btn [class^="icon-"].icon-large,.nav [class^="icon-"].icon-large,.btn [class*=" icon-"].icon-large,.nav [class*=" icon-"].icon-large{line-height:.9em;} -.btn [class^="icon-"].icon-spin,.nav [class^="icon-"].icon-spin,.btn [class*=" icon-"].icon-spin,.nav [class*=" icon-"].icon-spin{display:inline-block;} -.nav-tabs [class^="icon-"],.nav-pills [class^="icon-"],.nav-tabs [class*=" icon-"],.nav-pills [class*=" icon-"],.nav-tabs [class^="icon-"].icon-large,.nav-pills [class^="icon-"].icon-large,.nav-tabs [class*=" icon-"].icon-large,.nav-pills [class*=" icon-"].icon-large{line-height:.9em;} -.btn [class^="icon-"].pull-left.icon-2x,.btn [class*=" icon-"].pull-left.icon-2x,.btn [class^="icon-"].pull-right.icon-2x,.btn [class*=" icon-"].pull-right.icon-2x{margin-top:.18em;} -.btn [class^="icon-"].icon-spin.icon-large,.btn [class*=" icon-"].icon-spin.icon-large{line-height:.8em;} -.btn.btn-small [class^="icon-"].pull-left.icon-2x,.btn.btn-small [class*=" icon-"].pull-left.icon-2x,.btn.btn-small [class^="icon-"].pull-right.icon-2x,.btn.btn-small [class*=" icon-"].pull-right.icon-2x{margin-top:.25em;} -.btn.btn-large [class^="icon-"],.btn.btn-large [class*=" icon-"]{margin-top:0;}.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x,.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-top:.05em;} -.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x{margin-right:.2em;} -.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-left:.2em;} -.nav-list [class^="icon-"],.nav-list [class*=" icon-"]{line-height:inherit;} -.icon-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:-35%;}.icon-stack [class^="icon-"],.icon-stack [class*=" icon-"]{display:block;text-align:center;position:absolute;width:100%;height:100%;font-size:1em;line-height:inherit;*line-height:2em;} -.icon-stack .icon-stack-base{font-size:2em;*line-height:1em;} -.icon-spin{display:inline-block;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;} -a .icon-stack,a .icon-spin{display:inline-block;text-decoration:none;} -@-moz-keyframes spin{0%{-moz-transform:rotate(0deg);} 100%{-moz-transform:rotate(359deg);}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);} 100%{-webkit-transform:rotate(359deg);}}@-o-keyframes spin{0%{-o-transform:rotate(0deg);} 100%{-o-transform:rotate(359deg);}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg);} 100%{-ms-transform:rotate(359deg);}}@keyframes spin{0%{transform:rotate(0deg);} 100%{transform:rotate(359deg);}}.icon-rotate-90:before{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);} -.icon-rotate-180:before{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);} -.icon-rotate-270:before{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);} -.icon-flip-horizontal:before{-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1);} -.icon-flip-vertical:before{-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1);} -a .icon-rotate-90:before,a .icon-rotate-180:before,a .icon-rotate-270:before,a .icon-flip-horizontal:before,a .icon-flip-vertical:before{display:inline-block;} -.icon-glass:before{content:"\f000";} -.icon-music:before{content:"\f001";} -.icon-search:before{content:"\f002";} -.icon-envelope-alt:before{content:"\f003";} -.icon-heart:before{content:"\f004";} -.icon-star:before{content:"\f005";} -.icon-star-empty:before{content:"\f006";} -.icon-user:before{content:"\f007";} -.icon-film:before{content:"\f008";} -.icon-th-large:before{content:"\f009";} -.icon-th:before{content:"\f00a";} -.icon-th-list:before{content:"\f00b";} -.icon-ok:before{content:"\f00c";} -.icon-remove:before{content:"\f00d";} -.icon-zoom-in:before{content:"\f00e";} -.icon-zoom-out:before{content:"\f010";} -.icon-power-off:before,.icon-off:before{content:"\f011";} -.icon-signal:before{content:"\f012";} -.icon-gear:before,.icon-cog:before{content:"\f013";} -.icon-trash:before{content:"\f014";} -.icon-home:before{content:"\f015";} -.icon-file-alt:before{content:"\f016";} -.icon-time:before{content:"\f017";} -.icon-road:before{content:"\f018";} -.icon-download-alt:before{content:"\f019";} -.icon-download:before{content:"\f01a";} -.icon-upload:before{content:"\f01b";} -.icon-inbox:before{content:"\f01c";} -.icon-play-circle:before{content:"\f01d";} -.icon-rotate-right:before,.icon-repeat:before{content:"\f01e";} -.icon-refresh:before{content:"\f021";} -.icon-list-alt:before{content:"\f022";} -.icon-lock:before{content:"\f023";} -.icon-flag:before{content:"\f024";} -.icon-headphones:before{content:"\f025";} -.icon-volume-off:before{content:"\f026";} -.icon-volume-down:before{content:"\f027";} -.icon-volume-up:before{content:"\f028";} -.icon-qrcode:before{content:"\f029";} -.icon-barcode:before{content:"\f02a";} -.icon-tag:before{content:"\f02b";} -.icon-tags:before{content:"\f02c";} -.icon-book:before{content:"\f02d";} -.icon-bookmark:before{content:"\f02e";} -.icon-print:before{content:"\f02f";} -.icon-camera:before{content:"\f030";} -.icon-font:before{content:"\f031";} -.icon-bold:before{content:"\f032";} -.icon-italic:before{content:"\f033";} -.icon-text-height:before{content:"\f034";} -.icon-text-width:before{content:"\f035";} -.icon-align-left:before{content:"\f036";} -.icon-align-center:before{content:"\f037";} -.icon-align-right:before{content:"\f038";} -.icon-align-justify:before{content:"\f039";} -.icon-list:before{content:"\f03a";} -.icon-indent-left:before{content:"\f03b";} -.icon-indent-right:before{content:"\f03c";} -.icon-facetime-video:before{content:"\f03d";} -.icon-picture:before{content:"\f03e";} -.icon-pencil:before{content:"\f040";} -.icon-map-marker:before{content:"\f041";} -.icon-adjust:before{content:"\f042";} -.icon-tint:before{content:"\f043";} -.icon-edit:before{content:"\f044";} -.icon-share:before{content:"\f045";} -.icon-check:before{content:"\f046";} -.icon-move:before{content:"\f047";} -.icon-step-backward:before{content:"\f048";} -.icon-fast-backward:before{content:"\f049";} -.icon-backward:before{content:"\f04a";} -.icon-play:before{content:"\f04b";} -.icon-pause:before{content:"\f04c";} -.icon-stop:before{content:"\f04d";} -.icon-forward:before{content:"\f04e";} -.icon-fast-forward:before{content:"\f050";} -.icon-step-forward:before{content:"\f051";} -.icon-eject:before{content:"\f052";} -.icon-chevron-left:before{content:"\f053";} -.icon-chevron-right:before{content:"\f054";} -.icon-plus-sign:before{content:"\f055";} -.icon-minus-sign:before{content:"\f056";} -.icon-remove-sign:before{content:"\f057";} -.icon-ok-sign:before{content:"\f058";} -.icon-question-sign:before{content:"\f059";} -.icon-info-sign:before{content:"\f05a";} -.icon-screenshot:before{content:"\f05b";} -.icon-remove-circle:before{content:"\f05c";} -.icon-ok-circle:before{content:"\f05d";} -.icon-ban-circle:before{content:"\f05e";} -.icon-arrow-left:before{content:"\f060";} -.icon-arrow-right:before{content:"\f061";} -.icon-arrow-up:before{content:"\f062";} -.icon-arrow-down:before{content:"\f063";} -.icon-mail-forward:before,.icon-share-alt:before{content:"\f064";} -.icon-resize-full:before{content:"\f065";} -.icon-resize-small:before{content:"\f066";} -.icon-plus:before{content:"\f067";} -.icon-minus:before{content:"\f068";} -.icon-asterisk:before{content:"\f069";} -.icon-exclamation-sign:before{content:"\f06a";} -.icon-gift:before{content:"\f06b";} -.icon-leaf:before{content:"\f06c";} -.icon-fire:before{content:"\f06d";} -.icon-eye-open:before{content:"\f06e";} -.icon-eye-close:before{content:"\f070";} -.icon-warning-sign:before{content:"\f071";} -.icon-plane:before{content:"\f072";} -.icon-calendar:before{content:"\f073";} -.icon-random:before{content:"\f074";} -.icon-comment:before{content:"\f075";} -.icon-magnet:before{content:"\f076";} -.icon-chevron-up:before{content:"\f077";} -.icon-chevron-down:before{content:"\f078";} -.icon-retweet:before{content:"\f079";} -.icon-shopping-cart:before{content:"\f07a";} -.icon-folder-close:before{content:"\f07b";} -.icon-folder-open:before{content:"\f07c";} -.icon-resize-vertical:before{content:"\f07d";} -.icon-resize-horizontal:before{content:"\f07e";} -.icon-bar-chart:before{content:"\f080";} -.icon-twitter-sign:before{content:"\f081";} -.icon-facebook-sign:before{content:"\f082";} -.icon-camera-retro:before{content:"\f083";} -.icon-key:before{content:"\f084";} -.icon-gears:before,.icon-cogs:before{content:"\f085";} -.icon-comments:before{content:"\f086";} -.icon-thumbs-up-alt:before{content:"\f087";} -.icon-thumbs-down-alt:before{content:"\f088";} -.icon-star-half:before{content:"\f089";} -.icon-heart-empty:before{content:"\f08a";} -.icon-signout:before{content:"\f08b";} -.icon-linkedin-sign:before{content:"\f08c";} -.icon-pushpin:before{content:"\f08d";} -.icon-external-link:before{content:"\f08e";} -.icon-signin:before{content:"\f090";} -.icon-trophy:before{content:"\f091";} -.icon-github-sign:before{content:"\f092";} -.icon-upload-alt:before{content:"\f093";} -.icon-lemon:before{content:"\f094";} -.icon-phone:before{content:"\f095";} -.icon-unchecked:before,.icon-check-empty:before{content:"\f096";} -.icon-bookmark-empty:before{content:"\f097";} -.icon-phone-sign:before{content:"\f098";} -.icon-twitter:before{content:"\f099";} -.icon-facebook:before{content:"\f09a";} -.icon-github:before{content:"\f09b";} -.icon-unlock:before{content:"\f09c";} -.icon-credit-card:before{content:"\f09d";} -.icon-rss:before{content:"\f09e";} -.icon-hdd:before{content:"\f0a0";} -.icon-bullhorn:before{content:"\f0a1";} -.icon-bell:before{content:"\f0a2";} -.icon-certificate:before{content:"\f0a3";} -.icon-hand-right:before{content:"\f0a4";} -.icon-hand-left:before{content:"\f0a5";} -.icon-hand-up:before{content:"\f0a6";} -.icon-hand-down:before{content:"\f0a7";} -.icon-circle-arrow-left:before{content:"\f0a8";} -.icon-circle-arrow-right:before{content:"\f0a9";} -.icon-circle-arrow-up:before{content:"\f0aa";} -.icon-circle-arrow-down:before{content:"\f0ab";} -.icon-globe:before{content:"\f0ac";} -.icon-wrench:before{content:"\f0ad";} -.icon-tasks:before{content:"\f0ae";} -.icon-filter:before{content:"\f0b0";} -.icon-briefcase:before{content:"\f0b1";} -.icon-fullscreen:before{content:"\f0b2";} -.icon-group:before{content:"\f0c0";} -.icon-link:before{content:"\f0c1";} -.icon-cloud:before{content:"\f0c2";} -.icon-beaker:before{content:"\f0c3";} -.icon-cut:before{content:"\f0c4";} -.icon-copy:before{content:"\f0c5";} -.icon-paperclip:before,.icon-paper-clip:before{content:"\f0c6";} -.icon-save:before{content:"\f0c7";} -.icon-sign-blank:before{content:"\f0c8";} -.icon-reorder:before{content:"\f0c9";} -.icon-list-ul:before{content:"\f0ca";} -.icon-list-ol:before{content:"\f0cb";} -.icon-strikethrough:before{content:"\f0cc";} -.icon-underline:before{content:"\f0cd";} -.icon-table:before{content:"\f0ce";} -.icon-magic:before{content:"\f0d0";} -.icon-truck:before{content:"\f0d1";} -.icon-pinterest:before{content:"\f0d2";} -.icon-pinterest-sign:before{content:"\f0d3";} -.icon-google-plus-sign:before{content:"\f0d4";} -.icon-google-plus:before{content:"\f0d5";} -.icon-money:before{content:"\f0d6";} -.icon-caret-down:before{content:"\f0d7";} -.icon-caret-up:before{content:"\f0d8";} -.icon-caret-left:before{content:"\f0d9";} -.icon-caret-right:before{content:"\f0da";} -.icon-columns:before{content:"\f0db";} -.icon-sort:before{content:"\f0dc";} -.icon-sort-down:before{content:"\f0dd";} -.icon-sort-up:before{content:"\f0de";} -.icon-envelope:before{content:"\f0e0";} -.icon-linkedin:before{content:"\f0e1";} -.icon-rotate-left:before,.icon-undo:before{content:"\f0e2";} -.icon-legal:before{content:"\f0e3";} -.icon-dashboard:before{content:"\f0e4";} -.icon-comment-alt:before{content:"\f0e5";} -.icon-comments-alt:before{content:"\f0e6";} -.icon-bolt:before{content:"\f0e7";} -.icon-sitemap:before{content:"\f0e8";} -.icon-umbrella:before{content:"\f0e9";} -.icon-paste:before{content:"\f0ea";} -.icon-lightbulb:before{content:"\f0eb";} -.icon-exchange:before{content:"\f0ec";} -.icon-cloud-download:before{content:"\f0ed";} -.icon-cloud-upload:before{content:"\f0ee";} -.icon-user-md:before{content:"\f0f0";} -.icon-stethoscope:before{content:"\f0f1";} -.icon-suitcase:before{content:"\f0f2";} -.icon-bell-alt:before{content:"\f0f3";} -.icon-coffee:before{content:"\f0f4";} -.icon-food:before{content:"\f0f5";} -.icon-file-text-alt:before{content:"\f0f6";} -.icon-building:before{content:"\f0f7";} -.icon-hospital:before{content:"\f0f8";} -.icon-ambulance:before{content:"\f0f9";} -.icon-medkit:before{content:"\f0fa";} -.icon-fighter-jet:before{content:"\f0fb";} -.icon-beer:before{content:"\f0fc";} -.icon-h-sign:before{content:"\f0fd";} -.icon-plus-sign-alt:before{content:"\f0fe";} -.icon-double-angle-left:before{content:"\f100";} -.icon-double-angle-right:before{content:"\f101";} -.icon-double-angle-up:before{content:"\f102";} -.icon-double-angle-down:before{content:"\f103";} -.icon-angle-left:before{content:"\f104";} -.icon-angle-right:before{content:"\f105";} -.icon-angle-up:before{content:"\f106";} -.icon-angle-down:before{content:"\f107";} -.icon-desktop:before{content:"\f108";} -.icon-laptop:before{content:"\f109";} -.icon-tablet:before{content:"\f10a";} -.icon-mobile-phone:before{content:"\f10b";} -.icon-circle-blank:before{content:"\f10c";} -.icon-quote-left:before{content:"\f10d";} -.icon-quote-right:before{content:"\f10e";} -.icon-spinner:before{content:"\f110";} -.icon-circle:before{content:"\f111";} -.icon-mail-reply:before,.icon-reply:before{content:"\f112";} -.icon-github-alt:before{content:"\f113";} -.icon-folder-close-alt:before{content:"\f114";} -.icon-folder-open-alt:before{content:"\f115";} -.icon-expand-alt:before{content:"\f116";} -.icon-collapse-alt:before{content:"\f117";} -.icon-smile:before{content:"\f118";} -.icon-frown:before{content:"\f119";} -.icon-meh:before{content:"\f11a";} -.icon-gamepad:before{content:"\f11b";} -.icon-keyboard:before{content:"\f11c";} -.icon-flag-alt:before{content:"\f11d";} -.icon-flag-checkered:before{content:"\f11e";} -.icon-terminal:before{content:"\f120";} -.icon-code:before{content:"\f121";} -.icon-reply-all:before{content:"\f122";} -.icon-mail-reply-all:before{content:"\f122";} -.icon-star-half-full:before,.icon-star-half-empty:before{content:"\f123";} -.icon-location-arrow:before{content:"\f124";} -.icon-crop:before{content:"\f125";} -.icon-code-fork:before{content:"\f126";} -.icon-unlink:before{content:"\f127";} -.icon-question:before{content:"\f128";} -.icon-info:before{content:"\f129";} -.icon-exclamation:before{content:"\f12a";} -.icon-superscript:before{content:"\f12b";} -.icon-subscript:before{content:"\f12c";} -.icon-eraser:before{content:"\f12d";} -.icon-puzzle-piece:before{content:"\f12e";} -.icon-microphone:before{content:"\f130";} -.icon-microphone-off:before{content:"\f131";} -.icon-shield:before{content:"\f132";} -.icon-calendar-empty:before{content:"\f133";} -.icon-fire-extinguisher:before{content:"\f134";} -.icon-rocket:before{content:"\f135";} -.icon-maxcdn:before{content:"\f136";} -.icon-chevron-sign-left:before{content:"\f137";} -.icon-chevron-sign-right:before{content:"\f138";} -.icon-chevron-sign-up:before{content:"\f139";} -.icon-chevron-sign-down:before{content:"\f13a";} -.icon-html5:before{content:"\f13b";} -.icon-css3:before{content:"\f13c";} -.icon-anchor:before{content:"\f13d";} -.icon-unlock-alt:before{content:"\f13e";} -.icon-bullseye:before{content:"\f140";} -.icon-ellipsis-horizontal:before{content:"\f141";} -.icon-ellipsis-vertical:before{content:"\f142";} -.icon-rss-sign:before{content:"\f143";} -.icon-play-sign:before{content:"\f144";} -.icon-ticket:before{content:"\f145";} -.icon-minus-sign-alt:before{content:"\f146";} -.icon-check-minus:before{content:"\f147";} -.icon-level-up:before{content:"\f148";} -.icon-level-down:before{content:"\f149";} -.icon-check-sign:before{content:"\f14a";} -.icon-edit-sign:before{content:"\f14b";} -.icon-external-link-sign:before{content:"\f14c";} -.icon-share-sign:before{content:"\f14d";} -.icon-compass:before{content:"\f14e";} -.icon-collapse:before{content:"\f150";} -.icon-collapse-top:before{content:"\f151";} -.icon-expand:before{content:"\f152";} -.icon-euro:before,.icon-eur:before{content:"\f153";} -.icon-gbp:before{content:"\f154";} -.icon-dollar:before,.icon-usd:before{content:"\f155";} -.icon-rupee:before,.icon-inr:before{content:"\f156";} -.icon-yen:before,.icon-jpy:before{content:"\f157";} -.icon-renminbi:before,.icon-cny:before{content:"\f158";} -.icon-won:before,.icon-krw:before{content:"\f159";} -.icon-bitcoin:before,.icon-btc:before{content:"\f15a";} -.icon-file:before{content:"\f15b";} -.icon-file-text:before{content:"\f15c";} -.icon-sort-by-alphabet:before{content:"\f15d";} -.icon-sort-by-alphabet-alt:before{content:"\f15e";} -.icon-sort-by-attributes:before{content:"\f160";} -.icon-sort-by-attributes-alt:before{content:"\f161";} -.icon-sort-by-order:before{content:"\f162";} -.icon-sort-by-order-alt:before{content:"\f163";} -.icon-thumbs-up:before{content:"\f164";} -.icon-thumbs-down:before{content:"\f165";} -.icon-youtube-sign:before{content:"\f166";} -.icon-youtube:before{content:"\f167";} -.icon-xing:before{content:"\f168";} -.icon-xing-sign:before{content:"\f169";} -.icon-youtube-play:before{content:"\f16a";} -.icon-dropbox:before{content:"\f16b";} -.icon-stackexchange:before{content:"\f16c";} -.icon-instagram:before{content:"\f16d";} -.icon-flickr:before{content:"\f16e";} -.icon-adn:before{content:"\f170";} -.icon-bitbucket:before{content:"\f171";} -.icon-bitbucket-sign:before{content:"\f172";} -.icon-tumblr:before{content:"\f173";} -.icon-tumblr-sign:before{content:"\f174";} -.icon-long-arrow-down:before{content:"\f175";} -.icon-long-arrow-up:before{content:"\f176";} -.icon-long-arrow-left:before{content:"\f177";} -.icon-long-arrow-right:before{content:"\f178";} -.icon-apple:before{content:"\f179";} -.icon-windows:before{content:"\f17a";} -.icon-android:before{content:"\f17b";} -.icon-linux:before{content:"\f17c";} -.icon-dribbble:before{content:"\f17d";} -.icon-skype:before{content:"\f17e";} -.icon-foursquare:before{content:"\f180";} -.icon-trello:before{content:"\f181";} -.icon-female:before{content:"\f182";} -.icon-male:before{content:"\f183";} -.icon-gittip:before{content:"\f184";} -.icon-sun:before{content:"\f185";} -.icon-moon:before{content:"\f186";} -.icon-archive:before{content:"\f187";} -.icon-bug:before{content:"\f188";} -.icon-vk:before{content:"\f189";} -.icon-weibo:before{content:"\f18a";} -.icon-renren:before{content:"\f18b";} diff --git a/css/lightbox.css b/css/lightbox.css deleted file mode 100644 index 60cf695..0000000 --- a/css/lightbox.css +++ /dev/null @@ -1,210 +0,0 @@ -/* Preload images */ -body:after { - content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png); - display: none; -} - -.lightboxOverlay { - position: absolute; - top: 0; - left: 0; - z-index: 9999; - background-color: black; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); - opacity: 0.8; - display: none; -} - -.lightbox { - position: absolute; - left: 0; - width: 100%; - z-index: 10000; - text-align: center; - line-height: 0; - font-weight: normal; -} - -.lightbox .lb-image { - display: block; - height: auto; - max-width: inherit; - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; -} - -.lightbox a img { - border: none; -} - -.lb-outerContainer { - position: relative; - background-color: white; - *zoom: 1; - width: 250px; - height: 250px; - margin: 0 auto; - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - -ms-border-radius: 4px; - -o-border-radius: 4px; - border-radius: 4px; -} - -.lb-outerContainer:after { - content: ""; - display: table; - clear: both; -} - -.lb-container { - padding: 4px; -} - -.lb-loader { - position: absolute; - top: 43%; - left: 0; - height: 25%; - width: 100%; - text-align: center; - line-height: 0; -} - -.lb-cancel { - display: block; - width: 32px; - height: 32px; - margin: 0 auto; - background: url(../img/loading.gif) no-repeat; -} - -.lb-nav { - position: absolute; - top: 0; - left: 0; - height: 100%; - width: 100%; - z-index: 10; -} - -.lb-container > .nav { - left: 0; -} - -.lb-nav a { - outline: none; - background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=='); -} - -.lb-prev, .lb-next { - height: 100%; - cursor: pointer; - display: block; -} - -.lb-nav a.lb-prev { - width: 34%; - left: 0; - float: left; - background: url(../img/prev.png) left 48% no-repeat; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); - opacity: 0; - -webkit-transition: opacity 0.6s; - -moz-transition: opacity 0.6s; - -o-transition: opacity 0.6s; - transition: opacity 0.6s; -} - -.lb-nav a.lb-prev:hover { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); - opacity: 1; -} - -.lb-nav a.lb-next { - width: 64%; - right: 0; - float: right; - background: url(../img/next.png) right 48% no-repeat; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); - opacity: 0; - -webkit-transition: opacity 0.6s; - -moz-transition: opacity 0.6s; - -o-transition: opacity 0.6s; - transition: opacity 0.6s; -} - -.lb-nav a.lb-next:hover { - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); - opacity: 1; -} - -.lb-dataContainer { - margin: 0 auto; - padding-top: 5px; - *zoom: 1; - width: 100%; - -moz-border-radius-bottomleft: 4px; - -webkit-border-bottom-left-radius: 4px; - border-bottom-left-radius: 4px; - -moz-border-radius-bottomright: 4px; - -webkit-border-bottom-right-radius: 4px; - border-bottom-right-radius: 4px; -} - -.lb-dataContainer:after { - content: ""; - display: table; - clear: both; -} - -.lb-data { - padding: 0 4px; - color: #ccc; -} - -.lb-data .lb-details { - width: 85%; - float: left; - text-align: left; - line-height: 1.1em; -} - -.lb-data .lb-caption { - font-size: 13px; - font-weight: bold; - line-height: 1em; -} - -.lb-data .lb-number { - display: block; - clear: left; - padding-bottom: 1em; - font-size: 12px; - color: #999999; -} - -.lb-data .lb-close { - display: block; - float: right; - width: 30px; - height: 30px; - background: url(../img/close.png) top right no-repeat; - text-align: right; - outline: none; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); - opacity: 0.7; - -webkit-transition: opacity 0.2s; - -moz-transition: opacity 0.2s; - -o-transition: opacity 0.2s; - transition: opacity 0.2s; -} - -.lb-data .lb-close:hover { - cursor: pointer; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); - opacity: 1; -} diff --git a/css/redlounge.css b/css/redlounge.css deleted file mode 100644 index 525cb75..0000000 --- a/css/redlounge.css +++ /dev/null @@ -1,492 +0,0 @@ -* { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; -} -html { - color: #2d303b; -} -html, p, nav, section, article { - font-family: 'Raleway', 'Helvetica', 'Arial', sans-serif; -} -pre { - padding: 0; -} -p { - color: #2d303b; -} -a { - -o-transition:.5s; - -ms-transition:.5s; - -moz-transition:.5s; - -webkit-transition:.5s; - transition:.5s; - color: #616161; -} -a:hover { - color:#E54028; -} -a:hover, -a:focus { - text-decoration: underline; -} -a.pure-button:hover, a.pure-button:focus { - color: inherit; - text-decoration: none; -} -a.pure-button-primary:hover, a.pure-button-primary:focus { - color: #fff; -} -p a { - color:#7F1000; -} -h1 { - font-family: 'Libre Baskerville', serif; - font-weight: 700; -} -.center { - text-align: center; -} -.red { - color: #E54028; -} -.dark-red { - color: #7F1000; -} -.thin-line { - height: 1px; - border: 0px; - background: #eee; -} - -/* Layout */ -.pure-img-responsive { - max-width: 100%; - height: auto; -} -#layout { - padding: 0; -} -.header { - text-align: center; - top: auto; - margin: 3em auto; -} -.content { - padding: 2em 1em 0; -} - -/* Sidebar */ -h1.brand-title { - font-family: 'Libre Baskerville', serif; - font-weight: 400; - padding-top: 1rem; - font-size: 3rem; - margin-bottom: 0.25rem; -} -h2.brand-tagline { - font-size: 1.4rem; - margin-top: 0.25rem; -} -.sidebar h1.brand-title { - color: #fff; -} -.brand-tagline { - font-family: 'Raleway', 'Helvetica', 'Arial', sans-serif; - font-weight: 200; -} -.sidebar { - background: #2d303b; -} -.sidebar, .sidebar p { - color: #8b8b8b; -} -.sidebar a { - color: #fff; -} -.sidebar a:hover { - color:#E54028; -} - -/* Nav */ -.nav-list { - margin: 0; - padding: 0; - list-style: none; - padding-bottom: 1rem; -} -.nav-item { - display: inline-block; - *display: inline; - zoom: 1; -} -.nav-item a { - background: transparent; - color: #fff; - margin-top: 1rem; - letter-spacing: 0.05rem; - text-transform: uppercase; - font-size: 0.85rem; - text-decoration: none; - margin-right: 0.1rem; - line-height: 1.5rem; -} -.nav-item a:hover, -.nav-item a:focus { - text-decoration: none; -} -.nav-item-separator { - font-weight: 100; - font-family: 'Raleway', 'Helvetica', 'Arial', sans-serif; - color: #E54028; - letter-spacing: -0.35rem; - margin-right: 0.4rem; -} - -/* Nav To Top */ -#nav-to-top { - display: none; - position: fixed; - right: 0; - top: 10px; - padding: 0.5rem 1.5rem 0.5rem 0.5rem; - font-size: 0.85rem; - background: #fff; -} - -/* Posts */ -h1.post-title a { - text-decoration: none; - color: #111111; -} -.post-date { - color: #E54028; - font-family: 'Libre Baskerville', serif; - font-weight: 400; - font-size: 1.0rem; -} -.post-date-day { - font-size: 1.5rem; - margin-right: -0.2rem; -} -.post-date-separator { - font-family: 'Raleway', 'Helvetica', 'Arial', sans-serif; - font-weight: 100; - letter-spacing: -0.35rem; - font-size: 1.9rem; - color: #7F1000; -} -.post-date-month { - font-size: 0.8rem; - color: #7F1000; -} -.post-date-year { - font-size: 0.8rem; - color: #7F1000; -} -a.post-author { - font-size: 0.9rem; - text-decoration: underline; -} -.post-author-single { - font-size: 0.9rem; -} -.post-author-social a { - color: #bbb; -} -.post-author-social a:hover, .post-author-social a:focus { - color: #E54028; -} -.post-author-social i { - font-size: 0.9rem; -} -.post { - padding-bottom: 1.8rem; - line-height: 1.75rem; -} -.post p { - margin-bottom: 1.75rem; - margin-top: 0; -} -.post h3 { - margin-bottom: .25rem; - font-size: 1.4rem; - color: #7F1000; - font-weight: 500; -} -.post h3.post-subtitle { - font-weight: 200; - color: #999; -} -.post-title { - font-size: 2rem; - color: #222; - margin-bottom: 0.25rem; -} -.post-subtitle { - font-size: 1.5rem; - margin: 0; - font-weight: 200; - font-family: 'Raleway', 'Helvetica', 'Arial', sans-serif; - color: #999; -} -.post-reading-time { - display: inline; - font-size: 0.65rem; - color: #aeaeae; -} -.post-avatar-wrapper { - width: 50px; - height: 50px; - border-radius: 50px; - overflow: hidden; - margin-left: 1rem; - float: right; -} -.post-avatar { - height: 50px; -} -.post-summary { - margin-top: 0.5rem; -} -.read-more-link { - float: right; - clear: left; - margin-top: 0.25rem; -} -.read-more-link a { - text-decoration: none; - /*text-transform: uppercase;*/ - font-weight: 400; - font-size: 0.9rem; - color: #7F1000; -} -.read-more-link a:hover, .read-more-link a:focus { - color: #E54028; -} -.read-more-slashes { - font-weight: 100; - font-family: 'Raleway', 'Helvetica', 'Arial', sans-serif; - color: #E54028; - letter-spacing: -0.26rem; - margin-right: 0.3rem; -} - -.post-description { - color: #444; - line-height: 1.8rem; -} -.post-meta { - color: #2d303b; - font-size: 90%; - margin: 0; -} -p.post-meta { - margin-bottom: 0; -} -.post-meta a { - color: #616161; -} -.post-meta a:hover { - color: #E54028; -} -.post-categories { - clear: left; -} -.post-category { - margin: 0 0.1rem; - padding: 0.2rem 0.5rem; - color: #fff; - background: #999; - font-size: 0.75rem; -} -a.post-category { - text-decoration: none; -} -a.post-category:hover { - color: #fff; - text-decoration: underline; -} - -/* Banner Image */ -.content-banner-image { - overflow: hidden; -} -.content-banner-image-inline { - float: right; - margin: 0.5rem 0 1.5rem 2rem; -} - -/* Social Sharing */ -.social-sharing { - clear: left; - padding-left: 2px; - margin-top: 0.75rem; - margin-bottom: 0.75rem; -} -.social-sharing a { - padding: 0.4rem; - background: #ccc; - color: #fff; - text-align: center; -} -.social-sharing a i { - width: 16px; -} -.social-sharing a i span { - display: none; -} -.social-sharing a.share-button-twitter:hover { - background: #00aced; -} -.social-sharing a.share-button-facebook:hover { - background: #3b5998; -} -.social-sharing a.share-button-linkedin:hover { - background: #007bb6; -} -.social-sharing a.share-button-google-plus:hover { - background: #dd4b39; -} -.social-sharing a.share-button-pinterest:hover { - background: #cb2027; -} -.social-sharing a.share-button-vk:hover { - background: #45668e; -} - -/* Tags */ -.tags-list { - clear: left; - margin-bottom: 0.75rem; - font-size: 0.85rem; - color: #999; -} - -/* Decorative Marker */ -.decorative-marker { - color: #E54028; - letter-spacing: -0.25rem; - margin-right: 0.4rem; - margin-lefT: 0.1rem; -} - -/* Paging */ -.paging { - margin-bottom: 0.75rem; -} -.paging, .paging-older, .paging-newer { - clear: left; - font-size: 0.85rem; -} -.paging-older, .paging-newer { - margin-bottom: 0.25rem; -} -.paging-label { - color: #999; - font-style: italic; -} - -/* ToC */ -#toc { - float: right; - padding: 0 1rem 1rem 1rem; - border-left: 1px solid #eee; - font-size: 0.9rem; -} -nav#TableOfContents li { - padding-bottom: 0.25rem; -} -.toc-label { - font-size: 0.8rem; - color: #aeaeae; -} - -/* Footer */ -.footer { - text-align: center; - padding: 1rem 0; - font-weight: 100; - color: #aeaeae; - font-size: 0.7rem; -} -.footer a, .footer p { - color: #aeaeae; -} -.footer a { - text-decoration: none; -} -.footer a:hover { - color:#E54028; - text-decoration: underline; -} -.footer .pure-menu a:hover, -.footer .pure-menu a:focus { - background: none; -} -ul.footer-menu { - list-style: none; - display: block; - text-align:center; - margin: 0; - padding: 0; -} -.footer-menu li { - display: inline-block; - margin-right: 0.5rem; - font-size: 0.8rem; -} -hr.thin { - height: 1px; - border: 0; - color: #eee; - background-color: #eee; - width: 90%; -} - -@media (max-width: 1024px) { - h1.brand-title { - font-size: 2.5rem; - } - h2.brand-tagline { - font-size: 1.2rem; - } - - .header>.sidebarphoto{ - width:160px; - height:160px; - border-radius: 50%; - -moz-border-radius: 50%; - -webkit-border-radius: 50%; - } -} - -@media (min-width: 48rem) { - .content { - padding: 2rem 3rem 0; - margin-left: 25%; - } - - .content-banner-image { - margin-left: 25%; - } - - .header { - margin: 30% 2rem 0; - text-align: right; - } - - .header>.sidebarphoto{ - width:160px; - height:160px; - border-radius: 50%; - -moz-border-radius: 50%; - -webkit-border-radius: 50%; - } - - .sidebar { - position: fixed; - top: 0; - bottom: 0; - } -} \ No newline at end of file diff --git a/css/rrssb.css b/css/rrssb.css deleted file mode 100644 index 8611534..0000000 --- a/css/rrssb.css +++ /dev/null @@ -1 +0,0 @@ -.rrssb-buttons.large-format li a,.rrssb-buttons.large-format li a .text{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden}.rrssb-buttons,.rrssb-buttons li,.rrssb-buttons li a{-moz-box-sizing:border-box;box-sizing:border-box}.clearfix{*zoom:1}.clearfix:after{clear:both}.clearfix:before,.clearfix:after{content:" ";display:table}.rrssb-buttons{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;height:36px;margin:0;padding:0;width:100%}.rrssb-buttons li{float:left;height:100%;list-style:none;margin:0;padding:0 2.5px;line-height:13px}.rrssb-buttons li.email a{background-color:#0a88ff}.rrssb-buttons li.email a:hover{background-color:#006ed6}.rrssb-buttons li.facebook a{background-color:#306199}.rrssb-buttons li.facebook a:hover{background-color:#244872}.rrssb-buttons li.tumblr a{background-color:#32506d}.rrssb-buttons li.tumblr a:hover{background-color:#22364a}.rrssb-buttons li.linkedin a{background-color:#007bb6}.rrssb-buttons li.linkedin a:hover{background-color:#005983}.rrssb-buttons li.twitter a{background-color:#26c4f1}.rrssb-buttons li.twitter a:hover{background-color:#0eaad6}.rrssb-buttons li.googleplus a{background-color:#e93f2e}.rrssb-buttons li.googleplus a:hover{background-color:#ce2616}.rrssb-buttons li.youtube a{background-color:#df1c31}.rrssb-buttons li.youtube a:hover{background-color:#b21627}.rrssb-buttons li.reddit a{background-color:#8bbbe3}.rrssb-buttons li.reddit a:hover{background-color:#62a3d9}.rrssb-buttons li.pinterest a{background-color:#b81621}.rrssb-buttons li.pinterest a:hover{background-color:#8a1119}.rrssb-buttons li.pocket a{background-color:#ed4054}.rrssb-buttons li.pocket a:hover{background-color:#e4162d}.rrssb-buttons li.github a{background-color:#444}.rrssb-buttons li.github a:hover{background-color:#2b2b2b}.rrssb-buttons li a{background-color:#ccc;border-radius:2px;display:block;font-size:11px;font-weight:bold;height:100%;padding:11px 7px 12px 27px;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;-webkit-transition:background-color 0.2s ease-in-out;-moz-transition:background-color 0.2s ease-in-out;-o-transition:background-color 0.2s ease-in-out;transition:background-color 0.2s ease-in-out}.rrssb-buttons li a .icon{display:block;height:100%;left:10px;padding-top:9px;position:absolute;top:0;width:10%}.rrssb-buttons li a .icon svg{height:17px;width:17px}.rrssb-buttons li a .icon svg path,.rrssb-buttons li a .icon svg polygon{fill:#fff}.rrssb-buttons li a .text{color:#fff}.rrssb-buttons li a:active{box-shadow:inset 1px 3px 15px 0 rgba(22,0,0,0.25)}.rrssb-buttons li.small a{padding:0}.rrssb-buttons li.small a .icon{height:100%;left:auto;margin:0 auto;overflow:hidden;position:relative;top:auto;width:100%}.rrssb-buttons li.small a .text{visibility:hidden}.rrssb-buttons.large-format{height:auto}.rrssb-buttons.large-format li{height:auto}.rrssb-buttons.large-format li a{font-size:15px;font-size:1vw;padding:7% 0% 7% 12%;border-radius:0.2em;line-height:1vw}.rrssb-buttons.large-format li a .icon{left:7%;padding-top:0;width:12%}.rrssb-buttons.large-format li a .icon svg{height:100%;width:100%}.rrssb-buttons.large-format li a .text{font-size:15px;font-size:1vw}.rrssb-buttons.large-format li a:hover{font-size:15px;font-size:1vw;padding:7% 0% 7% 12%;border-radius:0.2em}.rrssb-buttons.small-format{padding-top:5px}.rrssb-buttons.small-format li{height:80%;padding:0 1.5px}.rrssb-buttons.small-format li a .icon{height:100%;padding-top:0}.rrssb-buttons.small-format li a .icon svg{height:48%;position:relative;top:6px;width:80%}.rrssb-buttons.tiny-format{height:22px;position:relative}.rrssb-buttons.tiny-format li{padding-right:7px}.rrssb-buttons.tiny-format li a{background-color:transparent;padding:0}.rrssb-buttons.tiny-format li a .icon svg{height:70%;width:100%}.rrssb-buttons.tiny-format li a:hover,.rrssb-buttons.tiny-format li a:active{background-color:transparent}.rrssb-buttons.tiny-format li.email a .icon svg path,.rrssb-buttons.tiny-format li.email a .icon svg polygon{fill:#0a88ff}.rrssb-buttons.tiny-format li.email a .icon:hover .icon svg path,.rrssb-buttons.tiny-format li.email a .icon:hover .icon svg polygon{fill:#0054a3}.rrssb-buttons.tiny-format li.facebook a .icon svg path,.rrssb-buttons.tiny-format li.facebook a .icon svg polygon{fill:#306199}.rrssb-buttons.tiny-format li.facebook a .icon:hover .icon svg path,.rrssb-buttons.tiny-format li.facebook a .icon:hover .icon svg polygon{fill:#18304b}.rrssb-buttons.tiny-format li.tumblr a .icon svg path,.rrssb-buttons.tiny-format li.tumblr a .icon svg polygon{fill:#32506d}.rrssb-buttons.tiny-format li.tumblr a .icon:hover .icon svg path,.rrssb-buttons.tiny-format li.tumblr a .icon:hover .icon svg polygon{fill:#121d27}.rrssb-buttons.tiny-format li.linkedin a .icon svg path,.rrssb-buttons.tiny-format li.linkedin a .icon svg polygon{fill:#007bb6}.rrssb-buttons.tiny-format li.linkedin a .icon:hover .icon svg path,.rrssb-buttons.tiny-format li.linkedin a .icon:hover .icon svg polygon{fill:#003650}.rrssb-buttons.tiny-format li.twitter a .icon svg path,.rrssb-buttons.tiny-format li.twitter a .icon svg polygon{fill:#26c4f1}.rrssb-buttons.tiny-format li.twitter a .icon:hover .icon svg path,.rrssb-buttons.tiny-format li.twitter a .icon:hover .icon svg polygon{fill:#0b84a6}.rrssb-buttons.tiny-format li.googleplus a .icon svg path,.rrssb-buttons.tiny-format li.googleplus a .icon svg polygon{fill:#e93f2e}.rrssb-buttons.tiny-format li.googleplus a .icon:hover .icon svg path,.rrssb-buttons.tiny-format li.googleplus a .icon:hover .icon svg polygon{fill:#a01e11}.rrssb-buttons.tiny-format li.youtube a .icon svg path,.rrssb-buttons.tiny-format li.youtube a .icon svg polygon{fill:#df1c31}.rrssb-buttons.tiny-format li.youtube a .icon:hover .icon svg path,.rrssb-buttons.tiny-format li.youtube a .icon:hover .icon svg polygon{fill:#84111d}.rrssb-buttons.tiny-format li.reddit a .icon svg path,.rrssb-buttons.tiny-format li.reddit a .icon svg polygon{fill:#8bbbe3}.rrssb-buttons.tiny-format li.reddit a .icon:hover .icon svg path,.rrssb-buttons.tiny-format li.reddit a .icon:hover .icon svg polygon{fill:#398bcf}.rrssb-buttons.tiny-format li.pinterest a .icon svg path,.rrssb-buttons.tiny-format li.pinterest a .icon svg polygon{fill:#b81621}.rrssb-buttons.tiny-format li.pinterest a .icon:hover .icon svg path,.rrssb-buttons.tiny-format li.pinterest a .icon:hover .icon svg polygon{fill:#5d0b11}.rrssb-buttons.tiny-format li.pocket a .icon svg path,.rrssb-buttons.tiny-format li.pocket a .icon svg polygon{fill:#ed4054}.rrssb-buttons.tiny-format li.pocket a .icon:hover .icon svg path,.rrssb-buttons.tiny-format li.pocket a .icon:hover .icon svg polygon{fill:#b61124}.rrssb-buttons.tiny-format li.github a .icon svg path,.rrssb-buttons.tiny-format li.github a .icon svg polygon{fill:#444}.rrssb-buttons.tiny-format li.github a .icon:hover .icon svg path,.rrssb-buttons.tiny-format li.github a .icon:hover .icon svg polygon{fill:#111} diff --git a/css/screen.css b/css/screen.css deleted file mode 100644 index 4af5642..0000000 --- a/css/screen.css +++ /dev/null @@ -1 +0,0 @@ -article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{background:#fff;color:#000;font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:0.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type='button'],input[type='reset'],input[type='submit']{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type='checkbox'],input[type='radio']{box-sizing:border-box;padding:0}input[type='search']{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type='search']::-webkit-search-cancel-button,input[type='search']::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}html{font:100%/1.5 "Karla","lucida grande",sans-serif,sans-serif;font-weight:400}@media (min-width: 40rem){html{font-size:106%}}@media (min-width: 64rem){html{font-size:112%}}body{color:#777;background-color:#fff}h1,h2,h3,h4,h5{color:#222;line-height:1.2em;font-family:"Montserrat","Helvetica",sans-serif;font-weight:600}h1{font-size:3.5rem;margin:0 0 0.2em 0}@media (min-width: 40rem){h1{font-size:4.5rem}}@media (min-width: 64rem){h1{font-size:5rem}}h2{color:#e67e39;margin-bottom:1.5rem;font-size:1.5rem;text-transform:uppercase}@media (min-width: 40rem){h2{font-size:2rem}}h3{font-size:1.2rem;margin-bottom:0.5rem}blockquote{margin:0}blockquote p{color:#bbb;font-style:italic;margin-bottom:1.5rem}cite{color:#bbb}p{margin:0 auto 2em auto;text-align:left}.lead{max-width:45rem;font-size:1.25rem}ol{list-style-type:decimal}ul,ol{margin:0 0 1.25em 0}li{margin-bottom:2em}li.last-list-item{border-bottom:none}dt{font-weight:bold}dd{margin-bottom:1.625em}strong{font-weight:bold}i{font-style:italic}em{font-style:normal}a{color:#4ae;text-decoration:none}a:hover{text-decoration:underline}::-moz-selection,::selection{background:#e67e39;color:#fff}.sub-point{display:block;font-size:0.75rem}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body{margin:0;padding:0;background:#fff}section{border-top:2px solid #f2f2f2;text-align:center;padding:2rem 0}section:first-of-type{border-top:none}@media (min-width: 40rem){section{padding:4rem 0}}.container{margin:0 auto;max-width:40rem;width:90%}.row{*zoom:1}.row:after{content:"";display:table;clear:both}header{padding:2rem 0;background-color:#f7f7f7;text-align:center}header p{text-align:center}.example-image-link{display:inline-block;padding:4px;margin:0 0.5rem 1rem 0.5rem;background-color:#fff;line-height:0;-webkit-transition:background-color 0.1s ease-out;-moz-transition:background-color 0.1s ease-out;-o-transition:background-color 0.1s ease-out;transition:background-color 0.1s ease-out;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;border-radius:6px}.example-image-link:hover{background-color:#4ae}.example-image{width:7rem;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px}.how-to-use-section p,.how-to-use-section ol,.how-to-use-section ul,.how-to-use-section pre{text-align:left}fieldset{border:none}.donate-button{width:100%}@media (min-width: 40rem){.donate-button{width:auto}}footer{padding:2rem 0;background-color:#f7f7f7;text-align:center}footer p{text-align:center}footer .button{margin-top:0.5rem}.sharing-section{position:fixed;z-index:10;top:20px;right:0}code{color:#777;background-color:#f2f2f2;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;border-radius:6px;font-family:Consolas,Courier,monospace;font-size:0.9rem;padding:0.1rem 0.3rem;position:relative;top:-1px}pre{background-color:#f2f2f2;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;border-radius:6px;padding:0 0.5rem 0.1rem 0.5rem}pre code{padding:0;font-size:0.7rem;border:none}.column{margin-bottom:1.5rem}@media (min-width: 40rem){.column{float:left;margin:0;padding-left:1rem;padding-right:1rem}.column.full{width:100%}.column.two-thirds{width:66.7%}.column.half{width:50%}.column.third{width:33.3%}.column.fourth{width:24.95%}.column.flow-opposite{float:right}}ul{margin:0;text-align:left}@media (min-width: 40rem){ul{display:inline-block}}.button{display:block;padding:0.7rem 2rem;margin-bottom:0.5rem;border:none;color:#fff;background-color:#4ae;font-size:1.2rem;font-weight:bold;text-transform:uppercase;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;border-radius:6px;vertical-align:middle;white-space:nowrap}.button:hover{background:#1595ea;text-decoration:none}@media (min-width: 40rem){.button{display:inline-block;margin:0 0.25rem}}.button-minor{padding:0.35rem 1rem;border:2px solid #4ae;color:#4ae;background-color:transparent;font-size:0.8rem}.button-minor:hover{color:#fff}hr{border:0;border-top:2px solid #f2f2f2;margin:2rem auto;width:3rem}@media (min-width: 40rem){hr{margin:2.5rem auto}} diff --git a/css/side-menu-old-ie.css b/css/side-menu-old-ie.css deleted file mode 100644 index 0b0e738..0000000 --- a/css/side-menu-old-ie.css +++ /dev/null @@ -1,254 +0,0 @@ -body { - color: #777; -} - -.pure-img-responsive { - max-width: 100%; - height: auto; -} - -/* -Add transition to containers so they can push in and out. -*/ - -#layout, -#menu, -.menu-link { - -webkit-transition: all 0.2s ease-out; - -moz-transition: all 0.2s ease-out; - -ms-transition: all 0.2s ease-out; - -o-transition: all 0.2s ease-out; - transition: all 0.2s ease-out; -} - -/* -This is the parent `
` that contains the menu and the content area. -*/ - -#layout { - position: relative; - padding-left: 0; -} - -#layout.active #menu { - left: 150px; - width: 150px; -} - -#layout.active .menu-link { - left: 150px; -} - -/* -The content `
` is where all your content goes. -*/ - -.content { - margin: 0 auto; - padding: 0 2em; - max-width: 800px; - margin-bottom: 50px; - line-height: 1.6em; -} - -.header { - margin: 0; - color: #333; - text-align: center; - padding: 2.5em 2em 0; - border-bottom: 1px solid #eee; -} - -.header h1 { - margin: 0.2em 0; - font-size: 3em; - font-weight: 300; -} - -.header h2 { - font-weight: 300; - color: #ccc; - padding: 0; - margin-top: 0; -} - -.content-subhead { - margin: 50px 0 20px 0; - font-weight: 300; - color: #888; -} - -/* -The `#menu` `
` is the parent `
` that contains the `.pure-menu` that -appears on the left side of the page. -*/ - -#menu { - margin-left: -150px; - /* "#menu" width */ - width: 150px; - position: fixed; - top: 0; - left: 0; - bottom: 0; - z-index: 1000; - /* so the menu or its navicon stays above all content */ - background: #191818; - overflow-y: auto; - -webkit-overflow-scrolling: touch; -} - -/* - All anchors inside the menu should be styled like this. - */ - -#menu a { - color: #999; - border: none; - padding: 0.6em 0 0.6em 0.6em; -} - -/* - Remove all background/borders, since we are applying them to #menu. - */ - -#menu .pure-menu, -#menu .pure-menu ul { - border: none; - background: transparent; -} - -/* - Add that light border to separate items into groups. - */ - -#menu .pure-menu ul, -#menu .pure-menu .menu-item-divided { - border-top: 1px solid #333; -} - -/* - Change color of the anchor links on hover/focus. - */ - -#menu .pure-menu li a:hover, -#menu .pure-menu li a:focus { - background: #333; -} - -/* - This styles the selected menu item `
  • `. - */ - -#menu .pure-menu-selected, -#menu .pure-menu-heading { - background: #1f8dd6; -} - -/* - This styles a link within a selected menu item `
  • `. - */ - -#menu .pure-menu-selected a { - color: #fff; -} - -/* - This styles the menu heading. - */ - -#menu .pure-menu-heading { - font-size: 110%; - color: #fff; - margin: 0; -} - -/* -- Dynamic Button For Responsive Menu -------------------------------------*/ - -/* -The button to open/close the Menu is custom-made and not part of Pure. Here's -how it works: -*/ - -/* -`.menu-link` represents the responsive menu toggle that shows/hides on -small screens. -*/ - -.menu-link { - position: fixed; - display: block; - /* show this only on small screens */ - top: 0; - left: 0; - /* "#menu width" */ - background: #000; - background: rgba(0,0,0,0.7); - font-size: 10px; - /* change this value to increase/decrease button size */ - z-index: 10; - width: 2em; - height: auto; - padding: 2.1em 1.6em; -} - -.menu-link:hover, -.menu-link:focus { - background: #000; -} - -.menu-link span { - position: relative; - display: block; -} - -.menu-link span, -.menu-link span:before, -.menu-link span:after { - background-color: #fff; - width: 100%; - height: 0.2em; -} - -.menu-link span:before, -.menu-link span:after { - position: absolute; - margin-top: -0.6em; - content: " "; -} - -.menu-link span:after { - margin-top: 0.6em; -} - -/* -- Responsive Styles (Media Queries) ------------------------------------- */ - -/* -Hides the menu at `48em`, but modify this based on your app's needs. -*/ - -.header, -.content { - padding-left: 2em; - padding-right: 2em; -} - -#layout { - padding-left: 150px; - /* left col width "#menu" */ - left: 0; -} - -#menu { - left: 150px; -} - -.menu-link { - position: fixed; - left: 150px; - display: none; -} - -#layout.active .menu-link { - left: 150px; -} \ No newline at end of file diff --git a/css/side-menu.css b/css/side-menu.css deleted file mode 100644 index b5ce7ae..0000000 --- a/css/side-menu.css +++ /dev/null @@ -1,248 +0,0 @@ -body { - color: #777; -} - -.pure-img-responsive { - max-width: 100%; - height: auto; -} - -/* -Add transition to containers so they can push in and out. -*/ -#layout, -#menu, -.menu-link { - -webkit-transition: all 0.2s ease-out; - -moz-transition: all 0.2s ease-out; - -ms-transition: all 0.2s ease-out; - -o-transition: all 0.2s ease-out; - transition: all 0.2s ease-out; -} - -/* -This is the parent `
    ` that contains the menu and the content area. -*/ -#layout { - position: relative; - padding-left: 0; -} - #layout.active #menu { - left: 150px; - width: 150px; - } - - #layout.active .menu-link { - left: 150px; - } -/* -The content `
    ` is where all your content goes. -*/ -.content { - margin: 0 auto; - padding: 0 2em; - max-width: 800px; - margin-bottom: 50px; - line-height: 1.6em; -} - -.header { - margin: 0; - color: #333; - text-align: center; - padding: 2.5em 2em 0; - border-bottom: 1px solid #eee; - } - .header h1 { - margin: 0.2em 0; - font-size: 3em; - font-weight: 300; - } - .header h2 { - font-weight: 300; - color: #ccc; - padding: 0; - margin-top: 0; - } - -.content-subhead { - margin: 50px 0 20px 0; - font-weight: 300; - color: #888; -} - - - -/* -The `#menu` `
    ` is the parent `
    ` that contains the `.pure-menu` that -appears on the left side of the page. -*/ - -#menu { - margin-left: -150px; /* "#menu" width */ - width: 150px; - position: fixed; - top: 0; - left: 0; - bottom: 0; - z-index: 1000; /* so the menu or its navicon stays above all content */ - background: #191818; - overflow-y: auto; - -webkit-overflow-scrolling: touch; -} - /* - All anchors inside the menu should be styled like this. - */ - #menu a { - color: #999; - border: none; - padding: 0.6em 0 0.6em 0.6em; - } - - /* - Remove all background/borders, since we are applying them to #menu. - */ - #menu .pure-menu, - #menu .pure-menu ul { - border: none; - background: transparent; - } - - /* - Add that light border to separate items into groups. - */ - #menu .pure-menu ul, - #menu .pure-menu .menu-item-divided { - border-top: 1px solid #333; - } - /* - Change color of the anchor links on hover/focus. - */ - #menu .pure-menu li a:hover, - #menu .pure-menu li a:focus { - background: #333; - } - - /* - This styles the selected menu item `
  • `. - */ - #menu .pure-menu-selected, - #menu .pure-menu-heading { - background: #1f8dd6; - } - /* - This styles a link within a selected menu item `
  • `. - */ - #menu .pure-menu-selected a { - color: #fff; - } - - /* - This styles the menu heading. - */ - #menu .pure-menu-heading { - font-size: 110%; - color: #fff; - margin: 0; - } - -/* -- Dynamic Button For Responsive Menu -------------------------------------*/ - -/* -The button to open/close the Menu is custom-made and not part of Pure. Here's -how it works: -*/ - -/* -`.menu-link` represents the responsive menu toggle that shows/hides on -small screens. -*/ -.menu-link { - position: fixed; - display: block; /* show this only on small screens */ - top: 0; - left: 0; /* "#menu width" */ - background: #000; - background: rgba(0,0,0,0.7); - font-size: 10px; /* change this value to increase/decrease button size */ - z-index: 10; - width: 2em; - height: auto; - padding: 2.1em 1.6em; -} - - .menu-link:hover, - .menu-link:focus { - background: #000; - } - - .menu-link span { - position: relative; - display: block; - } - - .menu-link span, - .menu-link span:before, - .menu-link span:after { - background-color: #fff; - width: 100%; - height: 0.2em; - } - - .menu-link span:before, - .menu-link span:after { - position: absolute; - margin-top: -0.6em; - content: " "; - } - - .menu-link span:after { - margin-top: 0.6em; - } - - -/* -- Responsive Styles (Media Queries) ------------------------------------- */ - -/* -Hides the menu at `48em`, but modify this based on your app's needs. -*/ -@media (min-width: 48em) { - - .header, - .content { - padding-left: 2em; - padding-right: 2em; - } - - #layout { - padding-left: 150px; /* left col width "#menu" */ - left: 0; - } - #menu { - left: 150px; - } - - .menu-link { - position: fixed; - left: 150px; - display: none; - } - - #layout.active .menu-link { - left: 150px; - } -} - -@media (max-width: 48em) { - /* Only apply this when the window is small. Otherwise, the following - case results in extra padding on the left: - * Make the window small. - * Tap the menu to trigger the active state. - * Make the window large again. - */ - #layout.active { - position: relative; - left: 150px; - } -} - diff --git a/css/styles.css b/css/styles.css deleted file mode 100644 index a251caf..0000000 --- a/css/styles.css +++ /dev/null @@ -1,216 +0,0 @@ -html { - font-size: 16px; -} - -body { - font-family: 'Open Sans', "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif; - -webkit-font-smoothing: antialiased; - font-size: inherit; - color: #000; -} - -@media (max-width: 768px) { - html { - font-size: 14px; - } -} - -html, -body { - margin: 0; -} - -a { - transition-duration: .2s; -} - -a:hover, -a:focus, -a:active { - outline: none; - box-shadow: none; -} - -a.tag { - font-size: .8rem; - color: #999; -} - -a.tag:hover { - color: #333; -} - -code:not(.hljs) { - font-size: .8rem; -} - -img { - width: 100%; -} - -.share { - text-align: right; -} - -.share a { - display: inline-block; - color: #999; - padding: 0 .5rem; -} - -header.site nav.navbar { - border-radius: 0; - border-top: none; - border-right: none; - border-left: none; -} - -header.site .navbar-default .navbar-nav>li>a { - font-size: .8rem; -} - -header.page-title { - font-size: 1.6rem; - line-height: 2rem; - margin-bottom: 1rem; - text-decoration: underline; -} - -article.li .date { - font-size: .8rem; - line-height: 1rem; -} - -article.li .title { - font-size: 1.4rem; - line-height: 2rem; - margin-bottom: .5rem; -} - -article.li .body { - margin-bottom: 1rem; -} - -article.single .article-header { - margin: 1rem 0 2rem 0; -} - -article.single .article-header time { - font-size: .8rem; - line-height: 1rem; - display: block; -} - -article.single .article-title { - margin: 0; - font-size: 1.4rem; - line-height: 2rem; -} - -article.single .article-body { - max-width: 650px; - margin: 0 auto; - margin-bottom: 1rem; - padding: 0 1rem; -} - -@media (max-width: 768px) { - article.single .article-body { - padding: 0; - } -} - -article.single .article-body h1, -article.single .article-body h2, -article.single .article-body h3, -article.single .article-body h4, -article.single .article-body h5, -article.single .article-body h6 { - word-break: break-all; -} - -article.single h1 { font-size: 1.6rem; line-height: 2.4rem; } -article.single h2 { font-size: 1.4rem; line-height: 2.1rem; } -article.single h3 { font-size: 1.1rem; line-height: 1.7rem; } -article.single h4 { font-size: 1rem; line-height: 1.5rem; } -article.single h5 { font-size: 1rem; line-height: 1.5rem; } - -article.single .article-body h1:first-child, -article.single .article-body h2:first-child, -article.single .article-body h3:first-child, -article.single .article-body h4:first-child, -article.single .article-body h5:first-child, -article.single .article-body h6:first-child { - margin-top: 0; -} - -article.single .article-body h1 { - margin-top: 4rem; - margin-bottom: 1rem; - font-weight: 900; -} - -article.single .article-body h2 { - margin-top: 2rem; - margin-bottom: 1rem; -} - -article.single .article-body h3, -article.single .article-body h4, -article.single .article-body h5, -article.single .article-body h6 { - margin-top: 2rem; - margin-bottom: .5rem; -} - -article.single .article-body p { - line-height: 1.5rem; - margin-bottom: 1rem; - word-break: break-word; -} - -article.single .article-body blockquote { - padding: .5rem; - font-size: .8rem; - border-left: none; - background-color: #eee; -} - -article.single .article-body blockquote p { - line-height: 1rem; -} - -article.single .article-body blockquote p:last-child { - margin-bottom: 0; -} - -article.single .article-body pre { - padding: 0; - border: none; - border-radius: 0; -} - -article.single aside { - padding: 2rem; -} - -@media (max-width: 768px) { - article.single aside { - padding: 0; - } -} - -article.single aside .section { - margin-bottom: 2rem; -} - -footer.site { - padding: 3rem 0; -} - -footer.site p { - font-size: .8rem; - margin-bottom: .5rem; - color: #999; -} - diff --git a/favicon.png b/favicon.png deleted file mode 100644 index 84cce4d..0000000 Binary files a/favicon.png and /dev/null differ diff --git a/font/fontawesome-webfont.eot b/font/fontawesome-webfont.eot deleted file mode 100755 index 3f669a7..0000000 Binary files a/font/fontawesome-webfont.eot and /dev/null differ diff --git a/font/fontawesome-webfont.svg b/font/fontawesome-webfont.svg deleted file mode 100755 index 73c0ad9..0000000 --- a/font/fontawesome-webfont.svg +++ /dev/null @@ -1,175 +0,0 @@ - - - - -This is a custom SVG webfont generated by Font Squirrel. -Designer : Dave Gandy -Foundry : Fort Awesome - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/font/fontawesome-webfont.svgz b/font/fontawesome-webfont.svgz deleted file mode 100755 index 2a73cd7..0000000 Binary files a/font/fontawesome-webfont.svgz and /dev/null differ diff --git a/font/fontawesome-webfont.ttf b/font/fontawesome-webfont.ttf deleted file mode 100755 index 4972eb4..0000000 Binary files a/font/fontawesome-webfont.ttf and /dev/null differ diff --git a/font/fontawesome-webfont.woff b/font/fontawesome-webfont.woff deleted file mode 100755 index 6e4cb41..0000000 Binary files a/font/fontawesome-webfont.woff and /dev/null differ diff --git a/images/fancybox/blank.gif b/images/fancybox/blank.gif deleted file mode 100644 index 35d42e8..0000000 Binary files a/images/fancybox/blank.gif and /dev/null differ diff --git a/images/fancybox/fancybox_loading.gif b/images/fancybox/fancybox_loading.gif deleted file mode 100644 index 0158617..0000000 Binary files a/images/fancybox/fancybox_loading.gif and /dev/null differ diff --git a/images/fancybox/fancybox_sprite.png b/images/fancybox/fancybox_sprite.png deleted file mode 100644 index a1aae1a..0000000 Binary files a/images/fancybox/fancybox_sprite.png and /dev/null differ diff --git a/images/loading_gray.gif b/images/loading_gray.gif deleted file mode 100644 index 945a2aa..0000000 Binary files a/images/loading_gray.gif and /dev/null differ diff --git a/images/loading_pacman.gif b/images/loading_pacman.gif deleted file mode 100644 index 8f61add..0000000 Binary files a/images/loading_pacman.gif and /dev/null differ diff --git a/images/social/behance.png b/images/social/behance.png deleted file mode 100644 index 79b6d97..0000000 Binary files a/images/social/behance.png and /dev/null differ diff --git a/images/social/coderwall.png b/images/social/coderwall.png deleted file mode 100644 index 0673e7d..0000000 Binary files a/images/social/coderwall.png and /dev/null differ diff --git a/images/social/delicious.png b/images/social/delicious.png deleted file mode 100644 index a936776..0000000 Binary files a/images/social/delicious.png and /dev/null differ diff --git a/images/social/douban.png b/images/social/douban.png deleted file mode 100644 index 54b080d..0000000 Binary files a/images/social/douban.png and /dev/null differ diff --git a/images/social/email.png b/images/social/email.png deleted file mode 100644 index 29cc6e6..0000000 Binary files a/images/social/email.png and /dev/null differ diff --git a/images/social/facebook.png b/images/social/facebook.png deleted file mode 100644 index 2e43bd8..0000000 Binary files a/images/social/facebook.png and /dev/null differ diff --git a/images/social/github.png b/images/social/github.png deleted file mode 100644 index 6962c9d..0000000 Binary files a/images/social/github.png and /dev/null differ diff --git a/images/social/google.png b/images/social/google.png deleted file mode 100644 index 68f6978..0000000 Binary files a/images/social/google.png and /dev/null differ diff --git a/images/social/instagram.png b/images/social/instagram.png deleted file mode 100644 index b462a01..0000000 Binary files a/images/social/instagram.png and /dev/null differ diff --git a/images/social/linkedin.png b/images/social/linkedin.png deleted file mode 100644 index 1a7ae91..0000000 Binary files a/images/social/linkedin.png and /dev/null differ diff --git a/images/social/pinboard.png b/images/social/pinboard.png deleted file mode 100644 index 2961f30..0000000 Binary files a/images/social/pinboard.png and /dev/null differ diff --git a/images/social/pinterest.png b/images/social/pinterest.png deleted file mode 100644 index 34a64d6..0000000 Binary files a/images/social/pinterest.png and /dev/null differ diff --git a/images/social/quora.png b/images/social/quora.png deleted file mode 100644 index ec4b1d8..0000000 Binary files a/images/social/quora.png and /dev/null differ diff --git a/images/social/rss.png b/images/social/rss.png deleted file mode 100644 index 8492267..0000000 Binary files a/images/social/rss.png and /dev/null differ diff --git a/images/social/stackoverflow.png b/images/social/stackoverflow.png deleted file mode 100644 index be71ba0..0000000 Binary files a/images/social/stackoverflow.png and /dev/null differ diff --git a/images/social/twitter.png b/images/social/twitter.png deleted file mode 100644 index 1d63f2d..0000000 Binary files a/images/social/twitter.png and /dev/null differ diff --git a/img/close.png b/img/close.png deleted file mode 100644 index 20baa1d..0000000 Binary files a/img/close.png and /dev/null differ diff --git a/img/favicon.ico b/img/favicon.ico deleted file mode 100644 index e1cb609..0000000 Binary files a/img/favicon.ico and /dev/null differ diff --git a/img/loading.gif b/img/loading.gif deleted file mode 100644 index 5087c2a..0000000 Binary files a/img/loading.gif and /dev/null differ diff --git a/img/next.png b/img/next.png deleted file mode 100644 index 08365ac..0000000 Binary files a/img/next.png and /dev/null differ diff --git a/img/photo.jpg b/img/photo.jpg deleted file mode 100644 index 12e9247..0000000 Binary files a/img/photo.jpg and /dev/null differ diff --git a/img/prev.png b/img/prev.png deleted file mode 100644 index 329fa98..0000000 Binary files a/img/prev.png and /dev/null differ diff --git a/index.html b/index.html index 61f4015..633a557 100644 --- a/index.html +++ b/index.html @@ -1,264 +1,366 @@ - - + + - - Mil años de solitario - + + + Mil años de solitario · Mil años de solitario - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + - - - - - + + + + + - + + + - - - + + - - - + - -
    -