"CSS3 Tabs - Moodle 3.3.3"
Bootstrap 2.3.2 Snippet by dgcruzing

<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="container"> <div class="row"> <h2>Show casing Martin's CSS3 tabs working in Moodle 3.3.3</h2> <h2>http://experiments.wemakesites.net/css3-tabstrip.html</h2> <h2>Add the CSS to your Site administration Appearance\Themes\YOUR THEME\Custom\CSS & JS</h2> </div> </div> <!-- Start of content block --> <div class="editor-indent" style="margin-left: 20px; padding: 0 0 0 40px; margin-right: 50px"> <div class="css3-tabstrip"> <ul> <li> <input type="radio" name="css3-tabstrip-0" checked="checked" id="css3-tabstrip-0-0" /><label for="css3-tabstrip-0-0">Home</label> <div> <h3>What is Lorem Ipsum</h3> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p> </div> </li><li> <input type="radio" name="css3-tabstrip-0" id="css3-tabstrip-0-1" /><label for="css3-tabstrip-0-1">About Us</label> <div> <h3>Why do we use it?</h3> <p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).</p> </div> </li><li> <input type="radio" name="css3-tabstrip-0" id="css3-tabstrip-0-2" /><label for="css3-tabstrip-0-2">Portfolio</label> <div> <h3>Where does it come from?</h3> <p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.</p> </div> </li><li> <input type="radio" name="css3-tabstrip-0" id="css3-tabstrip-0-3" disabled="disabled" /><label for="css3-tabstrip-0-3">Contact Us</label> <div> <h3>Where can I get some?</h3> <p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</p> </div> </li> </ul> </div> <!-- <p class="options-block">Looking for enterprise HTML5, CSS3 and JavaScript web controls? Check <a href="http://wemakesites.net/" target="_blank">AcidJs.WebUI</a>.</p>-->
.css3-tabstrip { width: 100%; height: 220px; } .css3-tabstrip ul, .css3-tabstrip li { margin: 0; padding: 0; list-style: none; } .css3-tabstrip, .css3-tabstrip input[type="radio"]:checked + label { position: relative; } .css3-tabstrip li, .css3-tabstrip input[type="radio"] + label { display: inline-block; } .css3-tabstrip li > div, .css3-tabstrip input[type="radio"] { position: absolute; } .css3-tabstrip li > div, .css3-tabstrip input[type="radio"] + label { border: solid 1px #ccc; } .css3-tabstrip { font: normal 11px Arial, Sans-serif; color: #404040; } .css3-tabstrip li { vertical-align: top; } .css3-tabstrip li:first-child { margin-left: 8px; } .css3-tabstrip li > div { top: 33px; bottom: 0; left: 0; width: 100%; padding: 8px; overflow: auto; background: #fff; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .css3-tabstrip input[type="radio"] + label { margin: 0 2px 0 0; padding: 0 18px; line-height: 32px; background: #f1f1f1; text-align: center; border-radius: 5px 5px 0 0; cursor: pointer; -moz-user-select: none; -webkit-user-select: none; user-select: none; } .css3-tabstrip input[type="radio"]:checked + label { z-index: 1; background: #fff; border-bottom-color: #fff; cursor: default; } .css3-tabstrip input[type="radio"] { opacity: 0; } .css3-tabstrip input[type="radio"] ~ div { display: none; } .css3-tabstrip input[type="radio"]:checked:not(:disabled) ~ div { display: block; } .css3-tabstrip input[type="radio"]:disabled + label { opacity: .5; cursor: no-drop; }

Related: See More


Questions / Comments: