/**
 *
 * Quick Title Edition extension for the phpBB Forum Software package
 *
 * @copyright (c) 2023, Kailey Snay, https://www.snayhomelab.com/
 * @license GNU General Public License, version 2 (GPL-2.0)
 *
 */

/* Selector */
fieldset.attribute {
	text-align: right;
	margin-top: 15px;
	height: 2.5em;
}

/* Attributes */
.qte_solved { color: #006600; }
.qte_cancelled { color: #cc0000; }

.qte_solved, .qte_cancelled { font-weight: bold; }

/* Imageset */
.imageset.qte_solved {
	background-image: url("./images/icon_topic_solved.gif");
	padding-left: 16px;
	padding-top: 16px;
}

.imageset.qte_cancelled {
	background-image: url("./images/icon_topic_cancel.gif");
	padding-left: 16px;
	padding-top: 16px;
}

.qte_milf { 
	color: #FFF;
	border-color: #006b75;
	background: #006b75;
    font-family: Candara;
    height: 6px;
    line-height: 6px;
    vertical-align: middle;
    display: inline-block;
    padding: 6px;
    font-size: 12px;
    font-weight: bold;
    color: white;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   -o-border-radius: 3px;
    border-radius: 3px;
    background-repeat: repeat-x;
    background-position: 0 -1px;
    margin-bottom: 3PX;
}


.qte_hardcore { 
	color: #FFF;
	border-color: #cc6600;
	background: #cc6600;
    font-family: Candara;
    height: 6px;
    line-height: 6px;
    vertical-align: middle;
    display: inline-block;
    padding: 6px;
    font-size: 12px;
    font-weight: bold;
    color: white;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   -o-border-radius: 3px;
    border-radius: 3px;
    background-repeat: repeat-x;
    background-position: 0 -1px;
    margin-bottom: 3PX;
}


.qte_lesbians { 
	color: #FFF;
	border-color: #aa00aa;
	background: #aa00aa;
    font-family: Candara;
    height: 6px;
    line-height: 6px;
    vertical-align: middle;
    display: inline-block;
    padding: 6px;
    font-size: 12px;
    font-weight: bold;
    color: white;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   -o-border-radius: 3px;
    border-radius: 3px;
    background-repeat: repeat-x;
    background-position: 0 -1px;
    margin-bottom: 3PX;
}


.qte_exlusive { 
	color: #FFF;
	border-color: #1292dc;
	background: #1292dc;
    font-family: Candara;
    height: 6px;
    line-height: 6px;
    vertical-align: middle;
    display: inline-block;
    padding: 6px;
    font-size: 12px;
    font-weight: bold;
    color: white;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   -o-border-radius: 3px;
    border-radius: 3px;
    background-repeat: repeat-x;
    background-position: 0 -1px;
    margin-bottom: 3PX;
}


.qte_staffs { 
	color: #FFF;
	border-color: #aa0000;
	background: #aa0000;
    font-family: Candara;
    height: 6px;
    line-height: 6px;
    vertical-align: middle;
    display: inline-block;
    padding: 6px;
    font-size: 12px;
    font-weight: bold;
    color: white;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   -o-border-radius: 3px;
    border-radius: 3px;
    background-repeat: repeat-x;
    background-position: 0 -1px;
    margin-bottom: 3PX;
}

.qte_best { 
	color: #FFF;
	border-color: #919100;
	background: #919100;
    font-family: Candara;
    height: 6px;
    line-height: 6px;
    vertical-align: middle;
    display: inline-block;
    padding: 6px;
    font-size: 12px;
    font-weight: bold;
    color: white;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   -o-border-radius: 3px;
    border-radius: 3px;
    background-repeat: repeat-x;
    background-position: 0 -1px;
    margin-bottom: 3PX;
}
