Skip to content

Instantly share code, notes, and snippets.

@arunmdavid
arunmdavid / dabblet.html
Created November 21, 2016 14:13
Untitled
<!DOCTYPE html>
<html>
<head>
<title>Scripbox Quiz</title>
<style>
body{background: #EEE;color: #333; font-family: arial;}
.header{text-align: center; margin: 30px;}
.subtitle{text-align: center;color: #555;}
.container{box-shadow: 2px 2px 2px #CCC; background: #FFF;width: 600px;margin: 0 auto;min-height: 500px; }
.question-section{padding: 25px; padding-bottom: 0; border-bottom: 1px solid #CCC;}
@arunmdavid
arunmdavid / drawable_bg_strike.xml
Created March 2, 2016 11:29
Text Background Strike
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"
>
<item android:height="15dp" android:top="-2dp" android:left="-2dp" android:right="-2dp">
<shape>
<stroke android:color="#EEEEEE" android:width="1dp"/>
</shape>
</item>
</layer-list>
@arunmdavid
arunmdavid / dabblet.css
Created January 13, 2014 11:40
Job search result
/**
* Job search result
*/
.search-result-job-contact{
font-weight:nornal;margin-top:5px;color:#2d6ca2;
display:none;
}
.header-outer{
background-color:#eee;
@arunmdavid
arunmdavid / dabblet.css
Created January 13, 2014 04:58
Job search
/**
* Job search
*/
.main-container{
margin-top:100px;
}
.form-group {
margin-bottom: 20px;
}
@arunmdavid
arunmdavid / map-search-layout.html
Created September 30, 2013 12:03
Map search layout skeleton
<!DOCTYPE html>
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<style>
#map-canvas {margin: 0; padding: 0;height: 100%; }
</style>
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false"></script>
<script>
var map;
@arunmdavid
arunmdavid / example.js
Created September 24, 2013 04:43
Welcome to your first Gist! Gists are simple code reminders. Whenever you come across a piece of code you think might be useful later on, save it as a Gist. With GistBox, you can also tag the Gist with a label. This is especially useful for keeping them organized by language, project or purpose. For more info about GistBox, visit: http://www.gi…
// log an object to the browser console
console.log({ text: "foobar" });
@arunmdavid
arunmdavid / dabblet.css
Created October 15, 2015 13:50
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%;
@arunmdavid
arunmdavid / dabblet.css
Created October 15, 2015 13:50
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%;
@arunmdavid
arunmdavid / dabblet.css
Created October 15, 2015 13:50
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%;
@arunmdavid
arunmdavid / dabblet.css
Created October 15, 2015 13:50
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%;