Title / Description
Code /* * This is a manifest file that'll be compiled into application.css, which will include all the files * listed below. * * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's * vendor/assets/stylesheets directory can be referenced here using a relative path. * * You're free to add application-wide styles to this file and they'll appear at the bottom of the * compiled file so the styles you add here take precedence over styles defined in any other CSS * files in this directory. Styles in this file should be added after the last require_* statement. * It is generally better to create a new file per style scope. * *= require_tree . *= require_self */ .navbar { min-height: 38px; font-family: Lato, sans-serif; padding-bottom: 20px; } nav ul { margin: 0; padding: 0; list-style: none; } nav li { display: inline-block; margin-left: 70px; padding-top: 15px; padding-bottom: 15px; } nav a { color: #444; font-size: 14px; } nav a:hover { color: #000; } nav { display: flex; justify-content: center; background-color: #ffffff; opacity: .6; } h3 { display: flex; justify-content: center; font-family: Lato, sans-serif; } home-body { display: flex; justify-content: center; font-size: 14px; } .intro { font-family: Lato, sans-serif; max-width: 500px; margin: auto; padding: 35px; background-color: #ffffff; opacity: .9; } .footer { font-family: Lato, sans-serif; font-size: 10px; display: flex; justify-content: center; padding-top: 10px; } .post-preview { font-family: Lato, sans-serif; border-style: solid; max-width: 300px; margin: auto; margin-top: 15px; border: 4px solid #73AD21; padding: 35px; background-color: #ffffff; opacity: .8; } preview-body p{ display: flex; justify-content: center; font-size: 14px; text-align: center; } body { background: url('/../assets/background.png') no-repeat center center; background-attachment: fixed; } .post-preview button{ width:50%; margin-left:25%; margin-right:25%; opacity: 10; } .post-body { font-family: Lato, sans-serif; padding: 35px; justify-content: left; font-size: 14px; text-align: left; max-width: 700px; margin: auto; margin-top: 15px; opacity: 1; background-color: #ffffff; } .post-body img { width:300px; /* you can use % */ height: auto; padding: 10px; margin: auto; } .post-body code-snippet { background-color: rgb(118, 116, 116); font-family: Consolas, monaco, monospace; border-radius: 3px; padding: 4px; color: #ffffff; line-height: 30pt; } .post-body code-block { background-color: rgb(118, 116, 116); font-family: Consolas, monaco, monospace; border-radius: 3px; word-wrap: break-word; box-decoration-break: clone; line-height: 15pt; border-radius: .2rem; color: #ffffff; } .post-body tab { margin-left: 40px; } a { color: rgb(60, 60, 60); }
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code