Skip to content

Instantly share code, notes, and snippets.

View brunorafaeI's full-sized avatar
🥴

Bruno Rafael brunorafaeI

🥴
  • Groupe Seris
  • Saint-Nazaire - France
View GitHub Profile
@brunorafaeI
brunorafaeI / dabblet.css
Created September 19, 2013 13:39
Untitled
body{padding:0; margin:0; outline:none; border:none; overflow-x:none;}
#menu-nav-top ul {list-style:none; background-color:#333; padding:5px; font:80% Arial, verdana;}
#menu-nav-top li {display:inline; width:65%; padding:2px 10px; font-weight:bold;}
#menu-nav-top li a {text-decoration:none; color:#d3d3d3;}
#menu-nav-top li a:hover {color:#fff;}
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
@brunorafaeI
brunorafaeI / dabblet.css
Created September 19, 2013 13:39
Untitled
body{padding:0; margin:0; outline:none; border:none; overflow-x:none;}
#menu-nav-top { border:1px solid yellow; font:80% Arial, verdana;}
#menu-nav-top ul {list-style:none; background-color:#333; padding:5px;}
#menu-nav-top li {display:inline; width:65%; padding:2px 10px; font-weight:bold;}
#menu-nav-top li a {text-decoration:none; color:#d3d3d3;}
#menu-nav-top li a:hover {color:#fff;}
#nav-top {height:40px; padding:2px 30px; border:1px solid #f3f3f3;}
@brunorafaeI
brunorafaeI / dabblet.css
Created September 19, 2013 14:04
Untitled
body{padding:0; margin:0; outline:none; border:none; overflow-x:none;}
#menu-nav-top { border:1px solid yellow; font:80% Arial, verdana;}
#menu-nav-top ul {list-style:none; background-color:#333; padding:5px;}
#menu-nav-top li {display:inline; width:65%; padding:2px 10px; font-weight:bold;}
#menu-nav-top li a {text-decoration:none; color:#d3d3d3;}
#menu-nav-top li a:hover {color:#fff;}
#nav-top {height:40px; padding:2px 30px; border:1px solid #f3f3f3;}
@brunorafaeI
brunorafaeI / dabblet.css
Created September 19, 2013 14:04
Untitled
body{padding:0; margin:0; outline:none; border:none; overflow-x:none; list-style:none;
}
input[type=text], input[type=password] {width:50%; height:22px; padding:2px 5px; border:1px solid #c3c3c3; border-top-color:#b0b0b0;}
input[type=text]:hover, input[type=password]:hover {border:1px solid #a3a3a3; box-shadow:0px 2px 6px -2px #c3c3c3 inset }
input[type=text]:focus, input[type=password]:focus {border:1px solid #4d90fe; box-shadow:0px 2px 6px -2px #a3aa3 inset; outline:none;}
#links-nav-top {font:13px/26px Arial, sans-serif; background-color:#333; padding:5px;}
#links-nav-top li {display:inline; width:80%; padding:2px 10px; font-weight:bold; text-transform:capitalize;}
@brunorafaeI
brunorafaeI / dabblet.css
Created September 20, 2013 13:17
Untitled
body{padding:0; margin:0; outline:none; border:none; overflow-x:none; list-style:none;
}
input[type=text], input[type=password] {width:50%; height:22px; padding:2px 5px; border:1px solid #c3c3c3; border-top-color:#b0b0b0;}
input[type=text]:hover, input[type=password]:hover {border:1px solid #a3a3a3; box-shadow:0px 2px 6px -2px #c3c3c3 inset }
input[type=text]:focus, input[type=password]:focus {border:1px solid #4d90fe; box-shadow:0px 2px 6px -2px #a3aa3 inset; outline:none;}
#topo {
height:80px;
background-color:#f3f3f3;
@brunorafaeI
brunorafaeI / dabblet.css
Created September 23, 2013 11:57
Untitled
body {padding:0; margin:0; outline:none; border:none; overflow-x:none; list-style:none;
}
input[type=text], input[type=password] {width:50%; height:22px; padding:2px 5px; border:1px solid #c3c3c3; border-top-color:#b0b0b0;}
input[type=text]:hover, input[type=password]:hover {border:1px solid #a3a3a3; box-shadow:0px 2px 6px -2px #c3c3c3 inset }
input[type=text]:focus, input[type=password]:focus {border:1px solid #4d90fe; box-shadow:0px 2px 6px -2px #a3aa3 inset; outline:none;}
#links-nav-top {font:13px/26px Arial, sans-serif; background-color:#333; padding:5px;}
#links-nav-top li {display:inline; width:80%; padding:2px 10px; font-weight:bold; text-transform:capitalize;}
@brunorafaeI
brunorafaeI / dabblet.css
Created September 25, 2013 02:17
Untitled
body {padding:0; margin:0; outline:none; border:none; overflow-x:none; list-style:none;
}
input[type=text], input[type=password] {width:50%; height:22px; padding:2px 5px; border:1px solid #c3c3c3; border-top-color:#b0b0b0;}
input[type=text]:hover, input[type=password]:hover {border:1px solid #a3a3a3; box-shadow:0px 2px 6px -2px #c3c3c3 inset }
input[type=text]:focus, input[type=password]:focus {border:1px solid #4d90fe; box-shadow:0px 2px 6px -2px #a3aa3 inset; outline:none;}
#links-nav-top {font:13px/26px Arial, sans-serif; background-color:#333; padding:5px;}
#links-nav-top li {display:inline; width:80%; padding:2px 10px; font-weight:bold; text-transform:capitalize;}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Com'on - Association de Saint-Nazaire</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>