- Icono en el menú para ir al inicio
git-svn-id: https://192.168.0.254/svn/Proyectos.OriginalHouse_Web/trunk@61 54e8636e-a86c-764f-903d-b964358a1ae2
This commit is contained in:
parent
3f0a24b3e1
commit
b714868a19
File diff suppressed because one or more lines are too long
@ -35,7 +35,7 @@
|
||||
<?php foreach (${org_tubepress_api_const_template_Variable::VIDEO_ARRAY} as $video): ?>
|
||||
|
||||
<div class="tubepress_thumb">
|
||||
<a id="tubepress_image_<?php echo $video->getId(); ?>_<?php echo ${org_tubepress_api_const_template_Variable::GALLERY_ID}; ?>" rel="tubepress_<?php echo ${org_tubepress_api_const_template_Variable::EMBEDDED_IMPL_NAME}; ?>_<?php echo ${org_tubepress_api_const_template_Variable::PLAYER_NAME}; ?>_<?php echo ${org_tubepress_api_const_template_Variable::GALLERY_ID}; ?>">
|
||||
<a id="tubepress_image_<?php echo $video->getId(); ?>_<?php echo ${org_tubepress_api_const_template_Variable::GALLERY_ID}; ?>" rel="tubepress_<?php echo ${org_tubepress_api_const_template_Variable::EMBEDDED_IMPL_NAME}; ?>_<?php echo ${org_tubepress_api_const_template_Variable::PLAYER_NAME}; ?>_<?php echo ${org_tubepress_api_const_template_Variable::GALLERY_ID}; ?>" title="<?php echo htmlspecialchars($video->getTitle(), ENT_QUOTES, "UTF-8"); ?>">
|
||||
<img alt="<?php echo htmlspecialchars($video->getTitle(), ENT_QUOTES, "UTF-8"); ?>" src="<?php echo $video->getThumbnailUrl(); ?>" width="<?php echo ${org_tubepress_api_const_template_Variable::THUMBNAIL_WIDTH}; ?>" height="<?php echo ${org_tubepress_api_const_template_Variable::THUMBNAIL_HEIGHT}; ?>" />
|
||||
</a>
|
||||
<dl class="tubepress_meta_group">
|
||||
|
||||
@ -1,5 +1,16 @@
|
||||
@import url(colorbox.css);
|
||||
|
||||
#navigation #main-menu li.home-icon {
|
||||
overflow: hidden;
|
||||
width: 42px;
|
||||
}
|
||||
|
||||
#navigation #main-menu li.home-icon a {
|
||||
background: url(images/home-icon-2.png) no-repeat 9px 5px;
|
||||
text-indent: -999px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.bg {
|
||||
left:0;
|
||||
position:absolute;
|
||||
@ -26,7 +37,6 @@
|
||||
|
||||
.tcp_products_thumbs,
|
||||
.posts {
|
||||
background-color: red;
|
||||
/*float: left;*/
|
||||
border: 0 !important;
|
||||
margin: 0 !important;
|
||||
|
||||
BIN
src/wp-content/themes/originalhouse/images/home-icon-2.png
Normal file
BIN
src/wp-content/themes/originalhouse/images/home-icon-2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 566 B |
@ -216,7 +216,7 @@ h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {text-de
|
||||
.nav ul li li.current-menu-item a { padding: 8px 0;}
|
||||
|
||||
#navigation { height: 40px; background: #181818; font-size: 20px; letter-spacing: 1px;}
|
||||
#navigation .nav li a { color: #7f7875; font-weight:normal; border-left:1px solid #000; text-transform: uppercase;}
|
||||
#navigation .nav li a { color: #7f7875; font-weight:normal; border-left:1px solid #000; text-transform: uppercase; margin-top:3px;}
|
||||
#navigation .nav li a:hover { background: none; color: #fff; }
|
||||
#navigation .nav li:first-child a { border-left:none; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user