This commit is contained in:
Krivchikov Dmitry 2014-10-05 19:18:36 +04:00
parent a0881fb5d7
commit 966bc85322
4 changed files with 4 additions and 6 deletions

View File

@ -40,8 +40,7 @@
</head>
<body>
<div class="header">
<a href="/"><h1>WikiPoints</h1></a>
<a href="http://vk.com/wikipoints" target="_blank"><img src="/img/vk.png" width="24" height="24" style="margin: 0 0 10px 10px;" title="Сообщество в VK"/></a>
<a href="/"><img src="/img/logo.png" title="WIKIPOINTS.RU" /></a>
</div>
<?= isset($content) && !empty($content) ? $content : 'No content =(' ?>
<?= self::renderPartial('modals/about.php', array(), true) ?>

View File

@ -15,10 +15,8 @@ div.infoCard {text-align: justify;}
div.infoCard h3 {text-align: center; margin-top: 0;}
div.infoCard img {width: 200px; float: left; margin: 0 10px 5px 0; cursor: pointer;}
div.infoCard .photosCount {position: absolute;margin: 3px;color: white;background-color: black;border-radius: 3px;padding: 2px 4px;opacity: 0.5;}
div.header {display: block; position: absolute; top: 0; left: 110px; border-radius: 0 0 5px 5px; z-index: 1000; background-color: #FFF; padding: 5px 10px;}
div.header h1 {display: inline; color: #333; cursor: default;}
div.header a:hover {text-decoration: none;}
div.header a:hover h1 {cursor: pointer;}
div.header {display: block; position: absolute; top: 0px; left: 40px; z-index: 1000; background-color: rgba(255,255,255,0.7); padding: 5px 10px; border-radius: 0 0 5px 5px;}
div.header img {height: 99px;}
div.add {cursor: pointer;}
#addPointModal .extraImage .button {cursor: pointer; background-color: #eeeeee;}
@ -62,6 +60,7 @@ div#box #boxClose {position: absolute; right: 7px; top: 7px; color: #999; font-s
div#box div {display: none;}
div#box div div{display: block;}
div#box h3 {margin-top: 10px;}
div#box {background-image: url('/img/back.png'); background-repeat: no-repeat; background-position: 100% 100%;}
.layers {cursor: pointer;}
.layers.selected {font-weight: bold;}

BIN
public/img/back.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
public/img/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB