b3c1b9b9b5219c8d1fd837258eb5789f57ded463
bfadmin-master advanced

bfadmin-master authored 8 years ago

source/style/common.less   1) table.datatable
fenris foo

fenris authored 8 years ago

source/style/common.less   2) {
source/style/common.less   3) 	border-collapse: collapse;
bfadmin-master minor changes

bfadmin-master authored 7 years ago

source/style/common.less   4) 	/*
bfadmin-master advanced

bfadmin-master authored 8 years ago

source/style/common.less   5) 	box-shadow: 4px 4px 4px black;
bfadmin-master minor changes

bfadmin-master authored 7 years ago

source/style/common.less   6) 	 */
fenris foo

fenris authored 8 years ago

source/style/common.less   7) 	
source/style/common.less   8) 	& tr
source/style/common.less   9) 	{
bfadmin-master advanced

bfadmin-master authored 8 years ago

source/style/common.less  10) 		& > th,
source/style/common.less  11) 		& > td
fenris foo

fenris authored 8 years ago

source/style/common.less  12) 		{
bfadmin-master minor changes

bfadmin-master authored 7 years ago

source/style/common.less  13) 			.interpolate(hsvvalue(@color-fg), hsvvalue(@color-bg), 0.5);
source/style/common.less  14) 			border: 1px solid hsv(hsvhue(@color-fg), hsvsaturation(@color-fg), @result_interpolate);
bfadmin-master advanced

bfadmin-master authored 8 years ago

source/style/common.less  15) 			/*
source/style/common.less  16) 			border: 1px solid @color-bg;
source/style/common.less  17) 			 */
fenris foo

fenris authored 8 years ago

source/style/common.less  18) 			font-size: 0.8em;
source/style/common.less  19) 			padding: 4px;
source/style/common.less  20) 		}
bfadmin-master advanced

bfadmin-master authored 8 years ago

source/style/common.less  21) 		
source/style/common.less  22) 		& > th
source/style/common.less  23) 		{
source/style/common.less  24) 			text-align: left;
source/style/common.less  25) 			/*
source/style/common.less  26) 			color: @color-x1;
source/style/common.less  27) 			 */
source/style/common.less  28) 			background-color: hsv(hsvhue(@color-bg), hsvsaturation(@color-bg), (0.8 * hsvvalue(@color-bg)) + (0.2 * hsvvalue(@color-fg)))
source/style/common.less  29) 		}
source/style/common.less  30) 		
source/style/common.less  31) 		& > td
source/style/common.less  32) 		{
source/style/common.less  33) 			background-color: hsv(hsvhue(@color-bg), hsvsaturation(@color-bg), (0.9 * hsvvalue(@color-bg)) + (0.1 * hsvvalue(@color-fg)))
source/style/common.less  34) 		}
source/style/common.less  35) 	}	
fenris foo

fenris authored 8 years ago

source/style/common.less  36) }
source/style/common.less  37) 
source/style/common.less  38) a
source/style/common.less  39) {
source/style/common.less  40) 	text-decoration: none;
source/style/common.less  41) 	font-weight: bold;
source/style/common.less  42) 	/*
source/style/common.less  43) 	font-family: monospace;
source/style/common.less  44) 	 */
Christian Fraß personal pronouns and infin...

Christian Fraß authored 7 years ago

source/style/common.less  45) 	
source/style/common.less  46) 	&:not(.jumplabel)
source/style/common.less  47) 	{
source/style/common.less  48) 		color: @color-x1;
source/style/common.less  49) 	}
source/style/common.less  50) 	
source/style/common.less  51) 	&.jumplabel
source/style/common.less  52) 	{
source/style/common.less  53) 		color: inherit;
source/style/common.less  54) 		
source/style/common.less  55) 		&:hover
source/style/common.less  56) 		{
source/style/common.less  57) 			color: @color-x1;
source/style/common.less  58) 		}
source/style/common.less  59) 	}
fenris foo

fenris authored 8 years ago

source/style/common.less  60) }
source/style/common.less  61) 
source/style/common.less  62) .note
fenris advanced

fenris authored 8 years ago

source/style/common.less  63) {
source/style/common.less  64) 	padding: 16px;
fenris foo

fenris authored 8 years ago

source/style/common.less  65) 	margin: 16px;
fenris advanced

fenris authored 8 years ago

source/style/common.less  66) 	border-radius: 4px;
fenris foo

fenris authored 8 years ago

source/style/common.less  67) 	box-shadow: 4px 4px 4px black;
source/style/common.less  68) 	color: @color-fg;
fenris advanced

fenris authored 8 years ago

source/style/common.less  69) }
source/style/common.less  70) 
source/style/common.less  71) .note_information
source/style/common.less  72) {
fenris foo

fenris authored 8 years ago

source/style/common.less  73) 	&:extend(.note);
bfadmin-master advanced

bfadmin-master authored 8 years ago

source/style/common.less  74) 	background-color: hsv(240, 40%, (0.8 * hsvvalue(@color-bg)) + (0.2 * 50%));
fenris advanced

fenris authored 8 years ago

source/style/common.less  75) 	&:before {font-weight: bold; content: "[i] ";}
source/style/common.less  76) }
source/style/common.less  77) 
source/style/common.less  78) .note_warning
source/style/common.less  79) {
fenris foo

fenris authored 8 years ago

source/style/common.less  80) 	&:extend(.note);
bfadmin-master advanced

bfadmin-master authored 8 years ago

source/style/common.less  81) 	background-color: hsv( 60, 40%, (0.8 * hsvvalue(@color-bg)) + (0.2 * 50%));
fenris advanced

fenris authored 8 years ago

source/style/common.less  82) 	&:before {font-weight: bold; content: "[!] ";}
source/style/common.less  83) }
source/style/common.less  84) 
source/style/common.less  85) .note_error
source/style/common.less  86) {
fenris foo

fenris authored 8 years ago

source/style/common.less  87) 	&:extend(.note);
bfadmin-master advanced

bfadmin-master authored 8 years ago

source/style/common.less  88) 	background-color: hsv(  0, 40%, (0.8 * hsvvalue(@color-bg)) + (0.2 * 50%));
fenris advanced

fenris authored 8 years ago

source/style/common.less  89) 	&:before {font-weight: bold; content: "[x] ";}
source/style/common.less  90) }
source/style/common.less  91) 
fenris moved to html

fenris authored 8 years ago

source/less/common.less   92) .ipa
source/less/common.less   93) {
source/less/common.less   94) 	&:before
source/less/common.less   95) 	{
source/less/common.less   96) 		content: "/";
source/less/common.less   97) 	}
fenris advanced

fenris authored 8 years ago

source/style/common.less  98) 
fenris moved to html

fenris authored 8 years ago

source/less/common.less   99) 	&:after
source/less/common.less  100) 	{
source/less/common.less  101) 		content: "/";
source/less/common.less  102) 	}
source/less/common.less  103) }
source/less/common.less  104) 
fenris foo

fenris authored 8 years ago

source/style/common.less 105) .buzzword
source/style/common.less 106) {
source/style/common.less 107) 	font-style: italic;
source/style/common.less 108) }
source/style/common.less 109) 
source/style/common.less 110) .slogan
source/style/common.less 111) {
source/style/common.less 112) 	font-style: italic;
source/style/common.less 113) }
source/style/common.less 114) 
fenris moved to html

fenris authored 8 years ago

source/less/common.less  115) .grammarterm
source/less/common.less  116) {
fenris advanced

fenris authored 8 years ago

source/style/common.less 117) 	/*
fenris moved to html

fenris authored 8 years ago

source/less/common.less  118) 	text-decoration: underline;
fenris advanced

fenris authored 8 years ago

source/style/common.less 119) 	 */
source/style/common.less 120) 	font-style: italic;
source/style/common.less 121) }
source/style/common.less 122) 
source/style/common.less 123) .runic
source/style/common.less 124) {
source/style/common.less 125) 	font-weight: bold;
fenris moved to html

fenris authored 8 years ago

source/less/common.less  126) }
source/less/common.less  127) 
fenris foo

fenris authored 8 years ago

source/style/common.less 128) .letter
fenris advanced

fenris authored 8 years ago

source/style/common.less 129) {
Christian Fraß added some drafts and an ex...

Christian Fraß authored 7 years ago

source/style/common.less 130) 	&.lang_fs
source/style/common.less 131) 	{
source/style/common.less 132) 		font-weight: bold;
source/style/common.less 133) 		/*
source/style/common.less 134) 		font-style: italic;
source/style/common.less 135) 		font-size: 1.2em;
source/style/common.less 136) 		font-family: runic;
source/style/common.less 137) 		 */
source/style/common.less 138) 	}
source/style/common.less 139) 	
source/style/common.less 140) 	&.lang_de,
source/style/common.less 141) 	&.lang_en,
source/style/common.less 142) 	&.lang_is,
source/style/common.less 143) 	&.lang_nb
source/style/common.less 144) 	{
source/style/common.less 145) 		font-style: italic;
source/style/common.less 146) 	}
fenris advanced

fenris authored 8 years ago

source/style/common.less 147) }
source/style/common.less 148) 
fenris foo

fenris authored 8 years ago

source/style/common.less 149) .word
fenris moved to html

fenris authored 8 years ago

source/less/common.less  150) {
Christian Fraß added some drafts and an ex...

Christian Fraß authored 7 years ago

source/style/common.less 151) 	&.lang_fs
source/style/common.less 152) 	{
source/style/common.less 153) 		font-weight: bold;
source/style/common.less 154) 		/*
source/style/common.less 155) 		font-style: italic;
source/style/common.less 156) 		font-size: 1.2em;
source/style/common.less 157) 		font-family: runic;
source/style/common.less 158) 		 */
source/style/common.less 159) 	}
source/style/common.less 160) 	
source/style/common.less 161) 	&.lang_de,
source/style/common.less 162) 	&.lang_en,
source/style/common.less 163) 	&.lang_is,
source/style/common.less 164) 	&.lang_nb
source/style/common.less 165) 	{
source/style/common.less 166) 		font-style: italic;
source/style/common.less 167) 	}
fenris foo

fenris authored 8 years ago

source/style/common.less 168) }
source/style/common.less 169) 
source/style/common.less 170) .sentence
source/style/common.less 171) {
source/style/common.less 172) 	&.lang_fs
source/style/common.less 173) 	{
Christian Fraß added some drafts and an ex...

Christian Fraß authored 7 years ago

source/style/common.less 174) 		font-weight: bold;
source/style/common.less 175) 		/*
source/style/common.less 176) 		font-style: italic;
source/style/common.less 177) 		font-size: 1.2em;
source/style/common.less 178) 		font-family: runic;
source/style/common.less 179) 		 */
fenris foo

fenris authored 8 years ago

source/style/common.less 180) 		&:before {content: "\"";}
source/style/common.less 181) 		&:after {content: "\"";}
source/style/common.less 182) 	}
source/style/common.less 183) 	
source/style/common.less 184) 	&.lang_de,
source/style/common.less 185) 	&.lang_en,
source/style/common.less 186) 	&.lang_is,
source/style/common.less 187) 	&.lang_nb
source/style/common.less 188) 	{
Christian Fraß added some drafts and an ex...

Christian Fraß authored 7 years ago

source/style/common.less 189) 		font-style: italic;
fenris foo

fenris authored 8 years ago

source/style/common.less 190) 		&:before {content: "\"";}
source/style/common.less 191) 		&:after {content: "\"";}
source/style/common.less 192) 	}
fenris moved to html

fenris authored 8 years ago

source/less/common.less  193) }
source/less/common.less  194) 
Christian Fraß added some drafts and an ex...

Christian Fraß authored 7 years ago

source/style/common.less 195) .text
source/style/common.less 196) {
source/style/common.less 197) 	&.lang_fs
source/style/common.less 198) 	{
source/style/common.less 199) 		font-style: italic;
source/style/common.less 200) 		/*
source/style/common.less 201) 		font-weight: bold;
source/style/common.less 202) 		font-size: 1.2em;
source/style/common.less 203) 		font-family: runic;
source/style/common.less 204) 		 */
source/style/common.less 205) 		&:before {content: "„";}
source/style/common.less 206) 		&:after {content: "“";}
source/style/common.less 207) 	}
source/style/common.less 208) 	
source/style/common.less 209) 	&.lang_de,
source/style/common.less 210) 	&.lang_en,
source/style/common.less 211) 	&.lang_is,
source/style/common.less 212) 	&.lang_nb
source/style/common.less 213) 	{
source/style/common.less 214) 		font-style: italic;
source/style/common.less 215) 		&:before {content: "„";}
source/style/common.less 216) 		&:after {content: "“";}
source/style/common.less 217) 	}
source/style/common.less 218) }
source/style/common.less 219) 
fenris moved to html

fenris authored 8 years ago

source/less/common.less  220) .todo
source/less/common.less  221) {
source/less/common.less  222) 	&:before
source/less/common.less  223) 	{
source/less/common.less  224) 		content: "[ToDo] ";
source/less/common.less  225) 	}
source/less/common.less  226) 	
fenris advanced

fenris authored 8 years ago

source/style/common.less 227) 	margin: 4px;
fenris moved to html

fenris authored 8 years ago

source/less/common.less  228) 	padding: 4px;
bfadmin-master advanced

bfadmin-master authored 8 years ago

source/style/common.less 229) 	background-color: hsv(  0,100%, 50%);
fenris moved to html

fenris authored 8 years ago

source/less/common.less  230) 	color: white;
source/less/common.less  231) 	font-weight: bold;
source/less/common.less  232) }
source/less/common.less  233) 
fenris advanced

fenris authored 8 years ago

source/style/common.less 234) .code
source/style/common.less 235) {
source/style/common.less 236) 	font-family: monospace;
source/style/common.less 237) }
source/style/common.less 238) 
fenris moved to html

fenris authored 8 years ago

source/less/common.less  239) section
source/less/common.less  240) {
source/less/common.less  241) 	&.chapter
source/less/common.less  242) 	{
bfadmin-master fancy table-stuff, woohoo!

bfadmin-master authored 8 years ago

source/style/common.less 243) 		border-top: 1px solid gray;
source/style/common.less 244) 		padding-top: 40px;
source/style/common.less 245) 		
fenris foo

fenris authored 8 years ago

source/style/common.less 246) 		margin-bottom: 160px;
fenris moved to html

fenris authored 8 years ago

source/less/common.less  247) 		
source/less/common.less  248) 		& > header
source/less/common.less  249) 		{
source/less/common.less  250) 			font-size: 1.6em;
source/less/common.less  251) 			margin-bottom: 6px;
source/less/common.less  252) 		}
source/less/common.less  253) 		
Fenris Wolf advanced

Fenris Wolf authored 8 years ago

source/style/common.less 254) 		& > *:not(:first-child)
fenris moved to html

fenris authored 8 years ago

source/less/common.less  255) 		{
source/less/common.less  256) 			margin-left: 12px;
source/less/common.less  257) 		}
source/less/common.less  258) 	}
source/less/common.less  259) 	
source/less/common.less  260) 	&.section
source/less/common.less  261) 	{
fenris foo

fenris authored 8 years ago

source/style/common.less 262) 		margin-bottom: 140px;
fenris moved to html

fenris authored 8 years ago

source/less/common.less  263) 		
source/less/common.less  264) 		& > header
source/less/common.less  265) 		{
source/less/common.less  266) 			font-size: 1.4em;
source/less/common.less  267) 			margin-bottom: 4px;
source/less/common.less  268) 		}
source/less/common.less  269) 		
Fenris Wolf advanced

Fenris Wolf authored 8 years ago

source/style/common.less 270) 		& > *:not(:first-child)
fenris moved to html

fenris authored 8 years ago

source/less/common.less  271) 		{
Fenris Wolf advanced

Fenris Wolf authored 8 years ago

source/style/common.less 272) 			margin-left: 12px;
fenris moved to html

fenris authored 8 years ago

source/less/common.less  273) 		}
source/less/common.less  274) 	}
source/less/common.less  275) 	
source/less/common.less  276) 	
source/less/common.less  277) 	&.subsection
source/less/common.less  278) 	{
fenris foo

fenris authored 8 years ago

source/style/common.less 279) 		margin-bottom: 120px;
fenris moved to html

fenris authored 8 years ago

source/less/common.less  280) 		
source/less/common.less  281) 		& > header
source/less/common.less  282) 		{
source/less/common.less  283) 			font-size: 1.2em;
source/less/common.less  284) 			margin-bottom: 2px;
source/less/common.less  285) 		}
source/less/common.less  286) 		
Fenris Wolf advanced

Fenris Wolf authored 8 years ago

source/style/common.less 287) 		& > *:not(:first-child)
fenris moved to html

fenris authored 8 years ago

source/less/common.less  288) 		{
Fenris Wolf advanced

Fenris Wolf authored 8 years ago

source/style/common.less 289) 			margin-left: 12px;
fenris moved to html

fenris authored 8 years ago

source/less/common.less  290) 		}
source/less/common.less  291) 	}
source/less/common.less  292) 	
source/less/common.less  293) 	&.pseudo
source/less/common.less  294) 	{
source/less/common.less  295) 		& > header
source/less/common.less  296) 		{
source/less/common.less  297) 			font-style: italic;
source/less/common.less  298) 		}
source/less/common.less  299) 	}
source/less/common.less  300) 	
fenris foo

fenris authored 8 years ago

source/style/common.less 301) 	&.hidden
fenris moved to html

fenris authored 8 years ago

source/less/common.less  302) 	{
fenris foo

fenris authored 8 years ago

source/style/common.less 303) 		& > header
fenris moved to html

fenris authored 8 years ago

source/less/common.less  304) 		{
fenris foo

fenris authored 8 years ago

source/style/common.less 305) 			display: none;