- regular
- elite
maximum of 10 units per army, or 5 inside a stronghold under siege.
// The prime factors of 13195 are 5, 7, 13 and 29. | |
// What is the largest prime factor of the number 600851475143? | |
// 13195 / 5 = 2639 | |
// 2639 / 7 = 377 | |
// 377 / 13 = 29 | |
// a prime number is a number that is divisible only by itself (and 1) | |
var target = 600851475143; |
"require": { | |
"wpackagist-plugin/admin-menu-editor": "^1.5", | |
"wpackagist-plugin/wck-custom-fields-and-custom-post-types-creator": "^1.1", | |
"wpackagist-plugin/wordpress-seo": "^3.0", | |
"roots/wp-stage-switcher": "^1.0", | |
"wpackagist-plugin/advanced-excerpt": "^4.2" | |
} |
html { | |
} | |
a { | |
} | |
.wp-core-ui .button-primary { |
var APP = { | |
common: { | |
init: function() { | |
// application-wide code | |
} | |
} | |
}; | |
window.UTIL = { |
.o-select { | |
overflow: hidden; | |
// add custom styles here | |
select { | |
padding: 5px 8px; | |
width: 130%; | |
border: none; | |
box-shadow: none; | |
background: transparent; |
input[type=checkbox] {display: none;} | |
input[type=checkbox] + label:before { | |
content: ""; | |
border: 1px solid #000; | |
font-size: 11px; | |
line-height: 10px; | |
margin: 0 5px 0 0; | |
height: 10px; | |
width: 10px; |