aboutsummaryrefslogtreecommitdiffstats
path: root/css/estilos.css
diff options
context:
space:
mode:
authorHeckyel <heckyel@openmailbox.org>2017-02-09 20:09:39 -0500
committerHeckyel <heckyel@openmailbox.org>2017-02-09 20:09:39 -0500
commitafc3c5f7dbf03ed975a5ed3cb612f9a975513746 (patch)
tree10b13f90522fccdc738f987c74ae56d13675c903 /css/estilos.css
downloadmaqueta-bootstrap-afc3c5f7dbf03ed975a5ed3cb612f9a975513746.tar.lz
maqueta-bootstrap-afc3c5f7dbf03ed975a5ed3cb612f9a975513746.tar.xz
maqueta-bootstrap-afc3c5f7dbf03ed975a5ed3cb612f9a975513746.zip
primera version
Diffstat (limited to 'css/estilos.css')
-rw-r--r--css/estilos.css60
1 files changed, 60 insertions, 0 deletions
diff --git a/css/estilos.css b/css/estilos.css
new file mode 100644
index 0000000..4fc2176
--- /dev/null
+++ b/css/estilos.css
@@ -0,0 +1,60 @@
+/* -- HEADER -- */
+h6.espacio-libre{
+ font-size:0px;
+ margin-top: 0px;
+ margin-bottom: 0px;
+}
+.navbar {
+ margin-bottom: 0;
+}
+
+.jumbotron-dbs {
+ background:#428BCA;
+ color:#fff;
+ padding:20px 0;
+}
+
+.jumbotron-dbs h1, p.tituloheader{
+ margin-left: 105px;
+}
+
+/* -- POST -- */
+.main {
+ margin-top: 20px;
+ margin-bottom: 20px;
+}
+
+.post {
+ padding-bottom:20px;
+ margin-bottom:20px;
+ border-bottom:1px solid #999;
+}
+
+.post .post-title a {
+ color:#333;
+}
+
+.post .thumb {
+ margin-right:10px;
+ width:40%;
+}
+
+.post .thumb img {
+ width:100%;
+}
+
+.post .contenedor-botones {
+ width: 100%;
+}
+
+/* -- Media Querie -- */
+@media screen and (max-width: 768px) {
+ .post .thumb {
+ width: 100%;
+ margin-bottom: 20px;
+ margin-right: 0;
+ }
+ .jumbotron-dbs h1, p.tituloheader{
+ margin-left: 15px;
+ }
+}