Skip to content
Snippets Groups Projects
Commit c932a52e authored by root's avatar root Committed by lechuck
Browse files

Aggiornato Theme Constructor alla 1.5.7

parent 580d01f8
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -2,10 +2,7 @@
Theme Name: Default
Theme URI:
Description: Default Constructor Theme
Version: 1.0.0
Version: 1.5.0
Author: Anton Shevchuk
Author URI: http://anton.shevchuk.name/
*/#menu li li a, #menu li li span {
height:24px !important;
line-height:24px !important;
}
\ No newline at end of file
*/
\ No newline at end of file
This diff is collapsed.
......@@ -2,7 +2,7 @@
Theme Name: Lime
Theme URI:
Description: Lime Constructor Theme
Version: 1.0.1
Version: 1.5.0
Author: Anton Shevchuk
Author URI: http://anton.shevchuk.name/
*/
......@@ -19,10 +19,19 @@ Author URI: http://anton.shevchuk.name/
height: 40px;
margin: 0 20px
}
.navigation .alignleft a{background: url(prev.png) 0 0 no-repeat}
.navigation .alignright a{background: url(next.png) 0 0 no-repeat}
.navigation .alignleft a {
background: url(prev.png) 0 0 no-repeat
}
.navigation .alignright a {
background: url(next.png) 0 0 no-repeat
}
.navigation .alignleft a:hover,
.navigation .alignright a:hover {background-position: 100% 100%}
.navigation .alignright a:hover {
background-position: 100% 100%
}
body.page .hentry .title a {
text-align: center;
......
This diff is collapsed.
......@@ -2,7 +2,7 @@
Theme Name: Orange
Theme URI:
Description: Orange Constructor Theme
Version: 1.0.1
Version: 1.5.0
Author: Anton Shevchuk
Author URI: http://anton.shevchuk.name/
*/
......@@ -19,7 +19,16 @@ Author URI: http://anton.shevchuk.name/
height: 40px;
margin: 0 20px
}
.navigation .alignleft a{background: url(prev.png) 0 0 no-repeat}
.navigation .alignright a{background: url(next.png) 0 0 no-repeat}
.navigation .alignleft a {
background: url(prev.png) 0 0 no-repeat
}
.navigation .alignright a {
background: url(next.png) 0 0 no-repeat
}
.navigation .alignleft a:hover,
.navigation .alignright a:hover {background-position: 100% 100%}
\ No newline at end of file
.navigation .alignright a:hover {
background-position: 100% 100%
}
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment