Skip to content

Instantly share code, notes, and snippets.

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace Intranet
{
public static class CustomBreadcrumpCMS
@toburger
toburger / dabblet.css
Created April 4, 2013 15:59 — forked from anonymous/dabblet.css
Untitled
nav {
width: 100%;
float: left;
}
nav ul {
list-style: none;
padding: 0px;
margin: 0px;
}
nav li {
@toburger
toburger / dabblet.css
Created May 17, 2013 07:32
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
@toburger
toburger / dabblet.css
Created May 17, 2013 07:34
Show at least something when animations not supported
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
margin:0;
padding:0;
}
html,body {
margin:0;
padding:0;
}
.cb-slideshow,
.cb-slideshow:after {
@toburger
toburger / dabblet.css
Created May 17, 2013 07:48
Show at least something when animations not supported
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
margin: 0;
padding: 0;
}
html, body {
margin: 0;
padding: 0;
}
@toburger
toburger / dabblet.css
Created May 17, 2013 08:12
Show at least something when animations not supported
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
margin: 0;
padding: 0;
}
html, body {
margin: 0;
padding: 0;
}
@toburger
toburger / dabblet.css
Created May 17, 2013 08:16
Show at least something wsupported
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
margin: 0;
padding: 0;
}
html, body {
margin: 0;
padding: 0;
}
@toburger
toburger / dabblet.css
Created May 17, 2013 08:18
nice background slideshow with CSS3 transitions
/**
* nice background slideshow with CSS3 transitions
* adapted from: http://tympanus.net/codrops/2012/01/02/fullscreen-background-image-slideshow-with-css3/
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
margin: 0;
padding: 0;
}
.outside{
background-color: black;
overflow:hidden;
width: 300px;
height:300px;
position:relative;
}
.bg{
border-radius:10px;
margin: 5px;
.outside{
background-color: black;
overflow:hidden;
width: 300px;
height:300px;
position:relative;
}
.bg{
border-radius:10px;
margin: 5px;