Project

General

Profile

« Previous | Next » 

Revision 35724

joomla 3.4 : lattest layout changes from natalia

View differences:

custom.css
1 1
/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */
2
@import url(../../../fonts/opensanslightcond.css);
3

  
2 4
#jflanguageselection {margin:0px 10px; font-family: "YanoneKaffeesatzLight", "OpenSansLightCond"!important; font-size: 18px;}
3 5
#jflanguageselection ul.jflanguageselection li {padding-left: 3px;}
4 6
#jflanguageselection ul.jflanguageselection li#active_language,
......
9 11
	padding-left: 0px!important;
10 12
}
11 13

  
14
.fss_main .nav-tabs > .active > a, .fss_main .nav-tabs > .active > a:hover, .fss_main .nav-tabs > .active > a:focus{ 
15
	background-color:#f9f9f9!important;
16
}
12 17
.contact-category table.category {
13 18
	width:80%;
14 19
	cell-padding:2px;
......
267 272
}
268 273

  
269 274
#loginComp {width:30%;}
270
.newsletter{
271
	background: url(../images/mailbox1.png) right 40% no-repeat;
275
.newsletter, .blogs{
272 276
	padding-right:23px;
273 277
	text-transform:uppercase;
274
	font-family: "YanoneKaffeesatzLight", "OpenSansLightCond"!important;
278
	font-family: "OpenSansLightCond"!important;
275 279
	font-size: 18px;
276
	color: #F23B00!important;
277 280
	
281
	
278 282
}
279
.newsletter:hover {
283
.newsletter {
284
background: url(../images/mailbox1.png) right 40% no-repeat;
285
color: #F23B00!important;		
286
}
287
.blogs {
288
background: url(../images/blogs5.png) right 40% no-repeat;
289
}
290
.newsletter:hover, .blogs:hover {
280 291
	text-decoration: underline;
281 292
}
282 293

  
......
285 296
	background: url(../images/key_login.png) right 40% no-repeat;
286 297
	padding-right:30px;
287 298
	text-transform:uppercase;
288
	font-family: "YanoneKaffeesatzLight", "OpenSansLightCond";
299
	font-family:  "OpenSansLightCond";
289 300
	font-size: 18px;
290
	font-weight:lighter;
291 301
}
292 302
#mod_improved_ajax_login-145 {
293
	background:url(../../../images/menu_line_item.png) 0 50% no-repeat;
303
	background:url(../../../images/menu_line_item.png) 0 40% no-repeat;
294 304
	padding-left: 10px;
295 305
	
306
	
296 307
}
297 308
.rightBtn {	
298 309
	display:none;
299 310
}
300 311
#toolbar .loginBtn{
301 312
	text-transform:uppercase;
302
	font-family: "YanoneKaffeesatzLight", "OpenSansLightCond";
313
	font-family: "OpenSansLightCond";
303 314
	font-size: 18px;
304 315
	font-weight:lighter;
305 316
	text-shadow:none;
......
308 319
	box-shadow:none;
309 320
	color:#646464;
310 321
	padding-left:0px;
311
	padding-top:2px;
322
	padding-top:0px;
312 323
	padding-right:0px;
313 324
	
314 325
}
......
380 391

  
381 392
.readon, .readon a, 
382 393
.mod_events_latest_callink a, .mod_events_latest_rsslink a{
383
	border: 1px solid #D7D7D7;
394
	/*border: 1px solid #D7D7D7;*/
384 395
	box-shadow: 0 1px 0 rgba(255,255,255,1), 0 1px 2px rgba(0,0,0,0.1) inset;
385 396
	background: -moz-linear-gradient(top, #F2F2F2 0%, #EEEEEE 100%);
386 397
	background: -webkit-linear-gradient(top, #F2F2F2 0%, #EEEEEE 100%);
......
388 399
	border-radius: 2px;
389 400
	-moz-border-radius: 2px;
390 401
	-webkit-border-radius: 2px;
391
	background: #BCBCBC url(../images/arrowblue.png) 5px 40% no-repeat;
402
	background: #BCBCBC url(../images/arrowblue.png) 7px 40% no-repeat;
392 403
	display: inline-block;
393
	padding: 2px 8px 2px 22px;
404
	padding: 3px 10px 3px 25px;
394 405
	color: #646464!important;
395 406
}
396
.readon:hover,
397
.mod_events_latest_callink:hover, .mod_events_latest_rsslink:hover {
407
.readon a:hover,
408
.mod_events_latest_callink a:hover, .mod_events_latest_rsslink a:hover {
409
	color: #f0f0f0!important;
398 410
}
399 411
.nspArt .readon, .nspArt .readon a {
400 412
	margin-bottom:10px;
......
434 446
   overflow: hidden;
435 447
   background: url(../images/arrowbluedown.png) no-repeat right #ddd;
436 448
}
437
  
449
.actionbar {
450
display:inline-block;
451
margin-bottom:20px;
452
text-align:right;
453
width:100%;
454
border-bottom:1px dotted #ccc;
455
padding: 3px 0px;
456

  
457
}
438 458
.publication, .dataset, .dataSourceBox, .organizationBox, .projectBox {
439 459
	margin-right: 25px;
440 460
}
441 461
.pubTitle {
442 462
	margin-right: 20px;
463
	/*position: relative;top: 50%;transform: translateY(-50%);*/
443 464
}
444 465
.pubTitle h3 {
445 466
	font-size:18px;
......
926 947
	font-size: 18px;
927 948
}
928 949
.publicationIcon {
929
	height:32px;
930
	background: url(../images/publication_icon.png) center left no-repeat;
950
	min-height:40px;
951
	background: url(../images/publication_page.png) center left no-repeat;
952
	padding-left:50px;
953
	clear:both;
954
	display:inline-table;
931 955
}
932 956
.projectIcon {
933
	height:32px;
934
	background: url(../images/project_icon.png) center left no-repeat;
957
	min-height:40px;
958
	background: url(../images/project_page.png) center left no-repeat;
959
	padding-left:50px;
960
	clear:both;
961
	display:inline-table;
935 962
}
963

  
936 964
.datasetIcon {
937
	height:32px;
938
	background: url(../images/dataset_icon.png) center left no-repeat;
965
	min-height:40px;
966
	background: url(../images/dataset_page.png) center left no-repeat;
967
	padding-left:50px;
968
	clear:both;
969
	display:inline-table;
939 970
}
940 971
.datasourceIcon {
941
	height:32px;
942
	background: url(../images/datasource_icon.png) center left no-repeat;
972
	min-height:40px;
973
	background: url(../images/datasource_page.png) center left no-repeat;
974
	padding-left:50px;
975
	clear:both;
976
	display:inline-table;
943 977
}
944 978
.organizationIcon {
945
	height:32px;
946
	background: url(../images/organization_icon.png) center left no-repeat;
979
	min-height:40px;
980
	background: url(../images/organization_page.png) center left no-repeat;
981
	padding-left:50px;
982
	clear:both;
983
	display:inline-table;
947 984
}
948 985
.personIcon {
949
	height:32px;
950
	background: url(../images/people_icon.png) center left no-repeat;
986
	min-height:40px;
987
	background: url(../images/person_page.png) center left no-repeat;
988
	padding-left:50px;
989
	clear:both;
990
	display:inline-table;
951 991
}
992
.searchResults {clear:both; padding-top:10px;}
952 993
.searchResults .totalResults {
953 994
	padding: 10px 0px 10px 0px;
954 995
	margin: 10px 0px 10px 0px;
......
1154 1195
.ordering:hover {
1155 1196
	background: url(../images/sort_icon_hover.png) right  no-repeat;
1156 1197
}
1157
.pageController {
1198
.pageController  {
1158 1199
	overflow: hidden;
1159 1200
	width: 100%;
1160 1201
	margin: 10px 0px 10px 0px;
1161 1202
	font-family: 'RobotoSlabRegular';
1162 1203
	font-size: 16px;
1204
	display:inline;
1163 1205
}
1164 1206
.pageController .viewall {
1165 1207
	float:right;	
......
1316 1358
.quickViewSelections {
1317 1359
	clear:both;
1318 1360
}
1319
.quickViewSelections h4 {
1361
.quickViewSelections h4,  .pageController h4{
1320 1362
	background: url(../images/pagination.png) left -55px no-repeat;
1321 1363
	padding-left:20px;
1322 1364
	padding-bottom: 5px;

Also available in: Unified diff