Medicom Bootstrap3 Responsive HTML5 Documentation
Medicom is a Flexible Medical template which will be suitable for your Company
In Medicom you can take Advantage of common class
List of classes
- .container
- .clearfix
- .row
- .colmns
- .height5{}
- .height10{}
- .height20{}
- .height30{}
- .height40{}
- .height50{}
- .margin-top-40{}
- .margin-top-30{}
- .margin-top-20{}
- .margin-top-10{}
- .margin-top-5{}
- .margin-bottom-40{}
- .margin-bottom-30{}
- .margin-bottom-20{}
- .margin-bottom-10{}
- .margin-bottom-5{}
- .padding-top-40{}
- .padding-top-30{}
- .padding-top-20{}
- .padding-top-10{}
- .padding-top-5{}
- .padding-top-35{}
- .padding-bottom-60{}
- .padding-bottom-50{}
- .padding-bottom-40{}
- .padding-bottom-30{}
- .padding-bottom-20{}
- .padding-bottom-10{}
- .padding-bottom-5{}
- .no-bg-img{}
- .no-bg{}
- .no-margin{}
- .no-margin-top{}
- .no-margin-right{}
- .no-margin-bottom{}
- .no-margin-left{}
- .no-padding{}
- .no-padding-top{}
- .no-padding-right{}
- .no-padding-bottom{ }
- .no-padding-left{}
- .inline{}
MAIN MENU
Medicom has Two options of header (fixed) and (normal). To use Fixed header add .fixed-header in body tag and enjoy Medicom with fixed header.
If You want to use normal header remove .fixed-header from body.
To use dropdown menu add .dropdown in li and .dropdown-menu in ul which you want to show and hide.
To use mega menu add .mega-menu-item im parent li and .mega-menu in Menu.
Layouts
Medicom has Four different layouts.
- index.html
- index2.html
- index3.html
- index4.html (with revolution slider)
Colours
you can choose 1 from 8 color schemes. just Include Css file of your favourite colour.
- <link rel="stylesheet" type="text/css" href="css/blue.css">
- <link rel="stylesheet" type="text/css" href="css/green.css">
- <link rel="stylesheet" type="text/css" href="css/red.css">
- <link rel="stylesheet" type="text/css" href="css/yellow.css">
- <link rel="stylesheet" type="text/css" href="css/brown.css">
- <link rel="stylesheet" type="text/css" href="css/cyan.css">
- <link rel="stylesheet" type="text/css" href="css/purple.css">
- <link rel="stylesheet" type="text/css" href="css/sky-blue.css">
Pages
Medicom has many pages to display your content baeautifully.
List of all pages
Portfolio
Medicom is providing Three beautifull layouts with nimble and preety photo effects for your portfolio.
Portfolio Pages
- gallery one
- gallery two
- gallery tree
Css
<link rel="stylesheet" type="text/css" href="css/reset.css" >
<link rel="stylesheet" type="text/css" href="css/prettyPhoto.css" >
Scripts
<script type="text/javascript" src="js/jquery.isotope.min.js"></script>
<script type="text/javascript" src="js/jquery.prettyPhoto.js"></script>
Code
<script>
//Portfolio
var $container = $('.portfolio');
$container.isotope({
filter: '*',
animationOptions: {
duration: 750,
easing: 'linear',
queue: false,
}
});
$('nav.primary ul a').click(function(){
var selector = $(this).attr('data-filter');
$container.isotope({
filter: selector,
animationOptions: {
duration: 750,
easing: 'linear',
queue: false,
}
});
return false;
});
var $optionSets = $('nav.primary ul'),
$optionLinks = $optionSets.find('a');
$optionLinks.click(function(){
var $this = $(this);
// don't proceed if already selected
if ( $this.hasClass('selected') ) {
return false;
}
var $optionSet = $this.parents('nav.primary ul');
$optionSet.find('.selected').removeClass('selected');
$this.addClass('selected');
});
//preetyphotoeffect
jQuery(document).ready(function(){
jQuery('a[data-gal]').each(function() {
jQuery(this).attr('rel', jQuery(this).data('gal'));
});
jQuery("a[data-rel^='prettyPhoto']").prettyPhoto({animationSpeed:'slow',theme:'light_square',slideshow:false,overlay_gallery: false,social_tools:false,deeplinking:false});
});
</script>
Blog
Medicom is providing Three different blog layouts and one detail page. Which are very simple to use no scripts are required.
- Blog one
- Blog two
- Blog three
- Blog Detail
- Blog Detail
Awsome icons
Medicom has many USEFUL Fonts Icons. You can use Icons anywhere in anysize. which are included in medicom.css file
Code
@import "font-awesome.css";
Retina ready
Medicom is Retina Ready so the theme will look fantastic on High Resolution displays like the iPad or iPhone Retina devices. Please read below to understand how this process works.
There are two different sets of images/graphics that can be Retina Ready
- Icons: All of the included Icons are Retina Ready out of the box and do not require the user to do anything. They will look super sharp on Retina Ready screens.
- User Uploaded Images: The second set of images are called User Images, these are any images that the user will upload into their theme (ex: Blog Post Image). Wether or not the User Images are Retina Ready depends solely on you, the user. The general rule is that a Retina Ready image needs to be 2x the normal size. So if you have an image that is going in a space that is 100px x 100px, you would need to upload a 200px x 200px image.

Typography
Medicom has many USEFUL Typographic elements.
List Of Typofraphy
- Headings
- Paragraph
- Paragraph Styles
- Lists
- With Tick
- With Arrow
- With Strock
- With Star
- With Circle
- With Square
- Highlight text
- Row
- Columns
All Javascript with css files and js codes.
Revolution Slider
Css Files
<link rel="stylesheet" type="text/css" href="css/revolution_style.css" media="screen" />
<link rel="stylesheet" type="text/css" href="css/settings.css" media="screen" />
Scripts
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.js"></script>
<script type="text/javascript" src="js/jquery.themepunch.plugins.min.js"></script>
<script type="text/javascript" src="js/jquery.themepunch.revolution.min.js"></script>
Code
<script type="text/javascript">
var tpj=jQuery;
tpj.noConflict();
tpj(document).ready(function() {
if (tpj.fn.cssOriginal!=undefined)
tpj.fn.css = tpj.fn.cssOriginal;
tpj('.fullwidthbanner').revolution(
{
delay:9000,
startwidth:890,
startheight:450,
onHoverStop:"on", // Stop Banner Timet at Hover on Slide on/off
thumbWidth:100, // Thumb With and Height and Amount (only if navigation Tyope set to thumb !)
thumbHeight:50,
thumbAmount:4,
hideThumbs:200,
navigationType:"both", //bullet, thumb, none, both (No Shadow in Fullwidth Version !)
navigationArrows:"verticalcentered", //nexttobullets, verticalcentered, none
navigationStyle:"round", //round,square,navbar
touchenabled:"on", // Enable Swipe Function : on/off
navOffsetHorizontal:0,
navOffsetVertical:20,
fullWidth:"on",
shadow:0 //0 = no Shadow, 1,2,3 = 3 Different Art of Shadows - (No Shadow in Fullwidth Version !)
});
});
</script>
-------------------------------------------------------------------
Owl Carousal
Css Files
<link rel="stylesheet" type="text/css" href="css/owl.carousel.css" />
Js Files
<script type="text/javascript" src="js/owl.carousel.js"></script>
Code
<script>
$("#medicom-carousel").owlCarousel({
items : 3,
itemsDesktop : [1170,3],
itemsDesktopSmall : [979,2]
});
</script>
-------------------------------------------------------------------
Jcarousel
Css Files
<link rel="stylesheet" type="text/css" href="css/jcarousel-skin.css" />
Code
Js Files
<script type="text/javascript" src="js/jquery.jcarousel.min.js"></script>
Code
<script>
jQuery('#doctors-list').jcarousel({
scroll :1
});
</script>
-------------------------------------------------------------------
Pie Charts
Css Files
<link rel="stylesheet" type="text/css" href="css/piechart-style.css" />
Js Files
<script type="text/javascript" src="js/jquery.easypiechart.min.js"></script>
-------------------------------------------------------------------
Counters
Js Files
<script type="text/javascript" src="js/counters.js"></script>
-------------------------------------------------------------------
Anything slider
Css Files
<link rel="stylesheet" type="text/css" href="css/anythingslider.css" />
Js Files
<script type="text/javascript" src="js/jquery.anythingslider.js"></script>
Code
<script>
$('#slider').anythingSlider();
</script>
-------------------------------------------------------------------
Pie Charts
Css Files
<link rel="stylesheet" type="text/css" href="css/piechart-style.css" />
Js Files
<script type="text/javascript" src="js/jquery.easypiechart.min.js"></script>
-------------------------------------------------------------------
Way point
Jquery way point allows a function to run on section load.
Js Files
<script type="text/javascript" src="js/waypoints.js"></script>
Code
<script>
$('#counters').waypoint(function(direction) {
Your Code here...
});
</script>
-------------------------------------------------------------------
Full width video
Js Files
<script type="text/javascript" src="js/video.js"></script>
-------------------------------------------------------------------
Form styling
We use jquery sexy form.
Css Files
<link rel="stylesheet" type="text/css" href="css/uniform.default.css" />
Js Files
<script type="text/javascript" src="js/jquery.uniform.js"></script>
Code
<script>
$("select").uniform();
</script>
-------------------------------------------------------------------
Parallax backgrounds
jquery seller is used to make any background image parallax style.
Js Files
<script type="text/javascript" src="js/jquery.uniform.js"></script>
Code
<script>
$.stellar({
horizontalScrolling: false,
verticalOffset: 0
});
</script>
-------------------------------------------------------------------
Fancybox
We use jquery fancybox to show video in fancybox.
Css Files
<link rel="stylesheet" type="text/css" href="css/jquery.fancybox.css?v=2.1.5" />
Js Files
<script type="text/javascript" src="js/jquery.fancybox.pack.js?v=2.1.5"></script>
<script type="text/javascript" src="js/jquery.fancybox-media.js?v=1.0.6"></script>
Code
<script>
$('.fancybox-media').fancybox({
openEffect : 'none',
closeEffect : 'none',
helpers : {
media : {}
}
</script>