This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Markup --> | |
<tr><td colspan="8" class="recurring"><p>Abonnementet fortsetter med automatisk månedlig trekk etter at kampanjeutgavene er levert.</p></td></tr> | |
<!-- Styling --> | |
<style> | |
.recurring { | |
padding: 0 !important; | |
} | |
.recurring p { | |
margin: 0 -10px; | |
padding: 10px 20px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* <a href class="facebook-link-page">Besøk IKAT på Facebook</a> | |
*/ | |
.facebook-link-page { | |
font-size: 12px; | |
position: absolute; | |
top: -52px; | |
right: 0; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="teaser-list-img view view-rel-content view-id-rel_content view-display-id-block_4 block-views-rel-content-block view-dom-id-f9d0b33ad689a2cc1576aa3de782c210"> | |
<h2 class="view-title">Other related content</h2> | |
<div class="view-content"> | |
<div class="views-row views-row-1 views-row-odd views-row-first"> | |
<img src="http://placehold.it/300x300" alt=""> | |
<h3 class="views-field views-field-title title"> | |
<span class="field-content"><a href="/nb/node/16412">An extended country-by-country reporting standard. A policy proposal to the EU. Volume 2 </a></span> | |
</h3> | |
<div class="desc"> | |
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi commodo, ipsum sed pharetra gravida, orci magna rhoncus neque.</p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// console log history | |
var el = document.getElementById("accordion-1").children[0].childNodes[0] | |
undefined | |
el | |
"2015 | |
" | |
typeof el | |
"object" | |
el.nodeValue = 2016 | |
2016 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var READMORE = { | |
body: $('.js-readmore'), | |
bodyFirstChild: this.body.cildren()[0], | |
bodyRemainingChildren: function() { | |
var children = this.body.children(); | |
children = children.splice(0.1); | |
return children; | |
} | |
}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script> | |
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | |
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | |
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) | |
})(window,document,'script','//www.google-analytics.com/analytics.js','ga'); | |
ga('create', 'UA-23893312-1', 'auto'); | |
ga('send', 'pageview'); | |
</script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Custom javascript | |
function fullName(firstName, lastName, callback) { | |
console.log('My name is ' + firstName + ' ' + lastName); | |
callback(lastName); | |
} | |
var greeting = function(ln) { | |
console.log("Welcome Mr. " + ln); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.l-row { | |
border-bottom: 1px dotted #000; | |
margin-bottom: 15px; | |
&:last-child { | |
border-bottom: none; | |
margin-bottom: 0; | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[fullwidth backgroundcolor="#eeee22" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" video_webm="" video_mp4="" video_ogv="" video_preview_image="" overlay_color="" overlay_opacity="0.5" video_mute="yes" video_loop="yes" fade="no" bordersize="0px" bordercolor="" borderstyle="solid" paddingtop="0px" paddingbottom="0px" paddingleft="0px" paddingright="0px" menu_anchor="" equal_height_columns="no" hundred_percent="no" class="" id=""][two_fifth last="no" spacing="yes" background_color="" background_image="" background_repeat="no-repeat" background_position="left top" border_size="0px" border_color="" border_style="" padding="" class="" id=""][imageframe lightbox="no" style_type="none" bordercolor="" bordersize="0px" borderradius="0" stylecolor="" align="center" link="" linktarget="_self" animation_type="0" animation_direction="down" animation_speed="0.1" class="" id=""] [/imageframe][/two_fifth][three_fifth last="yes" spacing="yes" background_color="" ba |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
table { | |
margin-bottom: .8em; | |
} | |
table td, | |
table th { | |
padding: .8em; | |
border: 1px solid #ddd; | |
} |
NewerOlder