<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Create a custom front page with a theme template file
Theme URI: http://tutsplus.com
Description: Tema folosita pentru a exersa creare unui front page custom cu o tema copil
Author: DD
Author URI: https://wordpress.org/
Version: 2.1
Template: redwaves
*/

@import url("../redwaves/style.css");


/*--------------------------------------------------------------
	Stiluri pentru homepage, posturi highlighted
--------------------------------------------------------------*/


.related-posts .titlu-highlighted a {
	clear: none;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0px;
	overflow: hidden;
}

.related-posts .excerpt {
	font-size: 12px;
	margin: 0px;
	padding:0px;
}

.small-fonts {
	font-size: 12px;
	margin: 0px;
	padding:0px;
}

.titlu-highlighted a {
    color: #444;
}
.titlu-highlighted a:hover {
    color: #C60000;
}

.notification-tip, .notification-note, .notification-warning, .notification-info {
	margin: 14px 40px 14px 30px;
	padding: 14px 10px 14px 40px;	
	position: relative;
	margin-bottom: 16px;
	border-radius: 2px;
	font-size: 14px;
	line-height: 18px;	
}
.imagine_in_text {
	vertical-align:middle;	
}


</pre></body></html>