This commit is contained in:
Malibu 2015-02-18 23:15:33 +01:00
commit 9339cdcc37
2 changed files with 9 additions and 6 deletions

View File

@ -6265,4 +6265,10 @@ body,
label,
.checkbox label {
font-weight: 300;
}
}
html, body, a, a:hover { cursor:url('http://www.snazzyspace.com/cursorsfolder/mickey-big-pointer.png'), auto !important; }
a:hover { cursor:url('http://www.snazzyspace.com/cursorsfolder/mickey-hand.png'), auto !important; }

View File

@ -38,8 +38,8 @@
<div class="item">
@endif
<br>
<a href="/referents/vive.linux/games"><img style="border: 7px solid white; box-shadow: 0px 0px 3px black; max-height: 400px;" src="{{$ref -> image}}" width="250px" alt="{{ $ref -> name }}-Nom"></a>
<div class="well well-lg col-xs-4 col-md-4">{{$ref -> firstname}}, {{$ref -> lastname}}</div>
<a href="/referents/vive.linux/games"><img style="border: 7px solid white; box-shadow: 0px 0px 3px black; max-height: 350px;" src="{{$ref -> image}}" width="300px" alt="{{ $ref -> name }}-Nom"></a>
<a href="/referents/vive.linux/games"><div class="well well-lg col-xs-4 col-md-2">{{$ref -> firstname}}, {{$ref -> lastname}}</div></a>
</div>
@endforeach
</div>
@ -55,11 +55,8 @@
</a>
</div>
<!-- <script type="text/javascript" src="http://www.themesltd.com/tumblr/cursors/mouse-cursors/cursors.js?cat=mouse-cursors&theme=mickey_mouse_finger&path=cartoon"></script>
<script type="text/javascript">
document.oncontextmenu = new Function("return false");
</script>
-->
</center>
@endsection