diff --git a/footer.php b/footer.php index 9fd9f9a..651e4f2 100644 --- a/footer.php +++ b/footer.php @@ -28,10 +28,24 @@ + + diff --git a/header.php b/header.php new file mode 100644 index 0000000..77fd530 --- /dev/null +++ b/header.php @@ -0,0 +1,17 @@ + +> + + <?php wp_title( '|', true, 'right' ); ?> + + + + + + + +> + + + +
+
diff --git a/index.php b/index.php index fe817f2..979bb91 100644 --- a/index.php +++ b/index.php @@ -8,7 +8,7 @@
-
+
-
+
-1, 'category' => 10 ); diff --git a/page.php b/page.php index ed74976..6435f82 100644 --- a/page.php +++ b/page.php @@ -8,7 +8,7 @@
-
+
-
+
diff --git a/single.php b/single.php index cdd06e6..c8d5abb 100644 --- a/single.php +++ b/single.php @@ -1,7 +1,7 @@
-
+
-
+
-

+
diff --git a/style.css b/style.css index daa44e3..567dca3 100644 --- a/style.css +++ b/style.css @@ -10,12 +10,20 @@ Text Domain: asierg */ +@font-face { + +} + +@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600'); + body { - font-family:roboto,Helvetica,Arial,sans-serif; + font-family:'Open Sans',roboto,Helvetica,Arial,sans-serif; + font-size:12pt; } a { text-decoration:none;} +.content-main { margin-top:0; } /* footer */ @@ -26,29 +34,57 @@ a { text-decoration:none;} /*sidebar-right1*/ +.sidebar-right1 { position:fixed; } + +@media (max-device-width: 767px) { + .sidebar-right1 {position:relative !important; } +} + + .sidebar-right1 .site-title { - font-family: old-standard, serif; + display:none; + font-family: 'Lato',old-standard, serif; + margin-top:0; + width:100%; + height:100px; +} + +.sidebar-right1 .widgettitle { + margin-bottom:0 !important; } .sidebar-user2 { font-size:0.7em; } - +.sidebar-right1 .head:hover {cursor:pointer; } .sidebar-right1 .head { padding-bottom:20px; - margin-bottom:20px; - border-bottom:1px dashed #000; + margin-bottom:0px; + /*border-bottom:1px dashed #000;*/ + background-image:url('http://asierg.audio-lab.org/wp-content/uploads/2017/01/logo2.png'); + background-size:contain; + background-repeat:no-repeat; } +.head h1 a {font-size:1.0em;} +.head h1 a:hover {font-size:1.0em;} +.sidebar-right1 a {font-size:0.9em;} + .sidebar-right1 a:hover, .sidebar-right1 .head h1 a:hover { color:#333;} -h2 {font-weight:800 !important;} +.current-menu-item { text-decoration:underline !important; } + +#menu-item-110 a, +h2 {font-size:0.8em !important; font-weight:600 !important; font:'Open sans';} input { border: 1px solid #ccc; } textarea { border: 1px solid #ccc; } -.sidebar-right1 .widgettitle { border:0; font-size:1.2em; } +.sidebar-right1 .widget { margin: 8px 0 0 0; } +.sidebar-right1 .widgettitle { border:0; font-size:0.9em; } + +.sidebar-right1 .menu > li a {font-size:0.8em;} .sidebar-righ1 .menu > li a:hover, .sidebar-right1 .widget_nav_menu a:hover, @@ -64,11 +100,16 @@ textarea { border: 1px solid #ccc; } .sidebar-right1 .widget_nav_menu li { padding:0; } +/*portada*/ +.projects { margin-top: 6px; } + /*post content*/ +.post p {font-size:0.7em;margin:0 0 0px;} +.content { margin-top:0px; } #gallery-1 img { border:0 !important; } .gallery .gallery-item img, .gallery .gallery-item img.thumbnail { padding:0 !important;} -dt {padding:0 !important;} +dt {margin-bottom:20px;padding:0 !important;} diff --git a/template-portada.php b/template-portada.php new file mode 100644 index 0000000..cc81ac8 --- /dev/null +++ b/template-portada.php @@ -0,0 +1,57 @@ + + + + +
+
+ +
+
+ +
+ '10', 'nopaging' => 'true','orderby'=>'date','order'=>'DESC' )); + foreach ($projects as $p) : + $id = $p->ID; ?> +
+
+
+ +
+ + + + +
+
+ + +
+
+ + + + +
+
+ + +
+
+
+
+