CSS version of No Vacancy 404 http://codepen.io/rileyjshaw/pen/ufEIH by Riley Shaw
A Pen by Chris Coyier on CodePen.
Copyright (c) 2011 ZURB, http://www.zurb.com/ |
$speakersPE = GroupPermissionAccessEntity::getOrCreate($speakers); | |
$speakersPEID = $speakersPE->getAccessEntityID(); | |
$adminsPE = GroupPermissionAccessEntity::getOrCreate($admins); | |
$adminsPEID = $adminsPE->getAccessEntityID(); | |
$suPE = UserPermissionAccessEntity::getOrCreate($suUI); | |
$suPEID = $suPE->getAccessEntityID(); | |
$manageSessionsEntities = array($speakersPE, $adminsPE, $suPE); | |
$pk = SitemapPermissionKey::getByHandle('access_sitemap'); |
// variable to hold request | |
var request; | |
// bind to the submit event of our form | |
$("#foo").submit(function(event){ | |
// abort any pending request | |
if (request) { | |
request.abort(); | |
} | |
// setup some local variables | |
var $form = $(this); |
<meta name="viewport" | |
content=" | |
height = device-height, | |
width = device-width, | |
initial-scale = 1.0, | |
minimum-scale = 1.0, | |
maximum-scale = 1.0, | |
user-scalable = no, | |
target-densitydpi = device-dpi | |
" /> |
$('#content').find('.collapse').on('shown', function() { | |
$("#content").getNiceScroll()[0].resize(); | |
}); | |
$('#content').find('.redactor_editor').on('input', function() { | |
$("#content").getNiceScroll()[0].resize(); | |
}); |
.select-bg { | |
position: relative; | |
display: inline-block; | |
} | |
select { | |
display: inline-block; | |
padding: 4px 3px 5px 5px; | |
width: 150px; | |
outline: none; |
CSS version of No Vacancy 404 http://codepen.io/rileyjshaw/pen/ufEIH by Riley Shaw
A Pen by Chris Coyier on CodePen.
Recreated http://imgur.com/GqdaY5F in one element. I don't take credit for the original (nor do I know where it's from)
There are some pretty cool tricks I came up with in order to do so:
All of the big rings are done using box shadows, as are three of the small circles
One of the small circles is done using :before, the other rotating counter clockwise is :before's box shadow
-- phpMyAdmin SQL Dump | |
-- version 3.2.0.1 | |
-- http://www.phpmyadmin.net | |
-- | |
-- Serveur: localhost | |
-- Généré le : Jeu 04 Mars 2010 à 12:12 | |
-- Version du serveur: 5.1.36 | |
-- Version de PHP: 5.3.0 | |
-- Autor : Thomas Tourlourat ([email protected]) |